From 441560f5ff404ec20b36cd899309d41ad2dd2268 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 21 May 2024 11:39:46 +0200 Subject: [PATCH] v5.1.4 Signed-off-by: Marcel Klehr --- CHANGELOG.md | 23 ++++++++++++++++------- android/app/build.gradle | 4 ++-- manifest.chrome.json | 2 +- manifest.firefox.json | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 24 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e6646094..08391dbe55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,25 @@ # Changelog +## [5.1.4] - 2024-05-21 + +### Fixed + +* [native] fix(Drawer): Add icon for git profiles +* fix: Improve locking logic +* fix(BrowserController): Don't spam setIcon warnings +* fix(Account): call onSyncFail if onSyncStart fails + ## [5.1.3] - 2024-05-18 ### Fixed -[native] fix: set largeHeap to true on android + fix git settings -fix: Improve locking logic -fix(NextcloudBookmarks#getExistingBookmarks): Don't use search-by-url for javascript links -fix: Make Diff#inspect() output more readable -fix: Limit concurrency for reorderings -fix: Improve bulkImport performance by chunking -fix: Unhandled error "Receiving end does not exist" +* [native] fix: set largeHeap to true on android + fix git settings +* fix: Improve locking logic +* fix(NextcloudBookmarks#getExistingBookmarks): Don't use search-by-url for javascript links +* fix: Make Diff#inspect() output more readable +* fix: Limit concurrency for reorderings +* fix: Improve bulkImport performance by chunking +* fix: Unhandled error "Receiving end does not exist" ## [5.1.2] - 2024-05-14 diff --git a/android/app/build.gradle b/android/app/build.gradle index 3072f0e8f2..bcffdd588b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "org.handmadeideas.floccus" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 5001003 - versionName "5.1.3" + versionCode 5001004 + versionName "5.1.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/manifest.chrome.json b/manifest.chrome.json index 16ff29ae12..af450dcec2 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "5.1.4.1", + "version": "5.1.4.2", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.firefox.json b/manifest.firefox.json index 2707e5ac20..9d6e24e1b1 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "5.1.4.1", + "version": "5.1.4.2", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.json b/manifest.json index 2707e5ac20..9d6e24e1b1 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "5.1.4.1", + "version": "5.1.4.2", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/package-lock.json b/package-lock.json index 1f0dd1742e..ece7b2464b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "floccus", - "version": "5.1.4-alpha.2", + "version": "5.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "floccus", - "version": "5.1.4-alpha.2", + "version": "5.1.4", "license": "MPL-2.0", "dependencies": { "@byteowls/capacitor-oauth2": "5.x", diff --git a/package.json b/package.json index c6cdc731e9..2593ada862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "5.1.4-alpha.2", + "version": "5.1.4", "description": "Sync your bookmarks privately across browsers and devices", "scripts": { "build": "gulp",