Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Sep 28, 2024
1 parent 3869d4d commit 9bbc80d
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 29 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 0 additions & 5 deletions fastlane/metadata/android/cs-CZ/full_description.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/android/cs-CZ/short_description.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/metadata/android/de/full_description.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/android/de/short_description.txt

This file was deleted.

14 changes: 11 additions & 3 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -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
5 changes: 0 additions & 5 deletions fastlane/metadata/android/ru/full_description.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/android/ru/short_description.txt

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9bbc80d

Please sign in to comment.