@@ -4,6 +4,60 @@ 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.4] ( https://github.com/go-gitea/gitea/releases/tag/1.21.4 ) - 2024-01-16
8
+
9
+ * SECURITY
10
+ * Update github.com/cloudflare/circl (#28789 ) (#28790 )
11
+ * Require token for GET subscription endpoint (#28765 ) (#28768 )
12
+ * BUGFIXES
13
+ * Use refname: strip-2 instead of refname: short when syncing tags (#28797 ) (#28811 )
14
+ * Fix links in issue card (#28806 ) (#28807 )
15
+ * Fix nil pointer panic when exec some gitea cli command (#28791 ) (#28795 )
16
+ * Require token for GET subscription endpoint (#28765 ) (#28778 )
17
+ * Fix button size in "attached header right" (#28770 ) (#28774 )
18
+ * Fix ` convert.ToTeams ` on empty input (#28426 ) (#28767 )
19
+ * Hide code related setting options in repository when code unit is disabled (#28631 ) (#28749 )
20
+ * Fix incorrect URL for "Reference in New Issue" (#28716 ) (#28723 )
21
+ * Fix panic when parsing empty pgsql host (#28708 ) (#28709 )
22
+ * Upgrade xorm to new version which supported update join for all supported databases (#28590 ) (#28668 )
23
+ * Fix alpine package files are not rebuilt (#28638 ) (#28665 )
24
+ * Avoid cycle-redirecting user/login page (#28636 ) (#28658 )
25
+ * Fix empty ref for cron workflow runs (#28640 ) (#28647 )
26
+ * Remove unnecessary syncbranchToDB with tests (#28624 ) (#28629 )
27
+ * Use known issue IID to generate new PR index number when migrating from GitLab (#28616 ) (#28618 )
28
+ * Fix flex container width (#28603 ) (#28605 )
29
+ * Fix the scroll behavior for emoji/mention list (#28597 ) (#28601 )
30
+ * Fix wrong due date rendering in issue list page (#28588 ) (#28591 )
31
+ * Fix ` status_check_contexts ` matching bug (#28582 ) (#28589 )
32
+ * Fix 500 error of searching commits (#28576 ) (#28579 )
33
+ * Use information from previous blame parts (#28572 ) (#28577 )
34
+ * Update mermaid for 1.21 (#28571 )
35
+ * Fix 405 method not allowed CORS / OIDC (#28583 ) (#28586 ) (#28587 ) (#28611 )
36
+ * Fix ` GetCommitStatuses ` (#28787 ) (#28804 )
37
+ * Forbid removing the last admin user (#28337 ) (#28793 )
38
+ * Fix schedule tasks bugs (#28691 ) (#28780 )
39
+ * Fix issue dependencies (#27736 ) (#28776 )
40
+ * Fix system webhooks API bug (#28531 ) (#28666 )
41
+ * Fix when private user following user, private user will not be counted in his own view (#28037 ) (#28792 )
42
+ * Render code block in activity tab (#28816 ) (#28818 )
43
+ * ENHANCEMENTS
44
+ * Rework markup link rendering (#26745 ) (#28803 )
45
+ * Modernize merge button (#28140 ) (#28786 )
46
+ * Speed up loading the dashboard on mysql/mariadb (#28546 ) (#28784 )
47
+ * Assign pull request to project during creation (#28227 ) (#28775 )
48
+ * Show description as tooltip instead of title for labels (#28754 ) (#28766 )
49
+ * Make template ` DateTime ` show proper tooltip (#28677 ) (#28683 )
50
+ * Switch destination directory for apt signing keys (#28639 ) (#28642 )
51
+ * Include heap pprof in diagnosis report to help debugging memory leaks (#28596 ) (#28599 )
52
+ * DOCS
53
+ * Suggest to use Type=simple for systemd service (#28717 ) (#28722 )
54
+ * Extend description for ARTIFACT_RETENTION_DAYS (#28626 ) (#28630 )
55
+ * MISC
56
+ * Add -F to commit search to treat keywords as strings (#28744 ) (#28748 )
57
+ * Add download attribute to release attachments (#28739 ) (#28740 )
58
+ * Concatenate error in ` checkIfPRContentChanged ` (#28731 ) (#28737 )
59
+ * Improve 1.21 document for Database Preparation (#28643 ) (#28644 )
60
+
7
61
## [ 1.21.3] ( https://github.com/go-gitea/gitea/releases/tag/1.21.3 ) - 2023-12-21
8
62
9
63
* SECURITY
0 commit comments