File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 5.5.0] - 2025-04-09
4+
5+ ### New
6+
7+ * feat(Logger): Use IndexedDB to store logs in order to store more
8+ * feat(AdditionFailsafe): Extend failsafe mechanism to prevent creation of excessive amounts of bookmarks
9+ * fix(failsafe): Reduce threshold to 20% OR 1k bookmarks
10+
11+ ### Fixed
12+
13+ * fix(Controller): Do not run scheduleSync concurrently for all accounts
14+ * fix(failsafe): Also apply failsafe on upstream changes
15+ * fix(NewAccount): Disable git backend on android/ios
16+ * fix(GoogleDrive): fix "T.includes is not a function" error
17+ * fix(webdav): Validate filesize via PROPFIND to detect partial downloads
18+
319## [ 5.4.5] - 2025-03-20
420
521### 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 5004005
11- versionName " 5.4.5 "
10+ versionCode 5005000
11+ versionName " 5.5.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 11{
22 "name" : " floccus" ,
3- "version" : " 5.4.5 " ,
3+ "version" : " 5.5.0 " ,
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