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
|
|
|
|
|
2021-01-02 17:42:04 +01:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Choice box for generate new password was ignored
|
2021-01-02 18:43:57 +01:00
|
|
|
- Bug in search bar
|
2021-01-02 17:42:04 +01:00
|
|
|
|
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
|
2019-07-24 19:01:31 +02:00
|
|
|
- Add entry's fields Create and LastUpdate
|
2019-09-01 17:00:19 +02:00
|
|
|
- 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
|
2019-07-25 07:46:04 +02:00
|
|
|
- Use RandomString function for wallet's salt
|
2019-08-05 12:40:56 +02:00
|
|
|
- Search is case insensite
|
2019-08-31 19:18:35 +02:00
|
|
|
- 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
|
2019-07-20 15:45:22 +02:00
|
|
|
- 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
|
2019-07-20 17:18:52 +02:00
|
|
|
- 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
|