blog/content/post/release-of-1.13.1.md

5.9 KiB

date authors title tags draft coverImageRelease
2020-12-28T14:52:46+07:00 techknowlogick Gitea 1.13.1 is released
release
gitea
false 1.13.1

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

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

We have merged 33 pull requests to release this version.

We would like to give a special thanks to Sebastian Goettsch (@sgoettsch) for reporting a security issue that was patched in this release.
Thanks to @zeripath for fixing in #14154, and @6543 for fixing another one in #14031.

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.

Have you heard? We now have a swag shop! 👕 🍵

Changelog

1.13.1 - 2020-12-28

  • SECURITY
  • BUGFIXES
    • Fix bug of link query order on markdown render (#14156) (#14171)
    • Drop long repo topics during migration (#14152) (#14155)
    • Ensure that search term and page are not lost on adoption page-turn (#14133) (#14143)
    • Fix storage config implementation (#14091) (#14095)
    • Fix panic in BasicAuthDecode (#14046) (#14048)
    • Always wait for the cmd to finish (#14006) (#14039)
    • Don't use simpleMDE editor on mobile devices for 1.13 (#14029)
    • Fix incorrect review comment diffs (#14002) (#14011)
    • Trim the branch prefix from action.GetBranch (#13981) (#13986)
    • Ensure template renderer is available before storage handler (#13164) (#13982)
    • Whenever the password is updated ensure that the hash algorithm is too (#13966) (#13967)
    • Enforce setting HEAD in wiki to master (#13950) (#13961)
    • Fix feishu webhook caused by API changed (#13938)
    • Fix Quote Reply button on review diff (#13830) (#13898)
    • Fix Pull Merge when tag with same name as base branch exist (#13882) (#13896)
    • Fix mermaid chart size (#13865)
    • Fix branch/tag notifications in mirror sync (#13855) (#13862)
    • Fix crash in short link processor (#13839) (#13841)
    • Update font stack to bootstrap's latest (#13834) (#13837)
    • Make sure email recipients can see issue (#13820) (#13827)
    • Reply button is not removed when deleting a code review comment (#13824)
    • When reinitialising DBConfig reset the database use flags (#13796) (#13811)
  • ENHANCEMENTS
  • API
    • GetCombinedCommitStatusByRef always return json & swagger doc fixes (#14047)
    • Return original URL of Repositories (#13885) (#13886)