Skip to content

Commit 4b009a1

Browse files
committed
v5.4.2-alpha.1
Signed-off-by: Marcel Klehr <[email protected]>
1 parent c044010 commit 4b009a1

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [5.4.2-alpha.1]
4+
5+
### New
6+
7+
* [native] enh(Search): Match partial words
8+
* enh(Caching): Add edge:// to supported schemes
9+
* enh: Don't produce UPDATE actions when URLs change
10+
11+
### Fixed
12+
13+
* fix(SyncProcess): Refactor mergeable functions
14+
* fix(SyncProcess): Fix URL collisions on NC Bookmarks
15+
* fix(SyncProcess): Shorten excessive logging of REORDER actions
16+
* fix(Logger): Improve log redaction
17+
* fix(NextcloudBookmarks): More info in log when requests fail
18+
* fix(NextcloudBookmarks): Better error message when UPDATE fails
19+
* fix(OptionsWebDAV): re-init file when bookmark_file option is changed
20+
* fix(WebDAV): Fail when trying to sync to XBEL file with html setting and vice versa
21+
* fix(stringifyError): inspect bookmark to avoid [object Object]
22+
* Fix copy/paste typos for E037 & E038 error messages. (Thanks to John Hein)
23+
324
## [5.4.1]
425

526
### Fixed

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.1",
5+
"version": "5.4.2.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.4.1",
5+
"version": "5.4.2.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.4.1",
5+
"version": "5.4.2.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.4.1",
3+
"version": "5.4.2-alpha.1",
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)