loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add 1.20.5 changelog (#27404) (#27411)

frontport #27404

---------

Co-authored-by: delvh <dev.lh@web.de>

authored by

Lunny Xiao
delvh
and committed by
GitHub
1c9990c1 2ec0bf38

+27
+27
CHANGELOG.md
··· 4 4 without substantial changes to our git log; to see the highlights of what has 5 5 been added to each release, please refer to the [blog](https://blog.gitea.com). 6 6 7 + ## [1.20.5](https://github.com/go-gitea/gitea/releases/tag/v1.20.5) - 2023-10-03 8 + 9 + * ENHANCEMENTS 10 + * Fix z-index on markdown completion (#27237) (#27242 & #27238) 11 + * Use secure cookie for HTTPS sites (#26999) (#27013) 12 + * BUGFIXES 13 + * Fix git 2.11 error when checking IsEmpty (#27393) (#27396) 14 + * Allow get release download files and lfs files with oauth2 token format (#26430) (#27378) 15 + * Fix orphan check for deleted branch (#27310) (#27320) 16 + * Quote table `release` in sql queries (#27205) (#27219) 17 + * Fix release URL in webhooks (#27182) (#27184) 18 + * Fix successful return value for `SyncAndGetUserSpecificDiff` (#27152) (#27156) 19 + * fix pagination for followers and following (#27127) (#27138) 20 + * Fix issue templates when blank isses are disabled (#27061) (#27082) 21 + * Fix context cache bug & enable context cache for dashabord commits' authors(#26991) (#27017) 22 + * Fix INI parsing for value with trailing slash (#26995) (#27001) 23 + * Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) (#27249) 24 + * Fix organization field being null in POST /orgs/{orgid}/teams (#27150) (#27167 & #27162) 25 + * Fix bug of review request number (#27406) (#27104) 26 + * TESTING 27 + * services/wiki: Close() after error handling (#27129) (#27137) 28 + * DOCS 29 + * Improve actions docs related to `pull_request` event (#27126) (#27145) 30 + * MISC 31 + * Add logs for data broken of comment review (#27326) (#27344) 32 + * Load reviewer before sending notification (#27063) (#27064) 33 + 7 34 ## [1.20.4](https://github.com/go-gitea/gitea/releases/tag/v1.20.4) - 2023-09-08 8 35 9 36 * SECURITY