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

119 lines
2.6 KiB
Markdown
Raw Permalink Normal View History

2018-12-30 21:02:48 +00:00
# 1.11.1 / 2018-12-30
* Fix: Load JS earlier
2018-12-30 12:52:14 +00:00
# 1.11.0 / 2018-12-30
* Port from coffeescript to plain ES6
* Ensure fonts are loaded from local instead of gfonts
* Enable gzip compression on assets
* Fix: RawGit is closing down, use Github URL
* Update vendored libraries
2018-12-30 10:31:06 +00:00
# 1.10.3 / 2018-12-30
* Fix: Mime guessing takes only the extension
2018-12-30 10:26:30 +00:00
# 1.10.2 / 2018-12-30
* Update Dockerfile
* Fix: Serve needs to provide proper mime types
2018-03-21 10:28:43 +00:00
# 1.10.1 / 2018-03-21
* Fix: Workflow building broken by zipping artifacts
* Beautify History.md
* Add hint for XKCD style passwords
2018-03-21 10:11:51 +00:00
# 1.10.0 / 2018-03-21
* Make generated passwords actionable again (#3 - Thanks to @funkjedi)
* Update workflow library
2017-10-31 11:57:37 +00:00
# 1.9.0 / 2017-10-31
* Add commandline flag to generate multiple passwords
2017-10-31 11:25:50 +00:00
# 1.8.0 / 2017-10-31
* Add XKCD style password generator in library
* Add ability to generate XKCD style passwords to tool
* Add ability for XKCD style passwords to workflow
2017-10-06 21:00:02 +00:00
# 1.7.1 / 2017-10-06
* Fix: Vendor new dependencies
2017-10-06 20:55:38 +00:00
# 1.7.0 / 2017-10-06
* Add option to workflow to copy hashed versions
* Implement JSON output with password hashes
2017-09-22 16:03:26 +00:00
# 1.6.2 / 2017-09-22
* Fix location of workflow in the frontend
* Add instructions for Alfred workflow
* Move workflow building to extra script
2017-09-22 15:42:32 +00:00
# 1.6.1 / 2017-09-22
* Fix: Need to download submodules before packaging
2017-09-22 15:39:46 +00:00
# 1.6.0 / 2017-09-22
* Rebuilt workflow for better design and auto-update
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
# 1.3.0 / 2015-05-29
2015-05-29 18:20:58 +00:00
* Replaced codegangsta/cli by spf13/cobra
* Fixed some wording / URLs in README
# 1.2.2 / 2015-05-10
2015-05-10 17:06:02 +00:00
* Fix: Blacklisted characters were not excluded from passwords
# 1.2.1 / 2015-05-10
2015-05-10 16:57:17 +00:00
* Added links to extension & documentation
* Fix: Load bootstrap theme via HTTPs
# 1.2.0 / 2015-05-10
2015-05-10 14:46:32 +00:00
* Included web frontend into server
# 1.1.0 / 2015-05-03
2015-05-03 08:39:06 +00:00
* Added test for password generation
* Moved error handling for short passwords to library
# 1.0.2 / 2015-05-03
2015-05-02 23:08:01 +00:00
* 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
2015-05-02 13:51:01 +00:00
* Dockerized for API deployment
* Added travis build and README
# 1.0.0 / 2015-05-02
2015-05-02 13:03:50 +00:00
2018-12-30 21:02:48 +00:00
* Initial running version