added changelog
This commit is contained in:
parent
81aff5d870
commit
9674b706db
1 changed files with 51 additions and 0 deletions
51
CHANGELOG.md
Normal file
51
CHANGELOG.md
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [1.3.2] - 2018-12-23
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Improve French translation.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Extra field is multi-line.
|
||||||
|
|
||||||
|
## [1.3.1] - 2018-10-18
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix default sort order bug.
|
||||||
|
|
||||||
|
## [1.3.0] - 2018-10-16
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Allow app to be installed on external media (SD card).
|
||||||
|
- Change password sort order.
|
||||||
|
- Display HOTP code if present.
|
||||||
|
- Open search view on keyboard press.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Use adaptive icon.
|
||||||
|
- Password entry is more secure.
|
||||||
|
- Clean paths on password list view.
|
||||||
|
- Improve Chinese translation.
|
||||||
|
- Don't show hidden files and directories.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix clipboard clearing.
|
||||||
|
- Wrap long passwords.
|
||||||
|
|
||||||
|
## 1.2.0.75 - 2018-05-31
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Add Arabic translation.
|
||||||
|
- Warn user that remembering SSH passphrase is currently insecure.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Update Japanese assets.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix elements overlapping.
|
||||||
|
|
||||||
|
|
||||||
|
[1.3.2]: https://github.com/zeapo/android-password-store/compare/v1.3.1...v1.3.2
|
||||||
|
[1.3.1]: https://github.com/zeapo/android-password-store/compare/v1.3.0...v1.3.1
|
||||||
|
[1.3.0]: https://github.com/zeapo/android-password-store/compare/v1.2.0.75...v1.3.0
|
Loading…
Reference in a new issue