From 3c016d2d60848811e6b95f49cb3bb72f95410f5f Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 5 Oct 2020 17:44:07 +0200 Subject: [PATCH] v4.4.0-rc1 --- CHANGELOG.md | 10 ++++++++++ manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82514c3659..39393a6d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v4.4.0-rc1 + +### New +- New Sync algorithm + +### Fixed +- Fixed problems with old sync algorithm +- Display loading indicator for accounts overview +- Don't fail loading account if folder doesn't exist anymore + ## v4.3.0 ### New diff --git a/manifest.json b/manifest.json index 283fb43f76..71dda10ace 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "4.3.0", + "version": "4.4.0.0", "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 6a1de0c262..2fea5ca300 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "4.3.0", + "version": "4.4.0-rc1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 73d6160c5f..f8185b1bb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "4.3.0", + "version": "4.4.0-rc1", "description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution)", "main": "index.js", "scripts": {