FMHY Bookmarks Auto-Sync version history - 3 versions
FMHY Bookmarks Auto-Sync by mian196
FMHY Bookmarks Auto-Sync version history - 3 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.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
Older versions
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