mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
commit
91f5797262
16
CHANGELOG.md
16
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)).
|
||||
|
|
|
@ -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'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue