diff --git a/app/build.gradle b/app/build.gradle index 76b87ac2..96470d22 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { minSdkVersion 21 targetSdkVersion 33 compileSdk 33 - versionCode 2140403 - versionName "2.14.4" + versionCode 2140505 + versionName "2.14.5" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index b37ad33c..df0d360f 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,16 @@ { "Entries": [ + { + "VersionCode": 2140505, + "Title": "Changes in version 2.14.5", + "Messages": [ + "Fix upload result presentation.", + "Add check for Internet connection before starting upload.", + "Add option to use custom MLS-compatible server for uploads.", + "Display a warning when attempting to export database when there is no data to upload.", + "Improve error handling." + ] + }, { "VersionCode": 2140403, "Title": "Changes in version 2.14.4", @@ -37,16 +48,6 @@ "Try to fix exception when button cancelling export or upload.", "Improve error handling." ] - }, - { - "VersionCode": 2140099, - "Title": "Changes in version 2.14.0", - "Messages": [ - "Change Uploader to show progress in dialog and notification to unify behavior with Export function.", - "Remove unnecessary prompt to select storage when disabling file logging.", - "Fixes related to data collection with NetMonster API.", - "Small bug fixes." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2140505.txt b/fastlane/metadata/android/en-US/changelogs/2140505.txt new file mode 100644 index 00000000..bab0efe3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2140505.txt @@ -0,0 +1,5 @@ +- Fix upload result presentation. +- Add check for Internet connection before starting upload. +- Add option to use custom MLS-compatible server for uploads. +- Display a warning when attempting to export database when there is no data to upload. +- Improve error handling. \ No newline at end of file