diff --git a/CHANGELOG.md b/CHANGELOG.md index 367a828234..39161a1031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v4.4.3 + +### Fixed + +- Fix lock timeout to 0.5h +- Detect moves of bookmarks even when ID changed +- Fix unidirectional sync strategies when no cache is available +- NextcloudFolders: Fix _getChildren for old APIs +- Fix Merge strategy +- NextcloudFolders: Performance improvements +- Add 403 to auth fail message + ## v4.4.2 ### Fixed diff --git a/manifest.json b/manifest.json index e869c08eaf..9ab8f072b0 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "4.4.2", + "version": "4.4.3", "description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution)", "icons": { "48": "icons/logo.png", diff --git a/package-lock.json b/package-lock.json index f836aef4c5..b8ed039335 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "4.4.2", + "version": "4.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 620a2f3b91..e4c92f1f6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "4.4.2", + "version": "4.4.3", "description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution)", "main": "index.js", "scripts": {