gpm/CHANGELOG.md

33 lines
773 B
Markdown
Raw Normal View History

2019-07-01 06:03:41 +00:00
# CHANGELOG
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## Unreleased
2019-07-16 20:56:17 +00:00
### Added
- Use go module to get this software
- Generate random password
- Print the expiration time of TOTP code
2019-07-22 17:27:59 +00:00
- Export a wallet in json
2019-07-22 20:19:36 +00:00
- Import entries from a json file
2019-07-16 20:56:17 +00:00
2019-07-20 13:55:27 +00:00
## Changed
- Prefix error message with ERROR
2019-07-20 13:58:27 +00:00
- Fix new line with clear input
- Replace sha1 to sha512 in pbkdf2.Key function
2019-07-22 17:29:32 +00:00
- Replace default config directory
2019-07-20 13:55:27 +00:00
2019-07-12 21:12:47 +00:00
## v1.0.0 - 2019-07-12
2019-07-01 06:03:41 +00:00
### Added
- Save the wallet in AES-256 encrypted file
- Search entries with a pattern and/or by group
- Copy login, password and OTP code in clipboard
- Manage multiple wallets