Releases: 1nfiniteloop/json-bookmarks
Releases · 1nfiniteloop/json-bookmarks
Release list
v4.0.0
Fixes for chrome extension - Browser vendor detection is set in build-time instead of in runtime. "Beginning in Chrome 144, all Chrome Extension APIs are also available under the browser namespace". The attributes browser and chrome was used to distinguish between Mozilla and Chrome. - Fix identificaton of bookmarks built-in root folders. Bookmark id is not fixed anymore, instead use folderType available from Chrome 134. Bump major version since this breaks backward compatibility.
v3.0.1
Add new file format v3 This fixes isssue #6 when "/" exists in folder names.
v3.0.0
Bump addon to manifest v3 Due to manifest incompatibilities between Mozilla and Chrome different packages are built for each browser vendor.
v2.1.4
Change add-on to be independent on system language Builtin root node names "Bookmarks bar" and "Other bookmarks" assumed to always be in english. This fixes #2
v2.1.3
Add links to origin of third party libraries