Releases: seeba8/yet-another-pinboard-extension
Releases · seeba8/yet-another-pinboard-extension
v1.5.1
v1.5.0
- 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
- 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
Version 1.3.0
- 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
Fixes some bugs, prettifies the code, addresses the scaling issue of the popup somehow.
Version 1.1.0
- 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
Version 1.0, signed addon by AMO