Skip to content

Commit 7eafa84

Browse files
committed
v5.4.3
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 59fd0d7 commit 7eafa84

File tree

5 files changed

+42
-7
lines changed

5 files changed

+42
-7
lines changed

CHANGELOG.md

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

3+
## [5.4.3]
4+
5+
### Fixed
6+
7+
* fix(OptionsLinkwarden): Allow changing server folder
8+
* fix(Storage): Don't give up when storage entry can not be parsed
9+
* refactor(Account#setData): Accept partial data and use lock to set data (fixes hanging sync on iOS)
10+
* fix(README): Add APK cert fingerprint
11+
* fix(GoogleDrive|WebDAV): Try to catch more errors when file is encrypted
12+
* enh(AutoSync): Add an explantion in settings
13+
* [native] Try to find a valid URL when an app shares title+URL stuffed together (thanks to Andy Balaam)
14+
* [native] Check that a URL is valid as soon as we load the Add Bookmark dialog (thanks to Andy Balaam)
15+
* [native] Prevent saving a newly-added bookmark if the URL is bad (thanks to Andy Balaam)
16+
* [native] Catch and log any errors we encounter when parsing a URL to display its hostname (thanks to Andy Balaam)
17+
318
## [5.4.2]
419

520
(aka 5.4.2.1)

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 5004002
11-
versionName "5.4.2"
10+
versionCode 5004003
11+
versionName "5.4.3"
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.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.1",
5+
"version": "5.4.3",
66
"description": "__MSG_DescriptionExtension__",
77
"icons": {
88
"48": "icons/logo.png",

package-lock.json

Lines changed: 23 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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",
3+
"version": "5.4.3",
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)