Releases: DaniloNovakovic/chrome-dynamic-bookmarks
Dynamic Bookmarks v3.1.2
- Fixed bug where invalid regex was generated automatically for youtube playlist
- Migrated most of lib files to typescript
Dynamic Bookmarks v3.1.1
- Migrated manifest from
v2
tov3
- Dynamic bookmarks are now stored in
storage.local
instead ofstorage.sync
Dynamic Bookmarks v3.0.2
- Fixed .eslint errors
- Updated library versions
- Fixed bug where updating RegExp from Bookmark Manager did not update UI immediately (you had to refresh page previously)
- Improved "bookmark added" notification to display 'title' instead of 'id' (disabled notification on bookmark edit)
- Fixed bug where adding bookmark with RegExp field from BookmarkManager did not update UI immediately (you had to refresh to see it - still needed if added from Popup)
Dynamic Bookmarks v3.0.1
- Fixed bug where bookmark manager would not be displayed in case if any node value did not have
.title
property defined.
Dynamic Bookmarks v3.0.0
- Rewrote majority of the application to now use React framework (increasing scalability - easier to add features)
- Redesigned bookmark manager so that it feels more like Chrome's bookmark manager (dark theme)
- Added keyboard shortcut support
Action | Shortcut |
---|---|
Select All | CTRL+A |
Copy | Ctrl+C |
Cut | Ctrl+X |
Paste | Ctrl+V |
Delete | Del |
- Added custom context menu (activated by right-clicking bookmark/folder)
Dynamic Bookmarks version 2.7.0
-
Redesigned popup - it now has a link to the bookmark manager, as well as bigger height and width so that it is easier to enter and change input.
-
The bookmark manager is unique page - Dynamic bookmark manager is now not overriding default Chrome's manager but is instead stand-alone separate page.
v2.6.0
Issues fixed in Dynamic Bookmarks version 2.6.0
Changes
-
Changed the way data is stored. Instead of previously storing all data in a single hash-map object, now each dynamic bookmark is stored as its own object in chrome.storage.sync with key dbm_{bookmarkId}. Keys of dynamic bookmarks are stored in single list component dbm_ids (also located in chrome.storage.sync).
-
Added migration function responsible to move data from old to new storage (used so that the user does not lose existing data when updating the extension to v2.6.0)
v2.5.0
- bug fix in youtube playlist url suggestion
- added title suggestion aswell as folder icon color bugfix
- updated dependencies due to security vulnerabilities
v2.4.1
popup:
- added url field
- RegExp field is now automatically generated as suggestion
v2.3.0
- Bookmarks and folders are now always sorted in ascending order, where folders have priority and are always on top.