File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2022 - 2023 Stɑrry Shivɑm
3
+ Copyright (c) [ 2022 - Present] Stɑrry Shivɑm
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
16
16
applicationId " com.starry.greenstash"
17
17
minSdk 24
18
18
targetSdk 34
19
- versionCode 350
20
- versionName " 3.6.0-dev "
19
+ versionCode 360
20
+ versionName " 3.6.0"
21
21
22
22
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
23
23
vectorDrawables {
Original file line number Diff line number Diff line change
1
+ - Now you can archive completed goals instead of deleting them.
2
+ - Redesigned navigation drawer and some other UI improvements.
3
+ - Added ability to change app locale regardless of system language on android 13 and above.
4
+ - Added ability to automatically request focus when opening the search bar.
5
+ - Removed 10 lines limit for notes in goal info screen.
6
+ - Added Russian translation.
7
+ - Some other minor improvements and bug fixes.
You can’t perform that action at this time.
0 commit comments