Skip to content

Commit

Permalink
v5.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Jul 25, 2024
1 parent 942f04f commit 3fc1d1b
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 6 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [5.2.5] - 2024-07-25

### Fixed
* [native] feat: warn user if URL is already bookmarked
* [native] fix: small visual fixes
* [native] fix: Automatically reload from disk when resuming app
* [native] fix: replace cordova-inappbrowser with capacitor/browser
* [native] chore: Upgrade capacitor to v6
* feat(AccountCard): Link to github issues on error
* perf(GoogleDrive, WebDav): Don't loop through all lines when finding highest ID
* feat(Telemetry): Add report problem button to Telemetry page
* feat(AccountCard): Link to github issues on error
* fix(Cancel): Improve cancel UX
* fix(NextcloudBookmarks): Increase timeout
* fix(Git): Clean up used indexedDB instances
* fix(Controller logic): Catch all 'Receiving end does not exist' errors
* fix(Account): Don't compile logs for each error
* fix(Xbel): Don't attempt to parse numbers
* fix(GoogleDrive,WebDAV): Allow passing salt in file contents
* fix(GoogleDrive): Don't free lock if it wasn't locked
* fix(Cancel): Improve cancel UX
* fix(NextcloudBookmarks): Increase timeout
* chore(package.json): Add necessary NODE_OPTIONS to scripts
* chore(ios): Update ios assets

## [5.2.4] - 2024-07-02

### Fixed
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 5002004
versionName "5.2.4"
versionCode 5002005
versionName "5.2.5"
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.2.4",
"version": "5.2.5",
"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.2.4",
"version": "5.2.5",
"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.2.4",
"version": "5.2.5",
"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.2.4",
"version": "5.2.5",
"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 3fc1d1b

Please # to comment.