File tree Expand file tree Collapse file tree 5 files changed +20
-13
lines changed
Expand file tree Collapse file tree 5 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 5.5.5] - 2025-06-01
4+
5+ ### Fixed
6+
7+ * Removed the use of Dexie as it doesn't play nice with Sentry and causes crashes
8+
39## [ 5.5.4] - 2025-05-30
410
511### Fixed
6- fix(build): Transpile async to generators to avoid Crashing Chrome and Edge due to leaking transactions
7- fix(NextcloudBookmarks): Do not remember result of checkFeatureJavascriptLinks() across syncs
8- fix(NextcloudBookmarks): Fix checkFeatureJavascriptLinks()
9- fix(BrowserController): set syncing to false onLoad
10- fix(GoogleDrive): Set acknowledge abuse parameter to avoid failing syncs
11- fix(Bookmark#clone): reset hashValue correctly
12- fix(WebDAV): Fix file size check
13- fix(messages): Improve Linkwarden serverfolder explanation
12+
13+ * fix(build): Transpile async to generators to avoid Crashing Chrome and Edge due to leaking transactions
14+ * fix(NextcloudBookmarks): Do not remember result of checkFeatureJavascriptLinks() across syncs
15+ * fix(NextcloudBookmarks): Fix checkFeatureJavascriptLinks()
16+ * fix(BrowserController): set syncing to false onLoad
17+ * fix(GoogleDrive): Set acknowledge abuse parameter to avoid failing syncs
18+ * fix(Bookmark#clone): reset hashValue correctly
19+ * fix(WebDAV): Fix file size check
20+ * fix(messages): Improve Linkwarden serverfolder explanation
1421
1522## [ 5.5.3] - 2025-04-27
1623
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 5005004
11- versionName " 5.5.4 "
10+ versionCode 5005005
11+ versionName " 5.5.5 "
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.5.4 " ,
5+ "version" : " 5.5.5 " ,
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.5.4 " ,
5+ "version" : " 5.5.5 " ,
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.5.4 " ,
3+ "version" : " 5.5.5 " ,
44 "description" : " Sync your bookmarks privately across browsers and devices" ,
55 "scripts" : {
66 "build" : " NODE_OPTIONS=--max-old-space-size=5000 gulp" ,
You can’t perform that action at this time.
0 commit comments