Skip to content

Commit 8054811

Browse files
committed
v5.4.2
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 02b7553 commit 8054811

File tree

6 files changed

+32
-6
lines changed

6 files changed

+32
-6
lines changed

CHANGELOG.md

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

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 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.

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.4.2.0",
5+
"version": "5.4.2.1",
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.4.2.0",
5+
"version": "5.4.2.1",
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.4.2.0",
5+
"version": "5.4.2.1",
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.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",

0 commit comments

Comments
 (0)