Skip to content

Commit

Permalink
v5.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed May 28, 2024
1 parent b704082 commit 6b6987e
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 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.
Expand Down
16 changes: 12 additions & 4 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
With <i>floccus</i> 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
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script src="../js/151.js"></script>
<script src="../js/144.js"></script>
<script src="../js/80.js"></script>
<script src="../js/81.js"></script>
<script src="../js/945.js"></script>
<script src="js/native.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion html/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<script src="../js/151.js"></script>
<script src="../js/719.js"></script>
<script src="../js/80.js"></script>
<script src="../js/81.js"></script>
<script src="../js/945.js"></script>
<script src="../js/options.js"></script>
</body>
</html>
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.1.4.2",
"version": "5.1.6",
"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.1.4.2",
"version": "5.1.6",
"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": 2,
"name": "floccus bookmarks sync",
"short_name": "floccus",
"version": "5.1.5",
"version": "5.1.6",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",
Expand Down

0 comments on commit 6b6987e

Please sign in to comment.