gpm/CHANGELOG.md

73 lines
1.3 KiB
Markdown
Raw Normal View History

2019-07-01 08:03:41 +02: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
2024-10-12 09:36:08 +02:00
### Changed
- Update libs
### Fixed
- Choice box for generate new password was ignored
2021-01-02 18:43:57 +01:00
- Bug in search bar
2020-12-23 14:13:36 +01:00
## v2.0.0 - 2020-12-23
2019-10-20 11:09:25 +02:00
### Changed
- New interface
2019-10-19 11:32:30 +02:00
## v1.2.1 - 2019-10-19
2019-10-19 08:24:44 +02:00
### Fixed
- Bug in select item
2019-09-01 19:27:51 +02:00
## v1.2.0 - 2019-09-01
2019-07-24 18:21:21 +02:00
### Added
- Test build with travis
- Add entry's fields Create and LastUpdate
- Add timeout to close wallet for the security
2019-07-24 18:21:21 +02:00
2019-07-24 18:48:47 +02:00
### Changed
- Export in a file
- Use RandomString function for wallet's salt
2019-08-05 12:40:56 +02:00
- Search is case insensite
- change space to tab for goreport
2019-07-24 18:48:47 +02:00
2019-07-23 19:25:45 +02:00
## v1.1.0 - 2019-07-23
2019-07-16 22:56:17 +02:00
### Added
- Use go module to get this software
- Generate random password
- Print the expiration time of TOTP code
2019-07-22 19:27:59 +02:00
- Export a wallet in json
2019-07-22 22:19:36 +02:00
- Import entries from a json file
2019-07-22 22:47:20 +02:00
- Create the wallets directory
2019-07-16 22:56:17 +02:00
2019-07-24 18:20:15 +02:00
### Changed
2019-07-20 15:55:27 +02:00
2024-10-12 09:36:08 +02:00
- Prefix error message with ERROR
2019-07-20 15:58:27 +02:00
- Fix new line with clear input
- Replace sha1 to sha512 in pbkdf2.Key function
2019-07-22 19:29:32 +02:00
- Replace default config directory
2019-07-22 22:39:27 +02:00
- Fix bug in the wallet choice
2019-07-20 15:55:27 +02:00
2019-07-12 23:12:47 +02:00
## v1.0.0 - 2019-07-12
2019-07-01 08:03:41 +02: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