Skip to content

v1.5.0

Compare
Choose a tag to compare
@seeba8 seeba8 released this 20 Nov 11:09
· 11 commits to main since this release
1ab4064
  • Added different search modes in the options:
    • Result must contain the exact search phrase
    • Result must contain all words of the search phrase, but in any order (this is the new default)
    • Result must contain at least one of the words in the search phrase (#57)
    • Result must match the regular expression search
  • Added an export feature as wished in #55. I was not able to reproduce the reporter's problem though, so I don't see a use case for the export
    • Export a default bookmark HTML format that can be imported into any browser
    • Export a JSON document similar to the pinboard export over at pinboard's backup page
  • Optimised some code causing API calls to sometimes be fired twice
  • Technical changes
    • Optimised how the different files / modules reference each other
    • Updated dependencies
    • Switched from tslint to eslint
    • Shrank the 16-pixel icon to actually be 16 pixels wide