techknowlogick
41164abf27
All checks were successful
build and publish / build and publish (push) Successful in 3m58s
4.4 KiB
4.4 KiB
date | authors | title | tags | draft | coverImageRelease | ||
---|---|---|---|---|---|---|---|
2023-10-03T21:19:00+08:00 |
|
Gitea 1.20.5 is released |
|
false | 1.20.5 |
We are proud to present the release of Gitea version 1.20.5.
We highly encourage users to update to this version for some important bug-fixes.
We have merged 24 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.20.5 - 2023-10-03
- ENHANCEMENTS
- BUGFIXES
- Fix git 2.11 error when checking IsEmpty (#27393) (#27396)
- Allow get release download files and lfs files with oauth2 token format (#26430) (#27378)
- Fix orphan check for deleted branch (#27310) (#27320)
- Quote table
release
in sql queries (#27205) (#27219) - Fix release URL in webhooks (#27182) (#27184)
- Fix successful return value for
SyncAndGetUserSpecificDiff
(#27152) (#27156) - fix pagination for followers and following (#27127) (#27138)
- Fix issue templates when blank isses are disabled (#27061) (#27082)
- Fix context cache bug & enable context cache for dashabord commits' authors(#26991) (#27017)
- Fix INI parsing for value with trailing slash (#26995) (#27001)
- Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) (#27249)
- Fix organization field being null in POST
/orgs/{orgid}/teams
(#27150) (#27167 & #27162) - Fix bug of review request number (#27406) (#27104)
- TESTING
- DOCS
- MISC