FMHY Bookmarks Auto-Sync version history - 7 versions
FMHY Bookmarks Auto-Sync by mian196
FMHY Bookmarks Auto-Sync version history - 7 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.5.1
Released Sep 21, 2026 - 66.13 KBWorks with firefox 115.0 and later- 🎨 System Default Theme Option: Added support for a System Default (Auto) theme mode across the extension popup and options preferences. The extension now synchronizes automatically with the operating system's dark/light mode preference (
prefers-color-scheme), with dynamic real-time theme changes and cross-page storage synchronization. - 🔑 Private Repository Support (GitHub PAT Authentication): Added optional GitHub Personal Access Token (PAT) authentication under the Personal Fork strategy. Enables automated synchronization from private repositories via GitHub's raw contents API and elevates rate limits to 5,000 requests/hour.
Source code released under MIT License
- 🎨 System Default Theme Option: Added support for a System Default (Auto) theme mode across the extension popup and options preferences. The extension now synchronizes automatically with the operating system's dark/light mode preference (
Older versions
Version 1.5.0
Released Sep 2, 2026 - 63.64 KBWorks with firefox 115.0 and later- ⚡ Incremental Diffing Sync Engine: Implemented tree reconciliation (
reconcileBookmarkSubtree) inbookmark_sync.js. Reuses existing folder IDs and bookmark nodes to eliminate sync churn and prevent duplicate root folders across Chrome Sync and Firefox Sync devices. - 📂 Customizable Sync Target Location: Added a preference in Options (
options.html) allowing users to choose where the FMHY directory is synced: - Bookmarks Bar: Mounts FMHY at position 0 directly on the main Bookmarks Bar.
- Other Bookmarks / All Bookmarks: Places FMHY inside Other Bookmarks (populates Chrome "All Bookmarks" side panel).
- Bookmarks Menu: Firefox-exclusive container that hides FMHY from toolbar/other bookmarks and keeps it in the Bookmark Manager / Library.
- 🔔 Dynamic Desktop Notification Target Labels: Updated
service_worker.jsto dynamically format notification location names (e.g., "Updated 26609 bookmarks in Other Bookmarks") matching the user's configured sync location. - ⏳ Options Re-location Progress Feedback: Added live progress status (
"Moving FMHY folder to destination...") and explicitawaitsynchronization inoptions.jsto disable controls until background folder re-location completes.
- 🚀 Parallel Subtree Reconciliation & Batch Processing: Concurrently processes subfolder trees per level and increased link creation batch sizes from 25 to 100 promises for faster initial setup and <1s routine re-syncs.
Source code released under MIT License
- ⚡ Incremental Diffing Sync Engine: Implemented tree reconciliation (
Version 1.4.4
Released Aug 27, 2026 - 61.08 KBWorks with firefox 115.0 and later- 🐛 Starred-Only Startup Re-Sync Loop: Tracked
lastPresetinstorage.localto detect preset changes and prevent ETags/commit SHAs from cachedfullcollection runs causing redundant bookmark tree rebuilds on Firefox startup. - 🧹 Options Cache Invalidation: Automatically clear HTTP caching headers when saving or resetting preferences in
options.js.
Source code released under MIT License
- 🐛 Starred-Only Startup Re-Sync Loop: Tracked
Version 1.4.3
Released Aug 11, 2026 - 60.97 KBWorks with firefox 115.0 and later- 🦊 Firefox Fork Compatibility: Lowered Firefox
strict_min_versionfrom142.0to115.0inplatform/firefox/manifest.jsonto support Firefox ESR 115/128 and Firefox engine forks (Waterfox, Zen Browser, Floorp, LibreWolf).
Source code released under MIT License
- 🦊 Firefox Fork Compatibility: Lowered Firefox
Version 1.4.2
Released Jul 30, 2026 - 60.96 KBWorks with firefox 142.0 and later- 🐛 Duplicate FMHY Folder Prevention: Added concurrency mutex lock in
service_worker.jsand direct Bookmarks Bar folder auditing inbookmark_sync.jsto prevent duplicate FMHY folder creation during simultaneous startup/installation events.
- c3f1014 release: bump version to v1.4.2
- 458ecb0 fix(sync): reuse existing root FMHY folder ID across syncs to prevent Chrome Sync duplicates
- ed67dde fix(sync): prevent duplicate FMHY folder creation via concurrency mutex lock and direct Bookmarks Bar folder cleanup
- fc26c17 docs: add CONTRIBUTING.md contributor guide and add status badges to README.md
- 0f4b979 ci: add GitHub issue templates for Bug Reports and Feature Requests
Source code released under MIT License
- 🐛 Duplicate FMHY Folder Prevention: Added concurrency mutex lock in
Version 1.4.1
Released Jul 26, 2026 - 59.97 KBWorks with firefox 142.0 and later- 🦊 Mozilla Add-on Store Integration: Added official Mozilla Add-on Store listing and 1-click store installation support.
- 7ae0b91 ci: pass release-note parameter to Firefox AMO release step
- d624746 release: bump version to v1.4.1
- 734ad30 docs: restrict CHANGELOG entries to extension codebase changes and exclude workflow/readme chores
- 91a9d69 ci: add automated Firefox AMO release step to release_extension.yml using trmcnvn/firefox-addon@v1
- 42c02db ci: add automated Firefox AMO release step to release_extension.yml workflow
- b03beae docs: add Mozilla Add-on store link and banner to README, remove manual Firefox install method
- 1081e2c docs: enforce local commit policy on every change and prohibit unrequested git push
Source code released under MIT License
Version 1.4.0
Released Jul 22, 2026 - 59.91 KBWorks with firefox 142.0 and later- Added GitHub ETag caching to reduce API usage and avoid unnecessary rate limit consumption by using
304 Not Modifiedresponses when no updates are available. - Added a relative "Last Synced" timestamp in popup (for example: "Just now" or "Synced 2 mins ago").
- Added browser toolbar context menu option: Sync FMHY Bookmarks Now.
- Replaced remote GitHub logo on preferences page with bundled local asset.
- Added GitHub Actions workflow to validate extension manifests and verify builds automatically.
- Updated Firefox minimum version to 142.0 to satisfy Mozilla Add-on Store requirements.
- Standardized
contextMenuspermissions across Chromium and Firefox builds.
Source code released under MIT License
- Added GitHub ETag caching to reduce API usage and avoid unnecessary rate limit consumption by using