File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+
4+ ## [ 5.9.0] - 2026-04-04
5+
6+ ### New
7+ * feat: Dropbox sync backend integration (thanks to Aaryan Vangari)
8+ * feat: New language: Hindi
9+ * enh(messages): Give better instructions in case of failsafe
10+ * [ native] perf(NativeTree): Don't calculate hash upon loading tree
11+
12+ ### Fixed
13+ * [ native] fix(Dropbox,GDrive): Display error message if login fails
14+ * fix(Logger): Do not persist empty logs
15+ * fix(SyncProcess): Improve handling of residual CREATE/REMOVE actions from subordinate scanner runs
16+ * fix(Account): Use async lock for loading accounts
17+ * fix(Controller): Fix capped exponential backoff logic
18+ * fix(Continuation): Add null checks to prevent Cannot read properties of null (reading 'getCapabilities') errors
19+ * fix(Git): Clear indexedDB after sync
20+ * fix: Cannot read properties of null (reading 'getCacheTree')
21+ * fix: Report status message for HttpErrors
22+ * chore(deps): Update dependencies
23+
24+
325## [ 5.8.6] - 2026-01-23
426
527### Fixed
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 5008006
11- versionName " 5.8.6 "
10+ versionCode 5009000
11+ versionName " 5.9.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.8.6 " ,
5+ "version" : " 5.9.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.8.6 " ,
5+ "version" : " 5.9.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.8.6 " ,
3+ "version" : " 5.9.0 " ,
44 "description" : " Sync your bookmarks privately across browsers and devices" ,
55 "scripts" : {
66 "build" : " NODE_OPTIONS=--max-old-space-size=4096 gulp" ,
You can’t perform that action at this time.
0 commit comments