@@ -4,6 +4,34 @@ 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.3](https://github.com/go-gitea/gitea/releases/tag/1.21.3) - 2023-12-21
8
+
9
+ * SECURITY
10
+ * Update golang.org/x/crypto (#28519)
11
+ * API
12
+ * chore(api): support ignore password if login source type is LDAP for creating user API (#28491) (#28525)
13
+ * Add endpoint for not implemented Docker auth (#28457) (#28462)
14
+ * ENHANCEMENTS
15
+ * Add option to disable ambiguous unicode characters detection (#28454) (#28499)
16
+ * Refactor SSH clone URL generation code (#28421) (#28480)
17
+ * Polyfill SubmitEvent for PaleMoon (#28441) (#28478)
18
+ * BUGFIXES
19
+ * Fix the issue ref rendering for wiki (#28556) (#28559)
20
+ * Fix duplicate ID when deleting repo (#28520) (#28528)
21
+ * Only check online runner when detecting matching runners in workflows (#28286) (#28512)
22
+ * Initalize stroage for orphaned repository doctor (#28487) (#28490)
23
+ * Fix possible nil pointer access (#28428) (#28440)
24
+ * Don't show unnecessary citation JS error on UI (#28433) (#28437)
25
+ * DOCS
26
+ * Update actions document about comparsion as Github Actions (#28560) (#28564)
27
+ * Fix documents for "custom/public/assets/" (#28465) (#28467)
28
+ * MISC
29
+ * Fix inperformant query on retrifing review from database. (#28552) (#28562)
30
+ * Improve the prompt for "ssh-keygen sign" (#28509) (#28510)
31
+ * Update docs for DISABLE_QUERY_AUTH_TOKEN (#28485) (#28488)
32
+ * Fix Chinese translation of config cheat sheet[API] (#28472) (#28473)
33
+ * Retry SSH key verification with additional CRLF if it failed (#28392) (#28464)
34
+
7
35
## [1.21.2](https://github.com/go-gitea/gitea/releases/tag/1.21.2) - 2023-12-12
8
36
9
37
* SECURITY
0 commit comments