mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-02 07:15:21 +00:00
Bump version to 1.6.0
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
committed by
Aditya Wasan
parent
b79b03d102
commit
61655ecfd3
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [1.6.0] - 2020-03-20
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Copy implicit username (password filename) by long pressing
|
- Copy implicit username (password filename) by long pressing
|
||||||
- Create xkpasswd style passwords
|
- Create xkpasswd style passwords
|
||||||
@@ -88,7 +90,8 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Fix elements overlapping.
|
- Fix elements overlapping.
|
||||||
|
|
||||||
|
|
||||||
[Unreleased]: https://github.com/zeapo/android-password-store/compare/v1.5.0...HEAD
|
[Unreleased]: https://github.com/zeapo/android-password-store/compare/v1.6.0...HEAD
|
||||||
|
[1.6.0]: https://github.com/zeapo/android-password-store/compare/v1.5.0..v1.6.0
|
||||||
[1.5.0]: https://github.com/zeapo/android-password-store/compare/v1.4.0...v1.5.0
|
[1.5.0]: https://github.com/zeapo/android-password-store/compare/v1.4.0...v1.5.0
|
||||||
[1.4.0]: https://github.com/zeapo/android-password-store/compare/v1.3.0...v1.4.0
|
[1.4.0]: https://github.com/zeapo/android-password-store/compare/v1.3.0...v1.4.0
|
||||||
[1.3.2]: https://github.com/zeapo/android-password-store/compare/v1.3.1...v1.3.2
|
[1.3.2]: https://github.com/zeapo/android-password-store/compare/v1.3.1...v1.3.2
|
||||||
|
@@ -6,8 +6,8 @@ ext.versions = [
|
|||||||
minSdk: 23,
|
minSdk: 23,
|
||||||
targetSdk: 28,
|
targetSdk: 28,
|
||||||
compileSdk: 28,
|
compileSdk: 28,
|
||||||
versionCode: 10501,
|
versionCode: 10600,
|
||||||
versionName: '1.6.0-SNAPSHOT',
|
versionName: '1.6.0',
|
||||||
buildTools: '29.0.3',
|
buildTools: '29.0.3',
|
||||||
packageName: 'dev.msfjarvis.aps'
|
packageName: 'dev.msfjarvis.aps'
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user