Changelog of @hackage/gamgee 1.1.0

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

[1.1.0] - 2019-07-25

  • Added an info command to get information about Gamgee installation (https://github.com/rkaippully/gamgee/issues/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

[1.0.0] - 2019-07-16

  • Major reimplementation based on polysemy

[0.2.0] - 2018-06-07

Added

[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