diff --git a/CHANGELOG.md b/CHANGELOG.md index b6039f7fd3..79d3df338d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,21 @@ # Changelog +## [5.3.0] - 2024-09-28 + +(aka v5.3.0.2) + +### New + +* Add support for Linkwarden + +### Fixed + +* fix(GoogleDrive): Sort files by modified date + ## [5.3.0-beta.1] - 2024-09-12 +(aka v5.3.0.1) + ### New * Add support for Linkwarden diff --git a/android/app/build.gradle b/android/app/build.gradle index c6e994669a..e513dfdb21 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 5002007 - versionName "5.2.7" + versionCode 5003000 + versionName "5.3.0" 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/cs-CZ/full_description.txt b/fastlane/metadata/android/cs-CZ/full_description.txt deleted file mode 100644 index a4e9f143a7..0000000000 --- a/fastlane/metadata/android/cs-CZ/full_description.txt +++ /dev/null @@ -1,5 +0,0 @@ -S floccus můžete synchronizovat vaše záložky napříč prohlížeči pomocí serveru vašeho výběru – ať je to Nextcloud, WebDAV nebo Google Drive. - -* Instance Nextcloud Záložky -* Váš Google Drive -* nebo jakýkoliv server WebDAV diff --git a/fastlane/metadata/android/cs-CZ/short_description.txt b/fastlane/metadata/android/cs-CZ/short_description.txt deleted file mode 100644 index c5454f295a..0000000000 --- a/fastlane/metadata/android/cs-CZ/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Synchronizujte vaše záložky soukromě napříč prohlížeči a zařízeními diff --git a/fastlane/metadata/android/de/full_description.txt b/fastlane/metadata/android/de/full_description.txt deleted file mode 100644 index 5d5eabc48e..0000000000 --- a/fastlane/metadata/android/de/full_description.txt +++ /dev/null @@ -1,7 +0,0 @@ -Mit Floccus synchronisieren Sie Ihre Lesezeichen browserübergreifend über einen Server Ihrer Wahl – sei es Nextcloud, WebDAV oder Google Drive. - -Anforderungen: - -* Nextcloud-Lesezeichen (v0.14 oder höher) -* oder ein WebDAV-Server (wie nextcloud auch) -* oder ein Google Drive-Konto \ No newline at end of file diff --git a/fastlane/metadata/android/de/short_description.txt b/fastlane/metadata/android/de/short_description.txt deleted file mode 100644 index e853452d83..0000000000 --- a/fastlane/metadata/android/de/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Lesezeichen privat synchronisieren -- zwischen Browsern und Geräten diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 17db2cc81c..303c77ca70 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,13 +1,21 @@ -Manage and synchronize your bookmarks via Nextcloud, any WebDAV server, any Git server or via Google Drive. +Manage and synchronize your bookmarks via Nextcloud, or any WebDAV service, or any Git service, or Google Drive, end-to-end encrypted, if you want. 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. +More information on https://floccus.org + Support -My work on floccus i fuelled by a voluntary subscription model. If you can, please support me here: +If you'd like to support the creation and maintenance of this software, you can donate 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. +Please file bug reports or requests for help over on Github: https://github.com/floccusaddon/floccus + +Legal + +License: https://github.com/marcelklehr/floccus/blob/master/LICENSE.txt + +Privacy Policy: https://github.com/marcelklehr/floccus/blob/master/PRIVACY_POLICY.md \ No newline at end of file diff --git a/fastlane/metadata/android/ru/full_description.txt b/fastlane/metadata/android/ru/full_description.txt deleted file mode 100644 index 781ff57622..0000000000 --- a/fastlane/metadata/android/ru/full_description.txt +++ /dev/null @@ -1,5 +0,0 @@ -С помощью floccus вы можете синхронизировать ваши закладки между браузерами через выбранный вами сервер - будь то Nextcloud, WebDAV или Google Drive. - -* Сервер Nextcloud Bookmarks -* Ваш Google Drive -* или любой сервер WebDAV diff --git a/fastlane/metadata/android/ru/short_description.txt b/fastlane/metadata/android/ru/short_description.txt deleted file mode 100644 index 923db77747..0000000000 --- a/fastlane/metadata/android/ru/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Синхронизация закладок приватно между браузерами и устройствами \ No newline at end of file diff --git a/manifest.chrome.json b/manifest.chrome.json index 918a25dad6..2d08401ac3 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.0.1", + "version": "5.3.0.2", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.firefox.json b/manifest.firefox.json index 309460a861..719c39bba9 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.0.1", + "version": "5.3.0.2", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.json b/manifest.json index 918a25dad6..2d08401ac3 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "5.3.0.1", + "version": "5.3.0.2", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/package.json b/package.json index de75ddc512..4819535261 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "5.3.0-beta.1", + "version": "5.3.0", "description": "Sync your bookmarks privately across browsers and devices", "scripts": { "build": "NODE_OPTIONS=--max-old-space-size=5000 gulp",