From ae7262e93184102d5716f2d691e93bb8f270d98a Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Sun, 17 Nov 2024 11:19:18 +0100 Subject: [PATCH] v5.3.4 Signed-off-by: Marcel Klehr --- CHANGELOG.md | 8 ++++++++ android/app/build.gradle | 4 ++-- manifest.chrome.json | 2 +- manifest.firefox.json | 2 +- manifest.json | 2 +- package.json | 2 +- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6acdcee5..473fb8f09e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.3.4] - 2024-11-17 + +### Fixed + +* fix(NativeTree): Set location to Local (fixes "Failed to map parentId: 0" error) +* fix(Linkwarden): Set Folder#isRoot +* fix(Linkwarden): Correctly update bookmarks on the server + ## [5.3.3] - 2024-11-09 ### New diff --git a/android/app/build.gradle b/android/app/build.gradle index a886b60561..8bb27b270d 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 5003003 - versionName "5.3.3" + versionCode 5003004 + versionName "5.3.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 cfbd42d2bd..9781016123 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.3.3", + "version": "5.3.4", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.firefox.json b/manifest.firefox.json index 13a21bf01c..37597d644e 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.3.3", + "version": "5.3.4", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.json b/manifest.json index cfbd42d2bd..9781016123 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "5.3.3", + "version": "5.3.4", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/package.json b/package.json index 10d20d9ba6..bfee00bf1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "5.3.3", + "version": "5.3.4", "description": "Sync your bookmarks privately across browsers and devices", "scripts": { "build": "NODE_OPTIONS=--max-old-space-size=5000 gulp",