@@ -9,17 +9,18 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
9
9
* SECURITY
10
10
* Fix XSS vulnerabilities (#29336)
11
11
* Use general token signing secret (#29205) (#29325)
12
- * API
13
- * Refactor issue template parsing and fix API endpoint (#29069) (#29140)
14
- * Fix swift packages not resolving (#29095) (#29102)
15
12
* ENHANCEMENTS
16
13
* Refactor git version functions and check compatibility (#29155) (#29157)
17
14
* Improve user experience for outdated comments (#29050) (#29086)
18
15
* Hide code links on release page if user cannot read code (#29064) (#29066)
19
16
* Wrap contained tags and branches again (#29021) (#29026)
20
17
* Fix incorrect button CSS usages (#29015) (#29023)
21
18
* Strip trailing newline in markdown code copy (#29019) (#29022)
19
+ * Implement some action notifier functions (#29173) (#29308)
20
+ * Load outdated comments when (un)resolving conversation on PR timeline (#29203) (#29221)
22
21
* BUGFIXES
22
+ * Refactor issue template parsing and fix API endpoint (#29069) (#29140)
23
+ * Fix swift packages not resolving (#29095) (#29102)
23
24
* Remove SSH workaround (#27893) (#29332)
24
25
* Only log error when tag sync fails (#29295) (#29327)
25
26
* Fix SSPI user creation (#28948) (#29323)
@@ -44,18 +45,15 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
44
45
* Avoid showing unnecessary JS errors when there are elements with different origin on the page (#29081) (#29089)
45
46
* Fix gitea-origin-url with default ports (#29085) (#29088)
46
47
* Fix orgmode link resolving (#29024) (#29076)
47
- * Fix: Elasticsearch: Request Entity Too Large #28117 (#29062) (#29075)
48
+ * Fix Elasticsearh Request Entity Too Large #28117 (#29062) (#29075)
48
49
* Do not render empty comments (#29039) (#29049)
49
50
* Avoid sending update/delete release notice when it is draft (#29008) (#29025)
50
- * DOCS
51
- * Rm outdated docs from some languages (#27530) (#29208)
52
- * MISC
53
- * Implement some action notifier functions (#29173) (#29308)
54
51
* Fix gitea-action user avatar broken on edited menu (#29190) (#29307)
55
52
* Disallow merge when required checked are missing (#29143) (#29268)
56
- * Convert visibility to number (#29226) (#29244)
57
- * Load outdated comments when (un)resolving conversation on PR timeline (#29203) (#29221)
58
53
* Fix incorrect link to swift doc and swift package-registry login command (#29096) (#29103)
54
+ * Convert visibility to number (#29226) (#29244)
55
+ * DOCS
56
+ * Remove outdated docs from some languages (#27530) (#29208)
59
57
* Fix typos in the documentation (#29048) (#29056)
60
58
* Explained where create issue/PR template (#29035)
61
59
@@ -174,7 +172,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
174
172
* Fix Chinese translation of config cheat sheet[API] (#28472) (#28473)
175
173
* Retry SSH key verification with additional CRLF if it failed (#28392) (#28464)
176
174
177
- ## [1.21.2](https://github.com/go-gitea/gitea/releases/tag/1 .21.2) - 2023-12-12
175
+ ## [1.21.2](https://github.com/go-gitea/gitea/releases/tag/v1 .21.2) - 2023-12-12
178
176
179
177
* SECURITY
180
178
* Rebuild with recently released golang version
@@ -213,7 +211,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
213
211
* Use full width for project boards (#28225) (#28245)
214
212
* Enable system users search via the API (#28013) (#28018)
215
213
216
- ## [1.21.1](https://github.com/go-gitea/gitea/releases/tag/1 .21.1) - 2023-11-26
214
+ ## [1.21.1](https://github.com/go-gitea/gitea/releases/tag/v1 .21.1) - 2023-11-26
217
215
218
216
* SECURITY
219
217
* Fix comment permissions (#28213) (#28216)
0 commit comments