diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-01-25 10:13:33 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-25 10:13:33 +0530 |
commit | 91f5797262e7d82bc65146c4246e71d654e229be (patch) | |
tree | 3799ee5e96893b93d554a3b1cfb978953b18a60d | |
parent | c129fb347e6afb56aa693a63869b6a694894f029 (diff) | |
parent | 0cc42de983bb186e20051d07c207eba04de0d57e (diff) |
Bump version for new listing (#613)
Bump version for new listing
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | dependencies.gradle | 4 |
3 files changed, 19 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bdfdca8d..d55c6878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.4.0] - TBD + +### Added +- Add save-and-copy button +- Dark theme +- Setting to save OpenKeychain auth id +- Add number of passwords to folders + +### Changed +- Updated UI design and iconograph +- Biometric authentication +- Use new OpenKeychain integration library + +### Fixed +- Snackbars showing behind keyboards + ## [1.3.2] - 2018-12-23 ### Changed @@ -9,7 +9,7 @@ This application tries to be 100% compatible with [pass](http://www.passwordstor You can install the application from: * [F-Droid](https://f-droid.org/repository/browse/?fdid=com.zeapo.pwdstore) -* [Play Store](https://play.google.com/store/apps/details?id=com.zeapo.pwdstore) +* [Play Store](https://play.google.com/store/apps/details?id=dev.msfjarvis.aps) * [Snapshot builds](https://dl.msfjarvis.dev/APS/) Pull requests are more than welcome (see [TODO](https://github.com/android-password-store/Android-Password-Store/projects/1#column-228844)). diff --git a/dependencies.gradle b/dependencies.gradle index a275ef76..51e34c5f 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -6,8 +6,8 @@ ext.versions = [ minSdk: 23, targetSdk: 28, compileSdk: 28, - versionCode: 10303, - versionName: '1.3.4-SNAPSHOT', + versionCode: 10400, + versionName: '1.5.0-SNAPSHOT', buildTools: '29.0.2', packageName: 'dev.msfjarvis.aps' ] |