Skip to content

Commit

Permalink
v5.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Jan 6, 2025
1 parent 02b7553 commit 8054811
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 6 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [5.4.2]

(aka 5.4.2.1)

### New

* [native] enh(Search): Match partial words
* enh(Caching): Add edge:// to supported schemes
* enh: Don't produce UPDATE actions when URLs change

### Fixed

* fix(SyncProcess): Refactor mergeable functions
* fix(SyncProcess): Fix URL collisions on NC Bookmarks
* fix(SyncProcess): Shorten excessive logging of REORDER actions
* fix(Logger): Improve log redaction
* fix(NextcloudBookmarks): More info in log when requests fail
* fix(NextcloudBookmarks): Better error message when UPDATE fails
* fix(OptionsWebDAV): re-init file when bookmark_file option is changed
* fix(WebDAV): Fail when trying to sync to XBEL file with html setting and vice versa
* fix(stringifyError): inspect bookmark to avoid [object Object]
* Fix copy/paste typos for E037 & E038 error messages. (Thanks to John Hein)
* fix(WebDAV): Fix "includes is not a function" error
* fix(GoogleDrive): Log response on auth failure


## [5.4.2-alpha.1]

### New
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "org.handmadeideas.floccus"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5004001
versionName "5.4.1"
versionCode 5004002
versionName "5.4.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "floccus bookmarks sync",
"short_name": "floccus",
"version": "5.4.2.0",
"version": "5.4.2.1",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",
Expand Down
2 changes: 1 addition & 1 deletion manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus bookmarks sync",
"short_name": "floccus",
"version": "5.4.2.0",
"version": "5.4.2.1",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "floccus bookmarks sync",
"short_name": "floccus",
"version": "5.4.2.0",
"version": "5.4.2.1",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floccus",
"version": "5.4.2-alpha.1",
"version": "5.4.2",
"description": "Sync your bookmarks privately across browsers and devices",
"scripts": {
"build": "NODE_OPTIONS=--max-old-space-size=5000 gulp",
Expand Down

0 comments on commit 8054811

Please sign in to comment.