1
0
Fork 0
mirror of https://github.com/Luzifer/vault-totp.git synced 2024-10-18 08:04:20 +00:00
vault-totp/History.md

33 lines
575 B
Markdown

# 0.2.3 / 2021-02-17
* handle key not found error (#2)
* Add install make target
# 0.2.2 / 2017-01-04
* Temporarily drop Windows support
# 0.2.1 / 2017-01-04
* Fix: Update vendored code
# 0.2.0 / 2017-01-04
* Support name field in Vault keys
* Allow trailing wildcard to display multiple TOTP
# 0.1.2 / 2017-01-03
* Fix: Do not prefix oneshot output with \r
* Fix: Some services provides lower-case base32 secrets
* Add license file
# 0.1.1 / 2017-01-03
* Add Godeps
# 0.1.0 / 2017-01-03
* Add auto-build
* Add README
* Initial version