Skip to content

Releases: chris-mosley/AmazonBrandFilter

v0.6.0

02 Jan 06:07
41f41f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

16 Jan 02:57
d1121a8
Compare
Choose a tag to compare

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

22 Dec 06:10
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

Temp Fix for descriptions where the brand is buried several words down.

v0.1.0

22 Dec 05:02
Compare
Choose a tag to compare

What's Changed

New Contributors

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

21 Dec 02:51
Compare
Choose a tag to compare

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

20 Dec 05:02
Compare
Choose a tag to compare

Full Changelog: v0.0.70...v0.0.80

v0.0.70

19 Dec 07:02
Compare
Choose a tag to compare

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

19 Dec 01:13
Compare
Choose a tag to compare

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

18 Dec 05:54
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

What's Changed

New Contributors

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.