Releases: Christoph-Wagner/firefox-better-history-ng
v2.1.0
What's Changed
- Fix history not loading for non-current period when not showing repeated visits by @Blond11516 in #15
New Contributors
- @Blond11516 made their first contribution in #15
Full Changelog: v2.0.0...v2.1.0
Live on AMO
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
v1.0.2
Fixed some issues, added i18n support and a very ugly options page to overwrite the browser language settings (as apparently the JS Intl
Api only understand regions, but can’t use the OS’ specified settings independent of the region).
Generally usable and probably the first version to end up on AMO soon.
v1.0.1 NG
The first preview version. Signed by Mozilla, so it will work on stable Firefox.