mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [1.12.0] - 2020-09-24
|
## [1.12.1] - 2020-10-13
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Certain operations like folder creation with GPG keys would fail with `java.lang.IllegalStateException`.
|
- Certain operations like folder creation with GPG keys would fail with `java.lang.IllegalStateException`.
|
||||||
- ECDSA key exchanges failed resulting in users being unable to clone repositories.
|
- ECDSA key exchanges failed resulting in users being unable to clone repositories.
|
||||||
|
|
||||||
|
## [1.12.0] - 2020-09-24
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Allow sorting by recently used
|
- Allow sorting by recently used
|
||||||
@@ -352,7 +354,9 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
- Fix elements overlapping.
|
- Fix elements overlapping.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...HEAD
|
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.1...HEAD
|
||||||
|
|
||||||
|
[1.12.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...v1.12.1
|
||||||
|
|
||||||
[1.12.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...v1.12.0
|
[1.12.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...v1.12.0
|
||||||
|
|
||||||
|
@@ -31,8 +31,8 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "dev.msfjarvis.aps"
|
applicationId = "dev.msfjarvis.aps"
|
||||||
versionCode = 11200
|
versionCode = 11210
|
||||||
versionName = "1.12.0"
|
versionName = "1.12.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
Reference in New Issue
Block a user