gpm/CHANGELOG.md

50 lines
1.1 KiB
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-24 16:21:21 +00:00
### Added
- Test build with travis
- Add entry's fields Create and LastUpdate
- Add timeout to close wallet for the security
2019-07-24 16:21:21 +00:00
2019-07-24 16:48:47 +00:00
### Changed
- Export in a file
- Use RandomString function for wallet's salt
2019-08-05 10:40:56 +00:00
- Search is case insensite
- change space to tab for goreport
2019-07-24 16:48:47 +00:00
2019-07-23 17:25:45 +00:00
## v1.1.0 - 2019-07-23
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-22 20:47:20 +00:00
- Create the wallets directory
2019-07-16 20:56:17 +00:00
2019-07-24 16:20:15 +00:00
### Changed
2019-07-20 13:55:27 +00:00
- 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-22 20:39:27 +00:00
- Fix bug in the wallet choice
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