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)