From 406b19b37b9ec600c7042bbb3deae6a448450fa1 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 11 Jun 2020 21:11:51 +0200 Subject: [PATCH] v4.2.3 --- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb06ff57dd..c45fc82e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v4.2.3 + +### Fixed +87ec04ed3f92706749599502ef8fd0439cb710fe Options: Fix folder picker +a9beccedffc8d585201691a16298192fc5e98884 Fix Nextcloudlogin +d84e0e1ee5288769db9c7f220b1db72bd16b5d6a Do not auto-enable accounts on udpate + +### Changed +4fa192b5b06f547ea07653a3cae28d8bc2aec396 Improve styling of ADD ACCOUNT button +a759c439483c9eab8781fede148478abc14f11eb Controller: Only display update screen for non-patch updates + + ## v4.2.2 ### Fixed 6c1b6f5200ba4c6a25585313ab847755d24d368e Sync: Fix undefined id in folder ordering diff --git a/manifest.json b/manifest.json index 157ab2fd12..9f97eee88f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "4.2.2", + "version": "4.2.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 e4f5617008..988d7b29fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "4.2.2", + "version": "4.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 239eeaad2a..661fe9ce6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "4.2.2", + "version": "4.2.3", "description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution)", "main": "index.js", "scripts": {