You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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