Skip to content

Releases: brycewc/bookmarklet-sync-from-github

Release list

v2.0.0

Choose a tag to compare

@brycewc brycewc released this 19 Jun 19:43
2b22e36

Release Notes

v2.0.0

New Features and Improvements

  • Sync now recognizes existing folders in your bookmarks and updates them wherever they live instead of creating a duplicate on the bookmarks bar. When multiple folders with the same name exist, the extension will prompt you to choose which one to sync with.
  • Added a theme switcher in the top-right of the popup to set System, Light, or Dark. Your choice is saved and synced across devices.
  • Sync results now appear as a toast notification instead of inline text, making success and error messages clearer and less intrusive.
  • Rebuilt the popup with a modern, accessible component library for a cleaner, more consistent look.

Under the Hood

  • Rewrote the extension on a modern stack (React, Vite, and CRX.js), replacing the previous build tooling.

Notes

  • No changes to permissions: the extension still requests only bookmarks and storage, with network access limited to the GitHub API. Your existing settings (organization/user, repository, token, and folder name) carry over unchanged.

v1.0.1

Choose a tag to compare

@brycewc brycewc released this 06 Aug 02:01

Fixed extension not able to access GitHub API because URLs weren't added to host permissions