Skip to content

Releases: 1nfiniteloop/json-bookmarks

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Jan 20:57
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

Choose a tag to compare

@github-actions github-actions released this 12 Jan 21:30
Add new file format v3

This fixes isssue #6 when "/" exists in folder names.

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 21:59
Bump addon to manifest v3

Due to manifest incompatibilities between Mozilla and Chrome different
packages are built for each browser vendor.

v2.1.4

Choose a tag to compare

@github-actions github-actions released this 05 May 20:29
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

Choose a tag to compare

@github-actions github-actions released this 09 Jan 12:43
Add links to origin of third party libraries

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Dec 13:06
Add install instructions for Chrome