-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,28 @@ | ||
# Changelog | ||
|
||
## [2.0.0] - 2022-09-23 | ||
|
||
### Changed | ||
|
||
- Remove trailing newline from scanned password | ||
- Use `ReadPassword` function from `term` package to read password | ||
- Change password type from string to []byte | ||
- Bring `colour` package more inline with ANSI escape codes | ||
- Use byte escape sequence in `colour` | ||
|
||
## [1.2.0] - 2022-09-18 | ||
|
||
### Added | ||
|
||
- Added `errors` package to contain all errors | ||
|
||
- Added "Error" suffix to names of all errors | ||
- Add `errors` package to contain all errors | ||
- Add "Error" suffix to names of all errors | ||
|
||
## [1.1.0] - 2022-09-13 | ||
|
||
### Added | ||
|
||
- Version flag | ||
- Add version flag | ||
|
||
## [1.0.0] - 2022-09-10 | ||
|
||
- Stable release | ||
- First stable release |