Skip to content

Commit ede30a1

Browse files
Bump version (#127)
Signed-off-by: starry-shivam <[email protected]>
1 parent 2b4f983 commit ede30a1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 - 2023 Stɑrry Shivɑm
3+
Copyright (c) [2022 - Present] Stɑrry Shivɑm
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId "com.starry.greenstash"
1717
minSdk 24
1818
targetSdk 34
19-
versionCode 350
20-
versionName "3.6.0-dev"
19+
versionCode 360
20+
versionName "3.6.0"
2121

2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
vectorDrawables {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

0 commit comments

Comments
 (0)