1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-12-20 04:41:17 +00:00

Beautify History.md

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-03-21 11:15:23 +01:00
parent c2a3cd6546
commit 7e22e5e50f
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -52,49 +52,41 @@
* Update Dockerfile to golang:alpine template
* Fix: Dockerfile had wrong argument usage
1.3.0 / 2015-05-29
==================
# 1.3.0 / 2015-05-29
* Replaced codegangsta/cli by spf13/cobra
* Fixed some wording / URLs in README
1.2.2 / 2015-05-10
==================
# 1.2.2 / 2015-05-10
* Fix: Blacklisted characters were not excluded from passwords
1.2.1 / 2015-05-10
==================
# 1.2.1 / 2015-05-10
* Added links to extension & documentation
* Fix: Load bootstrap theme via HTTPs
1.2.0 / 2015-05-10
==================
# 1.2.0 / 2015-05-10
* Included web frontend into server
1.1.0 / 2015-05-03
==================
# 1.1.0 / 2015-05-03
* Added test for password generation
* Moved error handling for short passwords to library
1.0.2 / 2015-05-03
==================
# 1.0.2 / 2015-05-03
* Fix: Ensured minimal length of passwords
* Switched to https protocol
* Added additional insecure password test
* Added API documentation to README
1.0.1 / 2015-05-02
==================
# 1.0.1 / 2015-05-02
* Dockerized for API deployment
* Added travis build and README
1.0.0 / 2015-05-02
==================
# 1.0.0 / 2015-05-02
* Initial running version