1
0
mirror of https://github.com/Luzifer/vault-otp-ui.git synced 2024-09-19 00:53:01 +00:00
vault-otp-ui/History.md

44 lines
952 B
Markdown
Raw Permalink Normal View History

2019-09-14 13:37:29 +00:00
# 0.7.0 / 2019-09-14
* Allow overriding period
* Log errors in code generation
* Allow other digit counts than 6 or 8
* Fix: Use right variable for authUrl
2019-09-09 19:00:22 +00:00
# 0.6.0 / 2019-09-09
* Switch to go modules
* Rewrite frontend on ES6 with Vue rendering
* Remove template rendering, send vars through extra JS file
2018-08-30 17:53:43 +00:00
# 0.5.0 / 2018-08-30
* Update vendors, switch to dep
* Support 8-digit tokens
* Fix license: Replace placeholders
2018-03-23 19:24:16 +00:00
# 0.4.0 / 2018-03-23
* Bootstrap 4.0.0, re-theme to "flatly"
* Fix: Align images by making symbols fixed width
* Add loading spinner before first codes are fetched
* Improve UI handling
* Address sorting issues
* Implement pre-fetching for next codes
2017-06-19 17:34:27 +00:00
# 0.3.0 / 2017-06-19
* Cache vault token instead of creating one each request
2017-06-14 22:08:27 +00:00
# 0.2.1 / 2017-06-15
* Fix: Add missing dependency
2017-06-14 22:06:55 +00:00
# 0.2.0 / 2017-06-15
* Add basic web application manifest
2017-06-14 21:16:59 +00:00
# 0.1.0 / 2017-06-14
2018-08-30 17:53:43 +00:00
* Initial version