Skip to content

Commit 8f9532e

Browse files
committed
v5.4.0
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 3f1055b commit 8f9532e

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [5.4.0] - 2024-11-28
3+
## [5.4.0] - 2024-11-30
44

55
### New
66
* enh(Tree): Add confirmation before deleting items
@@ -11,11 +11,16 @@
1111
* [native] enh: Allow selecting up down sync by long press on sync button
1212
* [native] enh: Remember sort option & sort folders first
1313
* [native] enh: Improve search by ranking better matches higher
14+
* enh(Account#sync): Allow forcing sync when profile is scheduled
15+
16+
### Fixed
1417
* [native] fix(DialogChooseFolder): Sort folders according to sort order setting
1518
* [native] fix(newbookmark): Use neutral user agent to get correct title
16-
* fix(Scanner): Improve move stability with same-titled folders
1719
* [native] fix(Tree): Sorting by link
20+
* [native] fix: Properly reset accounts on load
21+
* fix(Scanner): Improve move stability with same-titled folders
1822
* fix(GoogleDrive|WebDAV): fix _.includes is not a function error
23+
* fix(Account#sync): Do not break lock automatically
1924

2025
## [5.3.4] - 2024-11-17
2126

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 5003004
11-
versionName "5.3.4"
10+
versionCode 5004000
11+
versionName "5.4.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.

manifest.chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "floccus bookmarks sync",
44
"short_name": "floccus",
5-
"version": "5.3.4",
5+
"version": "5.4.0",
66
"description": "__MSG_DescriptionExtension__",
77
"icons": {
88
"48": "icons/logo.png",

manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "floccus bookmarks sync",
44
"short_name": "floccus",
5-
"version": "5.3.4",
5+
"version": "5.4.0",
66
"description": "__MSG_DescriptionExtension__",
77
"icons": {
88
"48": "icons/logo.png",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "floccus bookmarks sync",
44
"short_name": "floccus",
5-
"version": "5.3.4",
5+
"version": "5.4.0",
66
"description": "__MSG_DescriptionExtension__",
77
"icons": {
88
"48": "icons/logo.png",

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.3.4",
3+
"version": "5.4.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)