diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c2cf9aee..de1524a421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v4.5.0 + +### New +- Implement failsafe to prevent data loss + +### Fixed +- WebDAV: Clear cache on 404 +- UI: Improve options UX by opening folder settings by default as well +- Sync: Fix "Cannot find folder to move into" + ## v4.4.10 ### Fixed diff --git a/manifest.json b/manifest.json index a325b1883e..a91ea2a559 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "4.4.10", + "version": "4.5.0", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/package-lock.json b/package-lock.json index 3642243b3d..2f6ee1e4f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "4.4.10", + "version": "4.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c48d1f148b..afc51aa6b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "4.4.10", + "version": "4.5.0", "description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution)", "main": "index.js", "scripts": {