1.0.0
Now hosted on AMO to be availble on mobile Browsers (currently only via "Firefox Nighly" Android App - not checked on iOS)
Breaking Changes
- stored configuration in
browser.storage.sync
changes from a plain array of categories to an object with keys"general"
and"categories"
to a allow a broader range of settings.
Features
- adds option to prepend a usdb id column to search results
- adds option to remove onClick in search results
- adds category configuration from a webhosted JSON file via its URL
- adds placeholders, patterns and titles to settingspage
Fixes
- applies numerical instead of alphabetical ordering of ids in settings (previously
10, 100, 20
would now be10, 20, 100
)