Skip to content

Commit

Permalink
Update app version code and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf104a committed Mar 1, 2023
1 parent 187c5e3 commit 4ec2aeb
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -9,8 +9,8 @@ android {
applicationId "com.polar.nextcloudservices"
minSdkVersion 25
targetSdkVersion 33
versionCode 13
versionName '1.0-beta13'
versionCode 14
versionName '1.0-beta14'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Image preview for Talk notifications(thanks to @freeflyk)
- Fixed bug with a password not being masked(thanks to @freeflyk)
- Open Talk chats in browser, improved handling of opening links(thanks to @freeflyk)
- Handle custom actions in notifications(fixes 2FA via notification)
- Android 13 notification permission request

0 comments on commit 4ec2aeb

Please sign in to comment.