Skip to content

Commit

Permalink
Update version code and name, improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
patzly committed Dec 26, 2023
1 parent 6c62aaf commit e23c840
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 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 53
versionName "3.4.2"
versionCode 54
versionName "3.5.0"
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
4 changes: 2 additions & 2 deletions app/src/main/res/raw/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 3.5.0

- New: Dynamic contrast options in appearance settings for visual accessibility
- New: Removed support for Grocy server versions below 4.0.0 (following versions will be unsupported
now: 3.1.3, 3.2.0, 3.3.0, 3.3.1, 3.3.2). Please update your server to the latest Grocy version.
now: 3.1.3, 3.2.0, 3.3.0, 3.3.1, 3.3.2). Please update your server to the latest Grocy version!
- New: Dynamic contrast options in appearance settings for visual accessibility
- Improved: Swapped order of "done" items and shopping notes on shopping mode page (#812)
- Improved: Moved option for "mark as open" on consume page to bottom menu and added help (#768)
- Fixed: Crash on stock overview and recipes page when due date tracking was disabled (#811)
Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/54.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
This release contains multiple important changes:
• New: Removed support for Grocy server versions below 4.0.0. Please update your server to the latest Grocy version!
• New: Dynamic contrast options in appearance settings for visual accessibility
• Improved: Swapped order of "done" items and shopping notes on shopping mode page
• Improved: Moved option for "mark as open" on consume page to bottom menu and added help
• Fixed: Crash on stock overview and recipes page when due date tracking was disabled
• Fixed: Total prices on shopping list page with units other than stock unit were wrong
• Fixed: Stock overview last and avg. prices were not calculated properly
• Fixed: Refreshing of master locations page was broken
• Fixed: "Mark as open" was not working in some cases when quick mode was enabled
• Fixed: Transactions on purchase and inventory page in quick mode were not possible if due date tracking was disabled on server
• Fixed: Crash when opening page with ML Kit scanner in some cases (hopefully fixed)
• Fixed: ML Kit scanner could not start again after going to "choose product" page in normal mode (not quick mode)
• Fixed: Impossible login due to disabled animations
• Fixed: Privacy policy link missing
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ paging = "3.2.1"
navigation = "2.7.6"
room = "2.6.1"
rxandroid = "3.0.2"
calendar = "2.4.0"
calendar = "2.4.1"
material = "1.11.0"
flexbox = "3.0.0"
volley = "1.2.1"
Expand Down

0 comments on commit e23c840

Please sign in to comment.