Skip to content

Commit e23c840

Browse files
committed
Update version code and name, improve changelog
1 parent 6c62aaf commit e23c840

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ android {
4141
minSdk 21
4242
targetSdk 34
4343
compileSdk 34
44-
versionCode 53
45-
versionName "3.4.2"
44+
versionCode 54
45+
versionName "3.5.0"
4646
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']
4747

4848
javaCompileOptions {

app/src/main/res/raw/changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## 3.5.0
22

3-
- New: Dynamic contrast options in appearance settings for visual accessibility
43
- New: Removed support for Grocy server versions below 4.0.0 (following versions will be unsupported
5-
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.
4+
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!
5+
- New: Dynamic contrast options in appearance settings for visual accessibility
66
- Improved: Swapped order of "done" items and shopping notes on shopping mode page (#812)
77
- Improved: Moved option for "mark as open" on consume page to bottom menu and added help (#768)
88
- Fixed: Crash on stock overview and recipes page when due date tracking was disabled (#811)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
This release contains multiple important changes:
2+
• New: Removed support for Grocy server versions below 4.0.0. Please update your server to the latest Grocy version!
3+
• New: Dynamic contrast options in appearance settings for visual accessibility
4+
• Improved: Swapped order of "done" items and shopping notes on shopping mode page
5+
• Improved: Moved option for "mark as open" on consume page to bottom menu and added help
6+
• Fixed: Crash on stock overview and recipes page when due date tracking was disabled
7+
• Fixed: Total prices on shopping list page with units other than stock unit were wrong
8+
• Fixed: Stock overview last and avg. prices were not calculated properly
9+
• Fixed: Refreshing of master locations page was broken
10+
• Fixed: "Mark as open" was not working in some cases when quick mode was enabled
11+
• Fixed: Transactions on purchase and inventory page in quick mode were not possible if due date tracking was disabled on server
12+
• Fixed: Crash when opening page with ML Kit scanner in some cases (hopefully fixed)
13+
• Fixed: ML Kit scanner could not start again after going to "choose product" page in normal mode (not quick mode)
14+
• Fixed: Impossible login due to disabled animations
15+
• Fixed: Privacy policy link missing

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ paging = "3.2.1"
1010
navigation = "2.7.6"
1111
room = "2.6.1"
1212
rxandroid = "3.0.2"
13-
calendar = "2.4.0"
13+
calendar = "2.4.1"
1414
material = "1.11.0"
1515
flexbox = "3.0.0"
1616
volley = "1.2.1"

0 commit comments

Comments
 (0)