From 69e8981602a27fbe6a03df99df8067aa1e5d26c0 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 2 Nov 2020 13:44:12 +0100 Subject: [PATCH] v4.4.5 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3ff53db2..63fdce8fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v4.4.5 + +### Fixed + +- Fix: Ignore changes to browser root folder +- Fix mapping in SlaveMerge strategy + ## v4.4.4 ### Fixed diff --git a/manifest.json b/manifest.json index b13f08f4c9..4eb2d1665a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "4.4.4", + "version": "4.4.5", "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 79de900406..a91292a43f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "4.4.4", + "version": "4.4.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1b6b631ebd..b946ef49b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "4.4.4", + "version": "4.4.5", "description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution)", "main": "index.js", "scripts": {