Skip to content

Releases: rkaippully/gamgee

v1.2.2

14 Apr 10:07
Compare
Choose a tag to compare

[1.2.2] - 2021-04-14

  • Always performing upcase of a token secret #12 (maksar)
  • Simplified build #13
  • Upgraded to latest LTS

v1.2.1

31 May 10:17
6ea72d2
Compare
Choose a tag to compare

[1.2.1] - 2020-05-31

  • Upgraded to the latest LTS

v1.2.0

11 Sep 07:54
4e731e6
Compare
Choose a tag to compare

[1.2.0] - 2019-09-11

  • Added change-password command

v1.1.0

25 Jul 04:33
d322be0
Compare
Choose a tag to compare

[1.1.0] - 2019-07-25

  • Added an info command to get information about Gamgee installation (#5)
  • Generate build/configuration files via dhall
  • Remove polysemy-plugin so that haddock will run :(
  • Updated to latest stackage nightly
  • Upgraded to latest version of polysemy

v1.0.0

16 Jul 14:09
Compare
Choose a tag to compare

[1.0.0] - 2019-07-16

  • Major reimplementation based on polysemy

v0.2.0

07 Jun 08:03
Compare
Choose a tag to compare

[0.2.0] - 2018-06-07

Added

  • Support for secrets in non-canonical format (#2)

v0.1.0

04 Jun 10:19
Compare
Choose a tag to compare

[0.1.0] - 2018-06-05

Added

  • First version.
  • Supports TOTP based tokens
  • Secure storage of tokens via AES256 encryption
  • Added installation and usage instructions to README