@@ -4,7 +4,29 @@ This changelog goes through all the changes that have been made in each release
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.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
8
30
9
31
* BUGFIXES
10
32
* 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).
14
36
* Remove duplicate option in admin screen and now-unused translation keys (#28492) (#30024)
15
37
* Fix manual merge form and 404 page templates (#30000)
16
38
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
18
40
19
41
* PERFORMANCE
20
42
* 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).
47
69
* Performance improvements for pull request list page (#29900) (#29972)
48
70
* Fix bugs in rerunning jobs (#29983) (#29955)
49
71
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
51
73
52
74
* SECURITY
53
75
* 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).
92
114
* Fixing the issue when status checks per rule matches multiple actions (#29631) (#29655)
93
115
* Improve contrast on blame timestamp, fix double border (#29482) (#29485)
94
116
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
96
118
97
119
* ENHANCEMENTS
98
120
* Users with `read` permission of pull requests can be assigned too (#27263) (#29372)
0 commit comments