Skip to content

Commit 7949458

Browse files
committed
v5.5.0
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 1b5b97b commit 7949458

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)