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

1.7 KiB

date authors title tags coverImageRelease
2018-12-08T12:00:00+03:00 techknowlogick Gitea 1.6.1 is released
release
gitea
1.6.1

We are happy to announce version 1.6.1 of Gitea has now been released. This is a smaller release, with 7 merged PRs. 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'd like to thank all of our supporters on Open Collective who are also helping us with financial sustainment.

Changelog

  • BUGFIXES
    • Fix dependent issue searching when gitea is run in subpath (#5392) (#5400)
    • API: '/orgs/:org/repos': return private repos with read access (#5393)
    • Fix repository deletion when there is large number of issues in it (#5426) (#5434)
    • Word-break the WebHook url to prevent a ui-break (#5445)
    • Admin should be able to delete repos via the API even if they are not a member of the organization (#5443) (#5447)
    • Ensure that the closed_at is set for closed (#5450)
    • Fix topic name length on database (#5493) (#5495)