Skip to content

Commit

Permalink
Update version code + name and improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
patzly committed Aug 15, 2023
1 parent a711724 commit c66d8f4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/raw/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/49.txt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit c66d8f4

Please sign in to comment.