File tree Expand file tree Collapse file tree 6 files changed +13
-8
lines changed
Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 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
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
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 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.
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.3.4 " ,
5+ "version" : " 5.4.0 " ,
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.3.4 " ,
5+ "version" : " 5.4.0 " ,
66 "description" : " __MSG_DescriptionExtension__" ,
77 "icons" : {
88 "48" : " icons/logo.png" ,
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.3.4 " ,
5+ "version" : " 5.4.0 " ,
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.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" ,
You can’t perform that action at this time.
0 commit comments