diff --git a/LICENSE b/LICENSE index 94906c65..c03f962e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 - 2023 Stɑrry Shivɑm +Copyright (c) [2022 - Present] Stɑrry Shivɑm Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/app/build.gradle b/app/build.gradle index b83c3a3e..55f657cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.starry.greenstash" minSdk 24 targetSdk 34 - versionCode 350 - versionName "3.6.0-dev" + versionCode 360 + versionName "3.6.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/metadata/android/en-US/changelogs/360.txt b/fastlane/metadata/android/en-US/changelogs/360.txt new file mode 100644 index 00000000..4feb006d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/360.txt @@ -0,0 +1,7 @@ +- Now you can archive completed goals instead of deleting them. +- Redesigned navigation drawer and some other UI improvements. +- Added ability to change app locale regardless of system language on android 13 and above. +- Added ability to automatically request focus when opening the search bar. +- Removed 10 lines limit for notes in goal info screen. +- Added Russian translation. +- Some other minor improvements and bug fixes. \ No newline at end of file