Quarchive version history - 5 versions
Quarchive by Cal Paterson
Quarchive version history - 5 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.0
Released 20 Dec 2020 - 76.76 kBWorks with firefox 48.0 and later- Make the extension considerably more robust by checking for (many but not
all) error cases
- Do a full sync when the preferences are changed
- Check with the server whether we need to sync before doing a full sync
- In future this will be used to prevent needless full syncs
- Use the `/api/` prefixed sync endpoint urls
- Keep a unique internal client id
- This will be used to report to web users what clients are currently syncing
- It's displayed on the options page
- Report the last full sync time on the options page
- This is purely for debugging and diagnosicsSource code released under All Rights Reserved
Older versions
Version 1.3.0
Released 26 Sep 2020 - 57.33 kBWorks with firefox 48.0 and laterSource code released under All Rights Reserved
Version 1.1.0
Released 14 Sep 2020 - 57.71 kBWorks with firefox 48.0 and laterSource code released under All Rights Reserved
Version 1.0.0
Released 21 May 2020 - 51.18 kBWorks with firefox 48.0 and later## [1.0.0] - 2020-05-21
### Changed
- Sync via jsonlines instead of json objects. Eventually this may help speed up big syncs.
### Added
- Report extension version to the server when syncing. This will aid debugging of extension issues.
## [0.9.2] - 2020-04-27
- First (public) versionSource code released under All Rights Reserved
Version 0.9.2
Released 25 Apr 2020 - 50.74 kBWorks with firefox 48.0 and laterFirst released version
- Bookmarks are synced when you create, edit or delete them
- There is a periodic "full sync" every 30 minutesSource code released under All Rights Reserved