Releases: chris-mosley/AmazonBrandFilter
v0.6.0
What's Changed
- Fix debug label by @chris-mosley in #51
- added dashboard, currently just copy of popup by @chris-mosley in #52
- Department awareness by @chris-mosley in #53
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Single definition of content_scripts to avoid differing versions by @barrymun in #41
- Fix settings not available bug and adding test suite by @barrymun in #42
- changed sidebar options to be radio buttons by @chris-mosley in #43
- added activetab permission, test for amazon.com url by @chris-mosley in #44
- small change to make copy/pasting brands from the sidebar easier by @chris-mosley in #45
- Local storage values should always be set when sync storage values are set by the user in the popup by @barrymun in #46
- Stricter mutation observer rules so that the filter is run less frequently by @barrymun in #47
- Fix filter bypass by @chris-mosley in #48
Full Changelog: 0.4.0...v0.5.0
v0.1.1
Full Changelog: v0.1.0...v0.1.1
Temp Fix for descriptions where the brand is buried several words down.
v0.1.0
What's Changed
- Added more countries to the allowed list by @baptisterajaut in #19
- Clean up HTML & CSS structure by @Artini04 in #20
- small fix for the textarea alignment by @Artini04 in #21
New Contributors
- @baptisterajaut made their first contribution in #19
- @Artini04 made their first contribution in #20
Full Changelog: v0.0.90...v0.1.0
The big one is we have a personal block list now. Filter out brands you don't like for some reason!
- With this be careful. A single character entry might filter your whole search. It might accidentally be code that executes. Who know?!
- This list is in the sync storage layer meaning that it will sync between all of your firefox sync machines!
Known Issues
- Currently there is a bug where if the brand is more than the maximum number of words in a brand (aka 5 right now) then the filter will fail to find it.
- Hitting the save button for the personal list will move the button. I hate it but it's css. I'll figure it out tomorrow.
v0.0.90
Full Changelog: v0.0.80...v0.0.90
Added Germany and Sweden to the permissions list.
Moved some code around to make it more async and therefore faster.
added the ability to just grey out the refiner rather than hide it outright so you can see brands that are filtered but also know that they were filtered.
v0.0.80
Full Changelog: v0.0.70...v0.0.80
v0.0.70
Full Changelog: v0.0.6...v0.0.70
sorry the versions jumped, I pushed v0.0.51 to Mozilla and they wouldnt let me push v0.0.6. I was tired! It'll all wash away with v0.1.0.
Features
- New debug mode that will turn your screen into a hideous Christmas display. But also it's very informative!
- Filter engine now handles spaces!
- Filter engine is now way way faster. It should be more accurate as well.
Known Issues
- currently shows v0.0.51 in the popup. This is because I was mocking up and then I forgot to code in the actual version check.
- some product listings show the brands off in their own div and those will all be false negatives right now. It would be nice if they were all like that actually but oh well. I will put in a fix for that tomorrow.
v0.0.6
Full Changelog: v0.0.51...v0.0.6
- the big one is a debug mode
- I've also narrowed down the filter criteria
- I've also set defaults for first runs.
v0.0.5
What's Changed
- Integrate with GitHub releases and Git tags by @Pandapip1 in #5
- Suggest MIT license by @Pandapip1 in #7
New Contributors
- @Pandapip1 made their first contribution in #5
Full Changelog: https://github.com/chris-mosley/AmazonBrandFilter/commits/v0.0.5
The big thing here is now we're working with a map instead of a list. This should be faster. But also will give more control over how brands are found and filtered.
We now have some stats about the addon in the popup menu.
Known issues
- The big thing here is that this one will not work with brands that have spaces in their names. I am working on adding that feature for the next release.