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.

56 lines
3.7 KiB

  1. # Changelog
  2. ## [1.0.1](https://github.com/go-gitea/gitea/releases/tag/v1.0.1) - 2017-01-05
  3. * BUGFIXES
  4. * Fixed localized MIN_PASSWORD_LENGTH [#501](https://github.com/go-gitea/gitea/pull/501)
  5. * Fixed 500 error on organization delete [#507](https://github.com/go-gitea/gitea/pull/507)
  6. * Ignore empty wiki repo on migrate [#544](https://github.com/go-gitea/gitea/pull/544)
  7. * Proper check access for forking [#563](https://github.com/go-gitea/gitea/pull/563)
  8. * Fix SSH domain on installer [#506](https://github.com/go-gitea/gitea/pull/506)
  9. * Fix missing data rows on admin UI [#580](https://github.com/go-gitea/gitea/pull/580)
  10. * Do not delete tags with releases by default [#579](https://github.com/go-gitea/gitea/pull/579)
  11. * Fix missing session config data on admin UI [#578](https://github.com/go-gitea/gitea/pull/578)
  12. * Properly show the version within footer on the UI [#593](https://github.com/go-gitea/gitea/pull/593)
  13. ## [1.0.0](https://github.com/go-gitea/gitea/releases/tag/v1.0.0) - 2016-12-23
  14. * BREAKING
  15. * We have various changes on the API, scripting against API must be updated
  16. * FEATURE
  17. * Show last login for admins [#121](https://github.com/go-gitea/gitea/pull/121)
  18. * BUGFIXES
  19. * Fixed sender of notifications [#2](https://github.com/go-gitea/gitea/pull/2)
  20. * Fixed keyword hijacking vulnerability [#20](https://github.com/go-gitea/gitea/pull/20)
  21. * Fixed non-markdown readme rendering [#95](https://github.com/go-gitea/gitea/pull/95)
  22. * Allow updating draft releases [#169](https://github.com/go-gitea/gitea/pull/169)
  23. * GitHub API compliance [#227](https://github.com/go-gitea/gitea/pull/227)
  24. * Added commit SHA to tag webhook [#286](https://github.com/go-gitea/gitea/issues/286)
  25. * Secured links via noopener [#315](https://github.com/go-gitea/gitea/issues/315)
  26. * Replace tabs with spaces on wiki title [#371](https://github.com/go-gitea/gitea/pull/371)
  27. * Fixed vulnerability on labels and releases [#409](https://github.com/go-gitea/gitea/pull/409)
  28. * Fixed issue comment API [#449](https://github.com/go-gitea/gitea/pull/449)
  29. * ENHANCEMENT
  30. * Use proper import path for libravatar [#3](https://github.com/go-gitea/gitea/pull/3)
  31. * Integrated DroneCI for tests and builds [#24](https://github.com/go-gitea/gitea/issues/24)
  32. * Integrated dependency manager [#29](https://github.com/go-gitea/gitea/issues/29)
  33. * Embedded bindata optionally [#30](https://github.com/go-gitea/gitea/issues/30)
  34. * Integrated pagination for releases [#73](https://github.com/go-gitea/gitea/pull/73)
  35. * Autogenerate version on every build [#91](https://github.com/go-gitea/gitea/issues/91)
  36. * Refactored Docker container [#104](https://github.com/go-gitea/gitea/issues/104)
  37. * Added short-hash support for downloads [#211](https://github.com/go-gitea/gitea/issues/211)
  38. * Display tooltip for downloads [#221](https://github.com/go-gitea/gitea/issues/221)
  39. * Improved HTTP headers for issue attachments [#270](https://github.com/go-gitea/gitea/pull/270)
  40. * Integrate public as bindata optionally [#293](https://github.com/go-gitea/gitea/pull/293)
  41. * Integrate templates as bindata optionally [#314](https://github.com/go-gitea/gitea/pull/314)
  42. * Inject more ENV variables into custom hooks [#316](https://github.com/go-gitea/gitea/issues/316)
  43. * Correct LDAP login validation [#342](https://github.com/go-gitea/gitea/pull/342)
  44. * Integrate conf as bindata optionally [#354](https://github.com/go-gitea/gitea/pull/354)
  45. * Serve video files in browser [#418](https://github.com/go-gitea/gitea/pull/418)
  46. * Configurable SSH host binding [#431](https://github.com/go-gitea/gitea/issues/431)
  47. * MISC
  48. * Forked from Gogs and renamed to Gitea
  49. * Catching more errors with logs
  50. * Fixed all linting errors
  51. * Made the go linter entirely happy
  52. * Really integrated vendoring