Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Feb 21, 2023
1 parent 567a9d7 commit 025aca2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'com.cyb3rko.pincredible'
minSdk 23
targetSdk 33
versionCode 4
versionName '0.3.0'
versionCode 5
versionName '0.4.0'
signingConfig signingConfigs.debug
}
applicationVariants.all { variant ->
Expand Down
9 changes: 9 additions & 0 deletions metadata/en-US/changelogs/5.txt
@@ -0,0 +1,9 @@
Additions:
- image export functionality
- backup integrity check for password validation

Enhancements:
- improved backup dialog behaviour
- switch to more useful backup versioning
- show pin hash in viewer
- allow throwing caught error for reporting
File renamed without changes

0 comments on commit 025aca2

Please sign in to comment.