From 6b6987e36b2f63e4a86f0152e1b8e54d5ebfd148 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 28 May 2024 09:54:59 +0200 Subject: [PATCH] v5.1.6 Signed-off-by: Marcel Klehr --- CHANGELOG.md | 6 ++++++ android/app/build.gradle | 4 ++-- .../metadata/android/en-US/full_description.txt | 16 ++++++++++++---- html/index.html | 2 +- html/options.html | 2 +- manifest.chrome.json | 2 +- manifest.firefox.json | 2 +- manifest.json | 2 +- 8 files changed, 25 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10cf40fb7e..f7394350e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.1.6] - 2024-05-28 + +### Fixed + +* [native] Don't load tree in a loop + ## [5.1.5] - 2024-05-28 ### Fixed diff --git a/android/app/build.gradle b/android/app/build.gradle index 874ea6605a..49883d4959 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 5001005 - versionName "5.1.5" + versionCode 5001006 + versionName "5.1.6" 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/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index e0099a6147..17db2cc81c 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,5 +1,13 @@ -With floccus you can sync your bookmarks across browsers via a server of your choosing – be it Nextcloud, WebDAV or Google Drive. +Manage and synchronize your bookmarks via Nextcloud, any WebDAV server, any Git server or via Google Drive. -* A Nextcloud Bookmarks instance -* Your Google Drive -* or any WebDAV server +This is the standalone bookmarks manager android app variant of floccus. You can also install floccus on your Desktop browsers to sync bookmarks with them. This App, due to technical reasons, cannot access bookmarks in your mobile browser apps directly, which is why you can only view them in the app or import and export them as a html file. + +Support + +My work on floccus i fuelled by a voluntary subscription model. If you can, please support me here: +https://floccus.org/donate/ + +Problems? + +I used to request bug reports via email, but my inbox is not like it used to be... If you need help or want to report a bug nowadays, please file an issue GitHub, I'll get back to you. I promise. +https://github.com/floccusaddon/floccus diff --git a/html/index.html b/html/index.html index 8bf5521974..8117cf7486 100644 --- a/html/index.html +++ b/html/index.html @@ -20,7 +20,7 @@ - + diff --git a/html/options.html b/html/options.html index 39e8efc7c7..1ae6d3315d 100644 --- a/html/options.html +++ b/html/options.html @@ -29,7 +29,7 @@ - + diff --git a/manifest.chrome.json b/manifest.chrome.json index af450dcec2..3e4afdbf58 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.2", + "version": "5.1.6", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.firefox.json b/manifest.firefox.json index 9d6e24e1b1..86901a238b 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.2", + "version": "5.1.6", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.json b/manifest.json index 33e4f907aa..86901a238b 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "5.1.5", + "version": "5.1.6", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png",