Skip to content

Releases: kelseykm/kelcryptor

v2.0.4

01 Mar 10:08
0978972
Compare
Choose a tag to compare

Fix extra spaces added to erase line when terminal width is less than line to be written

v2.0.3

24 Feb 14:28
476da14
Compare
Choose a tag to compare

Patch level changes

  • Fix non-UNIX terminal color errors; make kelcryptor terminal agnostic

v2.0.2

01 Aug 20:36
Compare
Choose a tag to compare
  • 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

30 Sep 13:36
Compare
Choose a tag to compare
  • Minor code refactors
  • Add install target to makefile
  • Remove third level headings from changelog

v2.0.0

23 Sep 16:31
Compare
Choose a tag to compare

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.2.0

18 Sep 16:32
Compare
Choose a tag to compare

Added

  • Added errors package to contain all errors

  • Added "Error" suffix to names of all errors

v1.1.0

12 Sep 21:51
Compare
Choose a tag to compare

Added

  • Version commandline flag

v1.0.0

10 Sep 21:06
Compare
Choose a tag to compare
chore: update README installation information