File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed
Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 5.8.2] - 2025-12-07
4+
5+ ### Fixed
6+ - fix: Resume sync with reset cache after MappingFailure
7+ - fix(DescriptionAccountcreated): Mention that combining floccus with browser sync doesn't work
8+ - fix: Introduce proper XbelParseError
9+ - fix: Introduce proper error for invalid URL
10+ - fix: Try to fix 'Calling getCacheTree() of undefined' error
11+ - fix: Make Caching#orderFolder behave like BrowserTree#orderFolder to avoid ordering mistakes
12+ - fix: Implement GC for mappings
13+
314## [ 5.8.1] - 2025-11-22
415
516### 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 5008001
11- versionName " 5.8.1 "
10+ versionCode 5008002
11+ versionName " 5.8.2 "
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.1 " ,
5+ "version" : " 5.8.2 " ,
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.1 " ,
5+ "version" : " 5.8.2 " ,
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.1 " ,
3+ "version" : " 5.8.2 " ,
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