File tree Expand file tree Collapse file tree 5 files changed +23
-5
lines changed
Expand file tree Collapse file tree 5 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments