Closed Ephellon closed 5 years ago
I have some time the next few days so I want to finally release the extension to the Play Store and Mozilla store, since that still hasn't happened.
However I don't fully understand the current state of this PR. It has a lot of merge conflicts. Is the current master suitable for releasing as 4.0 on the stores?
Hi @SpaceK33z, I don't have anything else to add to v4.1, though I still am running tests; but the current commit (8e9db12.zip) is stable enough for release.
It has alot of merge conflicts.
- I've gone through each on Atom (by GitHub), but there aren't any conflicts... I'll attach a ZIP so that you can merge the changes without the PR (please close it if you feel it's no longer applicable).
- Also, please provide a list of files you need to never change, these are files I won't change:
- .editorconfig
- .eslintrc
- .gitignore
- LICENSE
- Makefile
- env.example
- package.json
- yarn.lock (auto-gen)
- Add more file names if needed
@SpaceK33z, one thing just occurred to me with the page styling—I'm not able to test it on Firefox, so that could be an issue. I made the CSS as strict as possible (using !important
), but it's not the same as Chrome—some elements would stop rendering with certain attributes using !important
, especially on Flickmetrix. For example, when the prompt shows on Flickmetrix, I'm not allowed to change the H1
background ("Approve X items"
), as it stops rendering, and is overridden by another !important
further down (more strict somehow).
That's all I can think of at the moment that would be a problem.
Making one more change, then I'll be done
All done @SpaceK33z, please see 8e9db12.zip (no debugging), and/or #8e9db12.zip (debugging)
Planned release date: December 2018
tvdb.js
error, and hover effect bug