File tree Expand file tree Collapse file tree 6 files changed +32
-6
lines changed
Expand file tree Collapse file tree 6 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 5.4.2]
4+
5+ (aka 5.4.2.1)
6+
7+ ### New
8+
9+ * [ native] enh(Search): Match partial words
10+ * enh(Caching): Add edge:// to supported schemes
11+ * enh: Don't produce UPDATE actions when URLs change
12+
13+ ### Fixed
14+
15+ * fix(SyncProcess): Refactor mergeable functions
16+ * fix(SyncProcess): Fix URL collisions on NC Bookmarks
17+ * fix(SyncProcess): Shorten excessive logging of REORDER actions
18+ * fix(Logger): Improve log redaction
19+ * fix(NextcloudBookmarks): More info in log when requests fail
20+ * fix(NextcloudBookmarks): Better error message when UPDATE fails
21+ * fix(OptionsWebDAV): re-init file when bookmark_file option is changed
22+ * fix(WebDAV): Fail when trying to sync to XBEL file with html setting and vice versa
23+ * fix(stringifyError): inspect bookmark to avoid [ object Object]
24+ * Fix copy/paste typos for E037 & E038 error messages. (Thanks to John Hein)
25+ * fix(WebDAV): Fix "includes is not a function" error
26+ * fix(GoogleDrive): Log response on auth failure
27+
28+
329## [ 5.4.2-alpha.1]
430
531### New
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 5004001
11- versionName " 5.4.1 "
10+ versionCode 5004002
11+ versionName " 5.4.2 "
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.4.2.0 " ,
5+ "version" : " 5.4.2.1 " ,
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.4.2.0 " ,
5+ "version" : " 5.4.2.1 " ,
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.4.2.0 " ,
5+ "version" : " 5.4.2.1 " ,
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.4.2-alpha.1 " ,
3+ "version" : " 5.4.2" ,
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