Skip to content

Releases: DaniloNovakovic/chrome-dynamic-bookmarks

Dynamic Bookmarks v3.1.2

07 May 07:08
6f225e0
Compare
Choose a tag to compare
  • Fixed bug where invalid regex was generated automatically for youtube playlist
  • Migrated most of lib files to typescript

Dynamic Bookmarks v3.1.1

23 Apr 20:37
bbc4176
Compare
Choose a tag to compare
  • Migrated manifest from v2 to v3
  • Dynamic bookmarks are now stored in storage.local instead of storage.sync

Dynamic Bookmarks v3.0.2

29 Jun 13:15
152d93d
Compare
Choose a tag to compare
  • 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

19 Jan 20:07
71ce0ca
Compare
Choose a tag to compare
  • 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

19 Jan 17:28
0ba08e1
Compare
Choose a tag to compare
  • 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

29 Aug 23:29
1a6fa8e
Compare
Choose a tag to compare
  • 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

29 Aug 15:19
e93d0e5
Compare
Choose a tag to compare

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

02 Jul 07:15
Compare
Choose a tag to compare
  • 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

01 Nov 07:31
28faf41
Compare
Choose a tag to compare

popup:

  • added url field
  • RegExp field is now automatically generated as suggestion

v2.3.0

21 Oct 11:57
24a065e
Compare
Choose a tag to compare
  • Bookmarks and folders are now always sorted in ascending order, where folders have priority and are always on top.