-
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
40 additions
and
35 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,35 +1,40 @@ | ||
# Changelog | ||
|
||
## [2.0.2] - 2023-08-01 | ||
|
||
- Allow use of flags at any point in arguments, not just the beginning | ||
- Use keyed fields in `errors.GenericError` struct literals | ||
- Update packages | ||
- Use cloud image source for banner in README | ||
|
||
## [2.0.1] - 2022-09-30 | ||
|
||
- Minor code refactors | ||
- Add `install` target to makefile | ||
- Remove third level headings from changelog | ||
|
||
## [2.0.0] - 2022-09-23 | ||
|
||
- 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 | ||
|
||
- Add `errors` package to contain all errors | ||
- Add "Error" suffix to names of all errors | ||
|
||
## [1.1.0] - 2022-09-13 | ||
|
||
- Add version flag | ||
|
||
## [1.0.0] - 2022-09-10 | ||
|
||
- First stable release | ||
# Changelog | ||
|
||
## [2.0.3] - 2024-02-24 | ||
|
||
- Rewrite colour package to use functions from fatih/color for terminal | ||
agnosticness | ||
|
||
## [2.0.2] - 2023-08-01 | ||
|
||
- Allow use of flags at any point in arguments, not just the beginning | ||
- Use keyed fields in `errors.GenericError` struct literals | ||
- Update packages | ||
- Use cloud image source for banner in README | ||
|
||
## [2.0.1] - 2022-09-30 | ||
|
||
- Minor code refactors | ||
- Add `install` target to makefile | ||
- Remove third level headings from changelog | ||
|
||
## [2.0.0] - 2022-09-23 | ||
|
||
- 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 | ||
|
||
- Add `errors` package to contain all errors | ||
- Add "Error" suffix to names of all errors | ||
|
||
## [1.1.0] - 2022-09-13 | ||
|
||
- Add version flag | ||
|
||
## [1.0.0] - 2022-09-10 | ||
|
||
- First stable release |