2.0.0 Before Release To Dos
See original GitHub issueVersion 2.X.X represents a huge change since it is rebuilt from almost scratch using React/Redux.
One of the bigger change is the white/grey lists are now expressions. It is now possible to use wildcards in the domain to match multiple domains and subdomains.
*.google.com
-> match google.com and subdomains
google.com
-> match only google.com
For this reason, the popup will have a table showing how many expressions does that current domain. In the case of 2 or more “matched domains expressions”, the first one will take priority.
Also, whitelist will have a greater priority than the greylist. This makes #131 possible since you can add *
in the greylist while whitelisting other domains.
This will happen on the update to 2.X.X. Your settings and lists will be migrated over to the new storage format of Redux. Because of this, the exported file for white/grey list of 1.X.X is NOT COMPATIBLE with 2.X.X.
“Enable Subdomain Check” is deprecated but will be used for the list migration.
This is a beta so expect bugs and untranslated text but it should be fine for daily use. Also note that there may be some problems in Container Mode with FF 55, but it works fine with it off. I’ll probably bump the min version for FF to 56 (on AMO I can bump it from the developer page).
To be closed on release of 2.X.X since the issue was created for 1.X.X and is unconfirmed for 2.X.X #103 #117 #130 #132 #137
Feel free to report bugs if it’s not listed here.
Todo Development
- Tweak phrasing for locales
- Popup UI refresh #163
- Expression Table UI refresh #161
- UI Refresh UI Bugs on Chromium
- Rebump min version of FF to 56 for next beta version (problems with container mode)
- Test and fix contextualIdentities events (Adding/Removing a Container)
- Fix setting for Container Tabs Mode disappearing on a Restore Default Settings
- Make the Expression List page more UI responsive
- Revisit library functions for unexpected inputs
Todo Before Release
- Wait for FF 56 to release
- Update Version Notes
- Update Locales
- Update Description
- Update Screenshots
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
FF 56 was released, so I think it’s time to mark it as done
Thanks for letting us know. Going to update the French strings 😉