Skip to content

Commit

Permalink
chore: release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mudkipme committed Dec 3, 2023
1 parent f45d960 commit 2bd1db1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "me.mudkip.moememos"
minSdk 26
targetSdk 33
versionCode 19
versionName "0.7.1"
versionCode 20
versionName "0.7.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## What's Changed
- Fixed a vulnerability where Memos authorization was leaking to the object storage server when using external storage by @mudkipme in https://github.com/mudkipme/MoeMemosAndroid/pull/118
- Resolved an issue with memo visibility after toggling a checkbox by @mudkipme in https://github.com/mudkipme/MoeMemosAndroid/pull/132
- Fixed support of default memo visibility setting by @mudkipme in https://github.com/mudkipme/MoeMemosAndroid/pull/122
- Supported "First day of week" regional preferences by @mudkipme in https://github.com/mudkipme/MoeMemosAndroid/pull/123
- Updated Russian-language translations by @reysonk in https://github.com/mudkipme/MoeMemosAndroid/pull/113

**Full Changelog**: https://github.com/mudkipme/MoeMemosAndroid/compare/0.7.1...0.7.2

0 comments on commit 2bd1db1

Please sign in to comment.