@@ -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.io ) .
6
6
7
+ ## [ 1.16.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.2 ) - 2022-02-21
8
+
9
+ * ENHANCEMENTS
10
+ * Show fullname on issue edits and gpg/ssh signing info (#18828 )
11
+ * Immediately Hammer if second kill is sent (#18823 ) (#18826 )
12
+ * Allow mermaid render error to wrap (#18791 )
13
+ * BUGFIXES
14
+ * Fix panic in EscapeReader (#18820 ) (#18821 )
15
+ * remove redundant call to UpdateRepoStats during migration (#18591 ) (#18794 )
16
+ * Fix template bug of LFS lock (#18784 ) (#18787 )
17
+ * Attempt to fix the webauthn migration again - part 3 (#18770 ) (#18771 )
18
+ * Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707 ) (#18765 )
19
+ * Backport: fix a broken link in commits_list_small.tmpl (#18763 ) (#18764 )
20
+ * Increase the size of the webauthn_credential credential_id field (#18739 ) (#18756 )
21
+ * Prevent dangling GetAttribute calls (#18754 ) (#18755 )
22
+ * Fix isempty detection of git repository (#18746 ) (#18750 )
23
+ * Fix source code line highlighting on external tracker (#18729 ) (#18740 )
24
+ * Prevent double encoding of branch names in delete branch (#18714 ) (#18738 )
25
+ * Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713 ) (#18737 )
26
+ * Fix forked repositories missed tags (#18719 ) (#18735 )
27
+ * Fix release typo (#18728 ) (#18731 )
28
+ * Separate the details links of commit-statuses in headers (#18661 ) (#18730 )
29
+ * Update object repo with the migrated repository (#18684 ) (#18726 )
30
+ * Fix bug for version update hint (#18701 ) (#18705 )
31
+ * Fix issue with docker-rootless shimming script (#18690 ) (#18699 )
32
+ * Let ` MinUnitAccessMode ` return correct perm (#18675 ) (#18689 )
33
+ * Prevent security failure due to bad APP_ID (#18678 ) (#18682 )
34
+ * Restart zero worker if there is still work to do (#18658 ) (#18672 )
35
+ * If rendering has failed due to a net.OpError stop rendering (#18642 ) (#18645 )
36
+ * TESTING
37
+ * Ensure git tag tests and others create test repos in tmpdir (#18447 ) (#18767 )
38
+ * BUILD
39
+ * Reduce CI go module downloads, add make targets (#18708 , #18475 , #18443 ) (#18741 )
40
+ * MISC
41
+ * Put buttons back in org dashboard (#18817 ) (#18825 )
42
+ * Various Mermaid improvements (#18776 ) (#18780 )
43
+ * C preprocessor colors improvement (#18671 ) (#18696 )
44
+ * Backport: fix the missing i18n key for update checker (#18646 ) (#18665 )
45
+
7
46
## [ 1.16.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.1 ) - 2022-02-06
8
47
9
48
* SECURITY
0 commit comments