Skip to content

Commit 5d3be68

Browse files
committed
v5.6.0
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent de5e06c commit 5d3be68

File tree

6 files changed

+34
-10
lines changed

6 files changed

+34
-10
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [5.6.0] - 2025-08-02
4+
5+
### New
6+
7+
- New backend: KaraKeep
8+
- Support syncing tab groups
9+
- [Native app] Improved handling of share intents
10+
11+
### Fixed
12+
13+
* Make syncing with Linkwarden work again: Switch to new search endpoint
14+
* Improve syncing correctness: Fix ID comparisons
15+
* Improve syncing correctness: reconcileReorderings based on both donePlans
16+
* Improve syncing correctness: Fix mappable() function
17+
* Improve syncing correctness: Do not move items across folders in orderFolder()
18+
* fix: Fix "failed to map parentId" errors
19+
* Ignore permissions when using Orion
20+
* Improve Description for Bookmarksfile
21+
* Display more meaningful explanation for server target
22+
* Never force-push when syncing via git
23+
* Catch errors when parsing XML
24+
* Allow syncing root folder in chrome again
25+
* catch errors from git.push operations
26+
327
## [5.5.6] - 2025-06-29
428

529
### Fixed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "org.handmadeideas.floccus"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 5005006
11-
versionName "5.5.6"
10+
versionCode 5006000
11+
versionName "5.6.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

manifest.chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "floccus bookmarks sync",
44
"short_name": "floccus",
5-
"version": "5.5.6",
5+
"version": "5.6.0",
66
"description": "__MSG_DescriptionExtension__",
77
"icons": {
88
"48": "icons/logo.png",

manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "floccus bookmarks sync",
44
"short_name": "floccus",
5-
"version": "5.5.6",
5+
"version": "5.6.0",
66
"description": "__MSG_DescriptionExtension__",
77
"icons": {
88
"48": "icons/logo.png",

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floccus",
3-
"version": "5.5.6",
3+
"version": "5.6.0",
44
"description": "Sync your bookmarks privately across browsers and devices",
55
"scripts": {
66
"build": "NODE_OPTIONS=--max-old-space-size=5000 gulp",

0 commit comments

Comments
 (0)