Skip to content

Commit

Permalink
Add fastlane changelog and lift version number
Browse files Browse the repository at this point in the history
  • Loading branch information
patzly committed Dec 30, 2024
1 parent b879c4b commit 7e0843e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "xyz.zedler.patrick.grocy"
minSdk 21
targetSdk 35
versionCode 59
versionName "3.7.0"
versionCode 60
versionName "3.7.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']
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/59.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
• New: Compatibility for server version 4.3.0
• New: Support for client certificates
• Fixed: Incorrect stock notification
• Fixed: Suggest only products in stock on consume page
• Fixed: Transaction buttons on overview page had multiple lines when being pressed
• Fixed: Some crashes on certain devices in certain situations
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/60.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Improved: Hide bottom bar if it is empty
• Fixed: notification settings not displaying current value in certain cases
• Fixed: Bottom bar not hiding on some pages when scrolled down

0 comments on commit 7e0843e

Please sign in to comment.