1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-19 18:32:57 +00:00
password/History.md

68 lines
1.4 KiB
Markdown
Raw Normal View History

2017-09-22 14:25:49 +00:00
# 1.5.0 / 2017-09-22
* Include workflow building into build process
* Fix: Travis build broken through different tools
2017-09-22 13:35:56 +00:00
# 1.4.0 / 2017-09-22
* Add buttons to README
* Replace Apache license stub with proper license
* Remove references to GoBuilder
* Add Github release publishing
* Remove static versioning
* Vendor dependencies
* Update Dockerfile to golang:alpine template
* Fix: Dockerfile had wrong argument usage
2015-05-02 13:03:50 +00:00
n.n.n / 2015-07-18
==================
* Fix: Dockerfile had wrong argument usage
2015-05-29 18:20:58 +00:00
1.3.0 / 2015-05-29
==================
* Replaced codegangsta/cli by spf13/cobra
* Fixed some wording / URLs in README
2015-05-10 17:06:02 +00:00
1.2.2 / 2015-05-10
==================
* Fix: Blacklisted characters were not excluded from passwords
2015-05-10 16:57:17 +00:00
1.2.1 / 2015-05-10
==================
* Added links to extension & documentation
* Fix: Load bootstrap theme via HTTPs
2015-05-10 14:46:32 +00:00
1.2.0 / 2015-05-10
==================
* Included web frontend into server
2015-05-03 08:39:06 +00:00
1.1.0 / 2015-05-03
==================
* Added test for password generation
* Moved error handling for short passwords to library
2015-05-02 23:08:01 +00:00
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
2015-05-02 13:51:01 +00:00
1.0.1 / 2015-05-02
==================
* Dockerized for API deployment
* Added travis build and README
2015-05-02 13:03:50 +00:00
1.0.0 / 2015-05-02
==================
2017-09-22 14:25:49 +00:00
* Initial running version