@@ -4,7 +4,29 @@ This changelog goes through all the changes that have been made in each release
44without substantial changes to our git log; to see the highlights of what has
55been added to each release, please refer to the [ blog] ( https://blog.gitea.com ) .
66
7- ## [ 1.21.10] ( https://github.com/go-gitea/gitea/releases/tag/1.21.10 ) - 2024-03-25
7+ ## [ 1.21.11] ( https://github.com/go-gitea/gitea/releases/tag/v1.21.11 ) - 2024-04-07
8+
9+ * SECURITY
10+ * Use go1.21.9 to include Golang security fix
11+ * Fix possible renderer security problem (#30136 ) (#30315 )
12+ * BUGFIXES
13+ * Fix close file in the Upload func (#30262 ) (#30269 )
14+ * Fix inline math blocks can't be preceeded/followed by alphanumerical characters (#30175 ) (#30250 )
15+ * Fix missing 0 prefix of GPG key id (#30245 ) (#30247 )
16+ * Include encoding in signature payload (#30174 ) (#30181 )
17+ * Move from ` max( id ) ` to ` max( index ) ` for latest commit statuses (#30076 ) (#30155 )
18+ * Load attachments for code comments (#30124 ) (#30126 )
19+ * Fix gitea doctor will remove repo-avatar files when execute command storage-archives (#30094 ) (#30120 )
20+ * Fix possible data race on tests (#30093 ) (#30108 )
21+ * Fix duplicate migrated milestones (#30102 ) (#30105 )
22+ * Fix panic for fixBrokenRepoUnits16961 (#30068 ) (#30100 )
23+ * Fix incorrect SVGs (#30087 )
24+ * Fix create commit status (#30225 ) #30340
25+ * Performance optimization for git push (#30104 ) #30354
26+ * MISC
27+ * Update katex to 0.16.10 (#30089 )
28+
29+ ## [ 1.21.10] ( https://github.com/go-gitea/gitea/releases/tag/v1.21.10 ) - 2024-03-25
830
931* BUGFIXES
1032 * Fix Add/Remove WIP on pull request title failure (#29999 ) (#30066 )
@@ -14,7 +36,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
1436 * Remove duplicate option in admin screen and now-unused translation keys (#28492 ) (#30024 )
1537 * Fix manual merge form and 404 page templates (#30000 )
1638
17- ## [ 1.21.9] ( https://github.com/go-gitea/gitea/releases/tag/1 .21.9 ) - 2024-03-21
39+ ## [ 1.21.9] ( https://github.com/go-gitea/gitea/releases/tag/v1 .21.9 ) - 2024-03-21
1840
1941* PERFORMANCE
2042 * Only do counting when count_only=true for repo dashboard (#29884 ) (#29905 )
@@ -47,7 +69,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
4769 * Performance improvements for pull request list page (#29900 ) (#29972 )
4870 * Fix bugs in rerunning jobs (#29983 ) (#29955 )
4971
50- ## [ 1.21.8] ( https://github.com/go-gitea/gitea/releases/tag/1 .21.8 ) - 2024-03-12
72+ ## [ 1.21.8] ( https://github.com/go-gitea/gitea/releases/tag/v1 .21.8 ) - 2024-03-12
5173
5274* SECURITY
5375 * Only use supported sort orders for "/explore/users" page (#29430 ) (#29443 )
@@ -92,7 +114,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
92114 * Fixing the issue when status checks per rule matches multiple actions (#29631 ) (#29655 )
93115 * Improve contrast on blame timestamp, fix double border (#29482 ) (#29485 )
94116
95- ## [ 1.21.7] ( https://github.com/go-gitea/gitea/releases/tag/1 .21.7 ) - 2024-02-26
117+ ## [ 1.21.7] ( https://github.com/go-gitea/gitea/releases/tag/v1 .21.7 ) - 2024-02-26
96118
97119* ENHANCEMENTS
98120 * Users with ` read ` permission of pull requests can be assigned too (#27263 ) (#29372 )
0 commit comments