Skip to content

Releases: seeba8/yet-another-pinboard-extension

v1.5.1

21 Nov 18:57
Compare
Choose a tag to compare

Fix regression of not being able to search in the address bar anymore (#62)

v1.5.0

20 Nov 11:09
1ab4064
Compare
Choose a tag to compare
  • 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

v1.4.0

19 Jul 17:10
Compare
Choose a tag to compare
  • Added prettier dark mode and option to use browser/system setting for the dark mode, see MDN.
  • (#51) Adds keybind Alt+Shift+P to open the create bookmark dialog within the popup (Firefox only)
  • (#51) Adds keybind Alt+Shift+Left to open the sidebar (Firefox only)
  • (#50) Fixes search prefixing and makes search the same across popup, sidebar and browser address bar
  • (#49) Improves tag suggestions when adding a new bookmark

Version 1.3.7

15 May 19:41
Compare
Choose a tag to compare

Version 1.3.7 has been uploaded to addons.mozilla.org and the chrome app store. I don't think it's possible to install it from any other place so no attachments.
Contents:
#48
5a51cbd

Version 1.3.0

13 Oct 16:01
Compare
Choose a tag to compare
  • Adds customisable colours: Set the addon to dark mode, light mode, or any colour scheme your heart desires
  • Firefox only: Adds a sidebar containing a searchable list of all your bookmarks.
  • Updates icons in the popup
  • Backend stuff:
    • Updated to v1.2.0 of Mozilla's webextension-polyfill
    • Streamlined some more code
    • The icons were unicode characters before, now they are embedded SVG
    • Moved the filter functionality into appropriate class to try and reduce code duplication
    • Made background scripts not persistent (https://developer.chrome.com/extensions/event_pages)

Version 1.2.8

05 Oct 22:24
Compare
Choose a tag to compare

Fixes some bugs, prettifies the code, addresses the scaling issue of the popup somehow.

Version 1.1.0

26 Jun 23:18
Compare
Choose a tag to compare
  • Added option to auto-save new bookmarks to Pinboard
  • Added option to clear the API key
  • Added option to force-reload the pins
  • Improved design of the popup
  • Made extension Google-Chrome compatible
  • Changed Icon slightly
  • Bugfixes
  • Added new bugs probably

Version 1.0

23 May 22:55
Compare
Choose a tag to compare

Version 1.0, signed addon by AMO