Skip to content

Commit 42135dd

Browse files
committed
v5.2.4
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent f61f1c0 commit 42135dd

7 files changed

Lines changed: 74 additions & 60 deletions

File tree

CHANGELOG.md

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

3+
## [5.2.4] - 2024-07-02
4+
5+
### Fixed
6+
7+
* fix(Account): Use exponential backoff instead of disabling profile after 10 errors
8+
* [native] fix(font-size): set default font-size using cm
9+
* fix(imports): Don't allow importing actions definitions from store/index
10+
* [native] fix(Options): Avoid importing browser-only module
11+
* fix(Folder#traverse)
12+
* fix typo in README.md in git repos
13+
* fix(Default#executeAction): fix ordering when doing bulkImport in Unidirectional strategy
14+
* fix(NextcloudBookmarks): Make sure folder exists before appending children
15+
16+
317
## [5.2.3] - 2024-06-21
418

519
### Fixed

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 5002003
11-
versionName "5.2.3"
10+
versionCode 5002004
11+
versionName "5.2.4"
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.2.3",
5+
"version": "5.2.4",
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.2.3",
5+
"version": "5.2.4",
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.2.3",
5+
"version": "5.2.4",
66
"description": "__MSG_DescriptionExtension__",
77
"icons": {
88
"48": "icons/logo.png",

package-lock.json

Lines changed: 54 additions & 54 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.2.3",
3+
"version": "5.2.4",
44
"description": "Sync your bookmarks privately across browsers and devices",
55
"scripts": {
66
"build": "gulp",

0 commit comments

Comments
 (0)