|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [1.0.0](https://github.com/go-gitea/gitea/releases/tag/v1.0.0) - 2016-12-23 |
| 4 | + |
| 5 | +* BREAKING |
| 6 | + * We have various changes on the API, scripting against API must be updated |
| 7 | +* FEATURE |
| 8 | + * Show last login for admins [#121](https://github.com/go-gitea/gitea/pull/121) |
| 9 | +* BUGFIXES |
| 10 | + * Fixed sender of notifications [#2](https://github.com/go-gitea/gitea/pull/2) |
| 11 | + * Fixed keyword hijacking vulnerability [#20](https://github.com/go-gitea/gitea/pull/20) |
| 12 | + * Fixed non-markdown readme rendering [#95](https://github.com/go-gitea/gitea/pull/95) |
| 13 | + * Allow updating draft releases [#169](https://github.com/go-gitea/gitea/pull/169) |
| 14 | + * GitHub API compliance [#227](https://github.com/go-gitea/gitea/pull/227) |
| 15 | + * Added commit SHA to tag webhook [#286](https://github.com/go-gitea/gitea/issues/286) |
| 16 | + * Secured links via noopener [#315](https://github.com/go-gitea/gitea/issues/315) |
| 17 | + * Replace tabs with spaces on wiki title [#371](https://github.com/go-gitea/gitea/pull/371) |
| 18 | + * Fixed vulnerability on labels and releases [#409](https://github.com/go-gitea/gitea/pull/409) |
| 19 | + * Fixed issue comment API [#449](https://github.com/go-gitea/gitea/pull/449) |
| 20 | +* ENHANCEMENT |
| 21 | + * Use proper import path for libravatar [#3](https://github.com/go-gitea/gitea/pull/3) |
| 22 | + * Integrated DroneCI for tests and builds [#24](https://github.com/go-gitea/gitea/issues/24) |
| 23 | + * Integrated dependency manager [#29](https://github.com/go-gitea/gitea/issues/29) |
| 24 | + * Embedded bindata optionally [#30](https://github.com/go-gitea/gitea/issues/30) |
| 25 | + * Integrated pagination for releases [#73](https://github.com/go-gitea/gitea/pull/73) |
| 26 | + * Autogenerate version on every build [#91](https://github.com/go-gitea/gitea/issues/91) |
| 27 | + * Refactored Docker container [#104](https://github.com/go-gitea/gitea/issues/104) |
| 28 | + * Added short-hash support for downloads [#211](https://github.com/go-gitea/gitea/issues/211) |
| 29 | + * Display tooltip for downloads [#221](https://github.com/go-gitea/gitea/issues/221) |
| 30 | + * Improved HTTP headers for issue attachments [#270](https://github.com/go-gitea/gitea/pull/270) |
| 31 | + * Integrate public as bindata optionally [#293](https://github.com/go-gitea/gitea/pull/293) |
| 32 | + * Integrate templates as bindata optionally [#314](https://github.com/go-gitea/gitea/pull/314) |
| 33 | + * Inject more ENV variables into custom hooks [#316](https://github.com/go-gitea/gitea/issues/316) |
| 34 | + * Correct LDAP login validation [#342](https://github.com/go-gitea/gitea/pull/342) |
| 35 | + * Integrate conf as bindata optionally [#354](https://github.com/go-gitea/gitea/pull/354) |
| 36 | + * Serve video files in browser [#418](https://github.com/go-gitea/gitea/pull/418) |
| 37 | + * Configurable SSH host binding [#431](https://github.com/go-gitea/gitea/issues/431) |
| 38 | +* MISC |
| 39 | + * Forked from Gogs and renamed to Gitea |
| 40 | + * Catching more errors with logs |
| 41 | + * Fixed all linting errors |
| 42 | + * Made the go linter entirely happy |
| 43 | + * Really integrated vendoring |
0 commit comments