1
0
mirror of https://github.com/Luzifer/badge-gen.git synced 2024-09-19 15:23:04 +00:00
badge-gen/History.md

110 lines
2.0 KiB
Markdown
Raw Normal View History

2018-10-09 10:53:15 +00:00
# 1.14.1 / 2018-10-09
* Update Dockerfile
2018-10-09 10:47:03 +00:00
# 1.14.0 / 2018-10-09
* Deps: Update vendors
* Add AUR service
2018-06-01 20:57:00 +00:00
# 1.13.1 / 2018-06-01
* Fix: Background too bright for text
2018-06-01 20:45:06 +00:00
# 1.13.0 / 2018-06-01
* Add LiberaPay support
* Add Github stars by repo
* Replace ctxhttp with native ctx support
* Vendor: Switch to using `dep` for vendoring
* Meta: Replace license stub with full text
2018-03-21 15:28:17 +00:00
# 1.12.0 / 2018-03-21
* Gratipay service was discontinued
2016-07-07 13:31:54 +00:00
# 1.11.1 / 2016-07-07
* fix missing godeps
2016-07-07 13:24:52 +00:00
# 1.11.0 / 2016-07-07
* add metrics collection
2016-07-07 10:02:18 +00:00
# 1.10.0 / 2016-07-07
* add Gratipay integration
2016-07-06 23:42:59 +00:00
# 1.9.0 / 2016-07-07
* display example path on hover
* add GitHub downloads integration
* stop rendering badges for HTTP304 responses
* fix loading list instead of latest release
2016-07-06 16:55:14 +00:00
# 1.8.0 / 2016-07-06
* add GitHub latest-release integration
* add GitHub latest-tag integration
2016-07-06 15:36:25 +00:00
# 1.7.0 / 2016-07-06
* add caching to beerpay API
* add service "beerpay"
* Ignore character case when sorting
* add color-naming map
2016-07-05 14:14:48 +00:00
# 1.6.0 / 2016-07-05
* Add config storage
* Add caching results of API calls
* Added GitHub service with license command
* Allow multiple documentation entries per handler
2016-06-28 22:54:56 +00:00
# 1.5.1 / 2016-06-29
* Fix missing vendor libraries
2016-06-28 22:53:09 +00:00
# 1.5.0 / 2016-06-29
* Deprecate /v1/badge route
* Add context to timeout badge generators
2016-06-28 22:33:38 +00:00
# 1.4.3 / 2016-06-29
* Shrink the version number
2016-06-28 22:23:11 +00:00
# 1.4.2 / 2016-06-29
* Show program version in footer
2016-06-28 22:04:39 +00:00
# 1.4.1 / 2016-06-29
* Fix title on demo page
* Move documentation to the demo page
2016-06-28 21:56:48 +00:00
# 1.4.0 / 2016-06-28
* Add demo page with / route
2016-06-28 19:26:32 +00:00
# 1.3.0 / 2016-06-28
* Document new service plugin
* Prevent long-time caching for GitHub
* Add "travis" badge service
2016-06-28 17:42:04 +00:00
# 1.2.0 / 2016-06-28
2015-05-25 12:56:53 +00:00
2016-06-28 17:42:04 +00:00
* Update Dockerfile to build binary in container
* Add static badge plugin
* Refactor app, add support for service hooks
# 1.1.0 / 2015-05-25
2015-05-25 13:12:40 +00:00
* Added Godeps
* Added svg minifying
2016-06-28 17:42:04 +00:00
# 1.0.0 / 2015-05-25
2015-05-25 12:56:53 +00:00
2018-10-09 10:53:15 +00:00
* Initial version