Skip to content

Commit 4229acc

Browse files
committed
v5.8.0
Signed-off-by: Marcel Klehr <[email protected]>
1 parent e711f91 commit 4229acc

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

CHANGELOG.md

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

3+
## [5.8.0] - 2025-11-16
4+
5+
### New
6+
- enh: Remember last used account
7+
- enh(GoogleDrive): Add a HTTP request timeout
8+
- feat: Split interval based sync and change-based sync into two options
9+
10+
### Fixed
11+
* [native] fix(NativeApp): Don't use css inset property
12+
* [native] fix: Refuse to import gdrive profiles, because it doesn't work anymore
13+
* fix(CachingAdapter): set initialTreeHash after getBookmarksTree
14+
* fix(browser-api): Do not carry context into each callback (Improves memory consumption)
15+
* fix: Remove confusing detail from E020 message Marcel Klehr 11/14/25, 9:33 AM
16+
* fix(Folder#inspect): Make hash visible again
17+
* Fix DialogChooseFolder2: keep header fixed, make treeview scrollable with dynamic max-height unknown
18+
* fix(SyncProcess): Catch throttledCb cancelled error
19+
* fix(Nextcloudbookmarks): Fix 404 error on capabilities endpoint
20+
321
## [5.7.0] - 2025-08-24
422

523
### Summary

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 5007000
11-
versionName "5.7.0"
10+
versionCode 5008000
11+
versionName "5.8.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.7.0",
5+
"version": "5.8.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.7.0",
5+
"version": "5.8.0",
66
"description": "__MSG_DescriptionExtension__",
77
"icons": {
88
"48": "icons/logo.png",

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.7.0",
3+
"version": "5.8.0",
44
"description": "Sync your bookmarks privately across browsers and devices",
55
"scripts": {
66
"build": "NODE_OPTIONS=--max-old-space-size=8000 gulp",

0 commit comments

Comments
 (0)