Skip to content

v2.6.0

Compare
Choose a tag to compare
@DaniloNovakovic DaniloNovakovic released this 29 Aug 15:19
· 227 commits to master since this release
e93d0e5

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)