Releases: kelseykm/kelcryptor
Releases · kelseykm/kelcryptor
v2.0.4
Fix extra spaces added to erase line when terminal width is less than line to be written
v2.0.3
Patch level changes
- Fix non-UNIX terminal color errors; make kelcryptor terminal agnostic
v2.0.2
- 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
v2.0.1
- Minor code refactors
- Add
install
target to makefile
- Remove third level headings from changelog
v2.0.0
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
v1.0.0
chore: update README installation information