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.

69 lines
4.6 KiB

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