Skip to content

Commit

Permalink
chore: update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed Jul 20, 2024
1 parent 20be8d0 commit 54aa569
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId = "io.github.jd1378.otphelper"
minSdk = 24
targetSdk = 34
versionCode = 31
versionName = "1.16.1"
versionCode = 32
versionName = "1.16.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { useSupportLibrary = true }
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/32000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- Important reliability fixes
- Added History screen
- Improved Ignored List
- Created settings page and moved settings inside
- Moved language to settings
- You can now disable "Copied to clipboard!" toast from settings.
- You can now add your own sensitive phrases!
- You can now add your own ignored phrases!
- Made notification a little more compact to prevent clipping on some phones
- Added auto dismiss feature
- Added mark as read feature

0 comments on commit 54aa569

Please sign in to comment.