Skip to content

1.0.0

Compare
Choose a tag to compare
@mjhalwa mjhalwa released this 05 Nov 23:31
· 16 commits to main since this release

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 be 10, 20, 100)