From c66d8f45819ed8ad8f43cfa898823c3a125cd87b Mon Sep 17 00:00:00 2001 From: Patrick Zedler Date: Wed, 16 Aug 2023 01:25:22 +0200 Subject: [PATCH] Update version code + name and improve changelog --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.txt | 8 ++++---- fastlane/metadata/android/en-US/changelogs/49.txt | 10 ++++++++++ 3 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/49.txt diff --git a/app/build.gradle b/app/build.gradle index ff697ee74..b8067d088 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,8 +41,8 @@ android { minSdk 21 targetSdk 34 compileSdk 34 - versionCode 48 - versionName "3.3.0" + versionCode 49 + versionName "3.3.1" resourceConfigurations += ['ca', 'cs', 'de', 'en', 'es', 'et', 'fr', 'hu', 'it', 'iw', 'ja', 'nb', 'nl', 'pl', 'pt-rBR', 'pt-rPT', 'ru', 'sk', 'sv', 'uk', 'zh-rCN', 'zh-rTW'] javaCompileOptions { diff --git a/app/src/main/res/raw/changelog.txt b/app/src/main/res/raw/changelog.txt index 1bcc43880..aaadb24f9 100644 --- a/app/src/main/res/raw/changelog.txt +++ b/app/src/main/res/raw/changelog.txt @@ -5,12 +5,12 @@ - Improved: Changed that prices on the shopping list (extra fields) are now related to the selected quantity unit (instead of to the product's QU stock as before) (change from server version 4.0.1) - Improved: Tasks can now be sorted by category (#753) -- Fixed: wrong title alignment in some list bottom sheets -- Fixed: crash when product overview dialog is called when shopping lists feature is disabled +- Fixed: Wrong title alignment in some list bottom sheets +- Fixed: Crash when product overview dialog is called when shopping lists feature is disabled (#750) - Fixed: Grouping option in shopping mode was not saved (#754) - Fixed: Chore details not opening (#748) -- Fixed: Quantity unit conversions were wrong in some cases (thanks @jrandiny!) (#744, #745) - Please report any remaining bugs related to unit conversion, as testing is difficult for it. +- Fixed: Quantity unit conversions were wrong in some cases (thanks @jrandiny) (#744, #745). + Please report any remaining bugs related to unit conversion as testing this is difficult - Fixed: Other conversion bug on shopping list item edit page which occurred when unit from shopping list item was the product's default purchase unit (hopefully fixed) diff --git a/fastlane/metadata/android/en-US/changelogs/49.txt b/fastlane/metadata/android/en-US/changelogs/49.txt new file mode 100644 index 000000000..78a7ba0b4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/49.txt @@ -0,0 +1,10 @@ +• New: Compatibility for server version 4.0.1 +• New: Targeting Android 14 +• Improved: Changed that prices on the shopping list (extra fields) are now related to the selected quantity unit (instead of to the product's QU stock as before) (change from server version 4.0.1) +• Improved: Tasks can now be sorted by category +• Fixed: Wrong title alignment in some list bottom sheets +• Fixed: Crash when product overview dialog is called when shopping lists feature is disabled +• Fixed: Grouping option in shopping mode was not saved +• Fixed: Chore details not opening +• Fixed: Quantity unit conversions were wrong in some cases. Please report any remaining bugs related to unit conversion as testing this is difficult +• Fixed: Other conversion bug on shopping list item edit page which occurred when unit from shopping list item was the product's default purchase unit (hopefully fixed) \ No newline at end of file