@@ -4,6 +4,45 @@ 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.2](https://github.com/go-gitea/gitea/releases/tag/1.21.2) - 2023-12-12
8
+
9
+ * SECURITY
10
+ * Rebuild with recently released golang version
11
+ * Fix missing check (#28406) (#28411)
12
+ * Do some missing checks (#28423) (#28432)
13
+ * BUGFIXES
14
+ * Fix margin in server signed signature verification view (#28379) (#28381)
15
+ * Fix object does not exist error when checking citation file (#28314) (#28369)
16
+ * Use `filepath` instead of `path` to create SQLite3 database file (#28374) (#28378)
17
+ * Fix the runs will not be displayed bug when the main branch have no workflows but other branches have (#28359) (#28365)
18
+ * Handle repository.size column being NULL in migration v263 (#28336) (#28363)
19
+ * Convert git commit summary to valid UTF8. (#28356) (#28358)
20
+ * Fix migration panic due to an empty review comment diff (#28334) (#28362)
21
+ * Add `HEAD` support for rpm repo files (#28309) (#28360)
22
+ * Fix RPM/Debian signature key creation (#28352) (#28353)
23
+ * Keep profile tab when clicking on Language (#28320) (#28331)
24
+ * Fix missing issue search index update when changing status (#28325) (#28330)
25
+ * Fix wrong link in `protect_branch_name_pattern_desc` (#28313) (#28315)
26
+ * Read `previous` info from git blame (#28306) (#28310)
27
+ * Ignore "non-existing" errors when getDirectorySize calculates the size (#28276) (#28285)
28
+ * Use appSubUrl for OAuth2 callback URL tip (#28266) (#28275)
29
+ * Meilisearch: require all query terms to be matched (#28293) (#28296)
30
+ * Fix required error for token name (#28267) (#28284)
31
+ * Fix issue will be detected as pull request when checking `First-time contributor` (#28237) (#28271)
32
+ * Use full width for project boards (#28225) (#28245)
33
+ * Increase "version" when update the setting value to a same value as before (#28243) (#28244)
34
+ * Also sync DB branches on push if necessary (#28361) (#28403)
35
+ * Make gogit Repository.GetBranchNames consistent (#28348) (#28386)
36
+ * Recover from panic in cron task (#28409) (#28425)
37
+ * Deprecate query string auth tokens (#28390) (#28430)
38
+ * ENHANCEMENTS
39
+ * Improve doctor cli behavior (#28422) (#28424)
40
+ * Fix margin in server signed signature verification view (#28379) (#28381)
41
+ * Refactor template empty checks (#28351) (#28354)
42
+ * Read `previous` info from git blame (#28306) (#28310)
43
+ * Use full width for project boards (#28225) (#28245)
44
+ * Enable system users search via the API (#28013) (#28018)
45
+
7
46
## [1.21.1](https://github.com/go-gitea/gitea/releases/tag/1.21.1) - 2023-11-26
8
47
9
48
* SECURITY
0 commit comments