ots/History.md

84 lines
1.6 KiB
Markdown
Raw Normal View History

2019-05-10 21:25:54 +00:00
# 0.13.1 / 2019-05-10
* Fix: Broken version display
2019-05-10 21:21:24 +00:00
# 0.13.0 / 2019-05-10
* Fix: Cleanup debugging stuff
* Move frontend to Vue
* Move translations to frontend
* Handle json requests to create API
* Update frontend dependencies
* Add gzip compression for included assets
* Update dev-dependencies
2018-10-22 09:26:41 +00:00
# 0.12.0 / 2018-10-22
* Be more specific about security risks
2018-10-06 18:09:01 +00:00
# 0.11.1 / 2018-10-06
* Replace uuid library, update vendors
2018-10-06 17:59:07 +00:00
# 0.11.0 / 2018-10-06
* Port frontend code to pure Javascript
2018-08-22 19:10:45 +00:00
# 0.10.0 / 2018-08-22
* Auto-resize textareas, use babel to transpile JS
* Fix: Transmit secret using POST method
2018-05-05 17:24:08 +00:00
# 0.9.0 / 2018-05-05
* Generate SRI integrity hashes into html
2018-05-05 16:16:51 +00:00
# 0.8.1 / 2018-05-05
* Update Dockerfile to multi-stage build
2018-05-05 16:11:39 +00:00
# 0.8.0 / 2018-05-05
* Feat: Internalize previously external libraries and stylesheets
* Feat: Migrate to bootstrap 4 and fontawesome 5
* Fix: Fix date and maintainer in LICENSE file
* Vendor: Switch to dep for vendoring
* Vendor: Update dependencies
2018-05-05 11:57:13 +00:00
# 0.7.0 / 2018-05-05
* Introduce data expiry in Redis
2017-08-19 13:49:51 +00:00
# 0.6.0 / 2017-08-19
* Add view to confirm display and destroy of the secret
* Add translation information
* Add version to footer
2017-08-04 19:18:57 +00:00
# 0.5.1 / 2017-08-04
* Fix: Vendor missing libraries
2017-08-04 19:16:40 +00:00
# 0.5.0 / 2017-08-04
* Add localization for en-US and de-DE
2017-08-04 13:17:50 +00:00
# 0.4.0 / 2017-08-04
* Remove option to disable encryption
2017-08-03 19:43:57 +00:00
# 0.3.1 / 2017-08-03
* Fix: Some messengers mess up the URL
2017-08-03 18:50:20 +00:00
# 0.3.0 / 2017-08-03
* Add footer
2017-08-03 18:12:39 +00:00
# 0.2.0 / 2017-08-03
* Follow linter advices
2017-08-03 18:09:41 +00:00
# 0.1.0 / 2017-08-03
2018-10-22 09:26:41 +00:00
* Initial Version