This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
44## Unreleased
55
6+ ## [ 1.6.0] - 2020-03-20
7+
68### Added
79- Copy implicit username (password filename) by long pressing
810- Create xkpasswd style passwords
@@ -88,7 +90,8 @@ All notable changes to this project will be documented in this file.
8890- Fix elements overlapping.
8991
9092
91- [ Unreleased ] : https://github.com/zeapo/android-password-store/compare/v1.5.0...HEAD
93+ [ Unreleased ] : https://github.com/zeapo/android-password-store/compare/v1.6.0...HEAD
94+ [ 1.6.0 ] : https://github.com/zeapo/android-password-store/compare/v1.5.0..v1.6.0
9295[ 1.5.0 ] : https://github.com/zeapo/android-password-store/compare/v1.4.0...v1.5.0
9396[ 1.4.0 ] : https://github.com/zeapo/android-password-store/compare/v1.3.0...v1.4.0
9497[ 1.3.2 ] : https://github.com/zeapo/android-password-store/compare/v1.3.1...v1.3.2
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ ext.versions = [
66 minSdk : 23 ,
77 targetSdk : 28 ,
88 compileSdk : 28 ,
9- versionCode : 10501 ,
10- versionName : ' 1.6.0-SNAPSHOT ' ,
9+ versionCode : 10600 ,
10+ versionName : ' 1.6.0' ,
1111 buildTools : ' 29.0.3' ,
1212 packageName : ' dev.msfjarvis.aps'
1313]
You can’t perform that action at this time.
0 commit comments