From b6b43912cd31bd7a5c9d0abf647fb042a2b5a507 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Sat, 9 Nov 2024 16:52:04 +0100 Subject: [PATCH] v5.3.3 Signed-off-by: Marcel Klehr --- CHANGELOG.md | 18 ++++++++++++++++++ android/.idea/compiler.xml | 2 +- android/app/build.gradle | 4 ++-- manifest.chrome.json | 2 +- manifest.firefox.json | 2 +- manifest.json | 2 +- package.json | 2 +- 7 files changed, 25 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59258c21f6..6d6acdcee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [5.3.3] - 2024-11-09 + +### New + +* enh(Git): Mention profile label in commit message + +### Fixed +* fix(ios/sharing-extension): Add compat for newer ios versions +* fix(GoogleDrive): includes is not a function +* fix(Update): Fix visual glitch + +## [5.3.2] - 2024-11-01 + +### Fixed + +* [iOS] Attempt to fix inbound sharing + + ## [5.3.1] - 2024-10-09 ### Fixed diff --git a/android/.idea/compiler.xml b/android/.idea/compiler.xml index b589d56e9f..b86273d942 100644 --- a/android/.idea/compiler.xml +++ b/android/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle index f6aac55365..a886b60561 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 5003001 - versionName "5.3.1" + versionCode 5003003 + versionName "5.3.3" 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 3f5d968645..cfbd42d2bd 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.1", + "version": "5.3.3", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.firefox.json b/manifest.firefox.json index 79f012916b..13a21bf01c 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.1", + "version": "5.3.3", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.json b/manifest.json index 3f5d968645..cfbd42d2bd 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "5.3.1", + "version": "5.3.3", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/package.json b/package.json index a453c499d7..10d20d9ba6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "5.3.1", + "version": "5.3.3", "description": "Sync your bookmarks privately across browsers and devices", "scripts": { "build": "NODE_OPTIONS=--max-old-space-size=5000 gulp",