blog/content/post/release-of-1.12.2.md
lafriks 1a7a214ea1 Blog post for v1.12.2 (#135)
Blog post for v1.12.2

Co-authored-by: Gitea <gitea@fake.local>
Reviewed-on: gitea/blog#135
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
2020-07-11 20:21:42 +00:00

3.3 KiB

date author title tags draft
2020-07-11T20:00:00+00:00 lafriks Gitea 1.12.2 is released
release
false

We are proud to present the release of Gitea version 1.12.2.

We highly encourage users to update to this version for some important bug-fixes.

We have merged 15 pull requests to release this version.

You can download one of our pre-built binaries from our downloads page - make sure to select the correct platform! For further details on how to install, follow our installation guide.

We would also like to thank all of our supporters on Open Collective who are helping to sustain us financially.

Changelog

1.12.2 - 2020-07-12

  • BUGFIXES
    • When deleting repository decrese user repositry count in cache (#11954) (#12188)
    • Gitea commits API again returns commit summaries, not full messages (#12186) (#12187)
    • Properly set HEAD when a repo is created with a non-master default branch (#12135) (#12182)
    • Ensure Subkeys are verified (#12155) (#12168)
    • Fix failing to cache last commit with key being to long (#12151) (#12161)
    • Multiple small admin dashboard fixes (#12153) (#12156)
    • Remove spurious logging (#12139) (#12148)
    • Fix repository setup instructions when default branch is not master (#12122) (#12147)
    • Move EventSource to SharedWorker (#12095) (#12130)
    • Fix ui bug in wiki commit page (#12089) (#12125)
    • Fix gitgraph branch continues after merge (#12044) (#12105)
    • Set the base url when migrating from Gitlab using access token or username without password (#11852) (#12104)
    • Ensure BlameReaders close at end of request (#12102) (#12103)
    • Fix comments webhook panic backport (#12058)
  • ENHANCEMENTS