v2.0.0
This is live on AMO
Sorry for everyone who opened issues, I kinda forgot about the extension for a while and didn’t realize Github would not email me for a new issue. Will keep a closer eye on it now and also finally work on some performance issues (as well as converting it to Typescript).
Features
- Split search: Now a search is split into tokens separated by space, searching for the occurrence of all of them. To escape this behavior, you can
"quote your search"
. To search for quotes as a character, you have to escape them like this:\"
Fixes #5 - Domain search: supporting site:domain.tld searches, e.g.
site:addons.mozilla.org better-history-ng
Fixes #1
Both of those were opened by and fixed with the help of lengyijun, thank you!
Bugfixes
Full Changelog: v1.0.2...v2.0.0