@@ -4,6 +4,105 @@ 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.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.4 ) - 2022-03-14
8
+
9
+ * SECURITY
10
+ * Restrict email address validation (#17688 ) (#19085 )
11
+ * Fix lfs bug (#19072 ) (#19080 )
12
+ * ENHANCEMENTS
13
+ * Improve SyncMirrors logging (#19045 ) (#19050 )
14
+ * BUGFIXES
15
+ * Refactor mirror code & fix ` StartToMirror ` (#18904 ) (#19075 )
16
+ * Update the webauthn_credential_id_sequence in Postgres (#19048 ) (#19060 )
17
+ * Prevent 500 when there is an error during new auth source post (#19041 ) (#19059 )
18
+ * If rendering has failed due to a net.OpError stop rendering (attempt 2) (#19049 ) (#19056 )
19
+ * Fix flag validation (#19046 ) (#19051 )
20
+ * Add pam account authorization check (#19040 ) (#19047 )
21
+ * Ignore missing comment for user notifications (#18954 ) (#19043 )
22
+ * Set ` rel="nofollow noindex" ` on new issue links (#19023 ) (#19042 )
23
+ * Upgrading binding package (#19034 ) (#19035 )
24
+ * Don't show context cancelled errors in attribute reader (#19006 ) (#19027 )
25
+ * Fix update hint bug (#18996 ) (#19002 )
26
+ * MISC
27
+ * Fix potential assignee query for repo (#18994 ) (#18999 )
28
+
29
+ ## [ 1.16.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.3 ) - 2022-03-02
30
+
31
+ * SECURITY
32
+ * Git backend ignore replace objects (#18979 ) (#18980 )
33
+ * ENHANCEMENTS
34
+ * Adjust error for already locked db and prevent level db lock on malformed connstr (#18923 ) (#18938 )
35
+ * BUGFIXES
36
+ * Set max text height to prevent overflow (#18862 ) (#18977 )
37
+ * Fix newAttachmentPaths deletion for DeleteRepository() (#18973 ) (#18974 )
38
+ * Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that case (#18897 ) (#18964 )
39
+ * Send 404 on ` /{org}.gpg ` (#18959 ) (#18962 )
40
+ * Fix admin user list pagination (#18957 ) (#18960 )
41
+ * Fix lfs management setting (#18947 ) (#18946 )
42
+ * Fix login with email panic when email is not exist (#18942 )
43
+ * Update go-org to v1.6.1 (#18932 ) (#18933 )
44
+ * Fix ` <strong> ` html in translation (#18929 ) (#18931 )
45
+ * Fix page and missing return on unadopted repos API (#18848 ) (#18927 )
46
+ * Allow adminstrator teams members to see other teams (#18918 ) (#18919 )
47
+ * Don't treat BOM escape sequence as hidden character. (#18909 ) (#18910 )
48
+ * Correctly link URLs to users/repos with dashes, dots or underscores (… (#18908 )
49
+ * Fix redirect when using lowercase repo name (#18775 ) (#18902 )
50
+ * Fix migration v210 (#18893 ) (#18892 )
51
+ * Fix team management UI (#18887 ) (18886)
52
+ * BeforeSourcePath should point to base commit (#18880 ) (#18799 )
53
+ * TRANSLATION
54
+ * Backport locales from master (#18944 )
55
+ * MISC
56
+ * Don't update email for organisation (#18905 ) (#18906 )
57
+
58
+ ## [ 1.16.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.2 ) - 2022-02-24
59
+
60
+ * ENHANCEMENTS
61
+ * Show fullname on issue edits and gpg/ssh signing info (#18828 )
62
+ * Immediately Hammer if second kill is sent (#18823 ) (#18826 )
63
+ * Allow mermaid render error to wrap (#18791 )
64
+ * BUGFIXES
65
+ * Fix ldap user sync missed email in email_address table (#18786 ) (#18876 )
66
+ * Update assignees check to include any writing team and change org sidebar (#18680 ) (#18873 )
67
+ * Don't report signal: killed errors in serviceRPC (#18850 ) (#18865 )
68
+ * Fix bug where certain LDAP settings were reverted (#18859 )
69
+ * Update go-org to 1.6.0 (#18824 ) (#18839 )
70
+ * Fix login with email for ldap users (#18800 ) (#18836 )
71
+ * Fix bug for get user by email (#18834 )
72
+ * Fix panic in EscapeReader (#18820 ) (#18821 )
73
+ * Fix ldap loginname (#18789 ) (#18804 )
74
+ * Remove redundant call to UpdateRepoStats during migration (#18591 ) (#18794 )
75
+ * In disk_channel queues synchronously push to disk on shutdown (#18415 ) (#18788 )
76
+ * Fix template bug of LFS lock (#18784 ) (#18787 )
77
+ * Attempt to fix the webauthn migration again - part 3 (#18770 ) (#18771 )
78
+ * Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707 ) (#18765 )
79
+ * Fix a broken link in commits_list_small.tmpl (#18763 ) (#18764 )
80
+ * Increase the size of the webauthn_credential credential_id field (#18739 ) (#18756 )
81
+ * Prevent dangling GetAttribute calls (#18754 ) (#18755 )
82
+ * Fix isempty detection of git repository (#18746 ) (#18750 )
83
+ * Fix source code line highlighting on external tracker (#18729 ) (#18740 )
84
+ * Prevent double encoding of branch names in delete branch (#18714 ) (#18738 )
85
+ * Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713 ) (#18737 )
86
+ * Fix forked repositories missed tags (#18719 ) (#18735 )
87
+ * Fix release typo (#18728 ) (#18731 )
88
+ * Separate the details links of commit-statuses in headers (#18661 ) (#18730 )
89
+ * Update object repo with the migrated repository (#18684 ) (#18726 )
90
+ * Fix bug for version update hint (#18701 ) (#18705 )
91
+ * Fix issue with docker-rootless shimming script (#18690 ) (#18699 )
92
+ * Let ` MinUnitAccessMode ` return correct perm (#18675 ) (#18689 )
93
+ * Prevent security failure due to bad APP_ID (#18678 ) (#18682 )
94
+ * Restart zero worker if there is still work to do (#18658 ) (#18672 )
95
+ * If rendering has failed due to a net.OpError stop rendering (#18642 ) (#18645 )
96
+ * TESTING
97
+ * Ensure git tag tests and others create test repos in tmpdir (#18447 ) (#18767 )
98
+ * BUILD
99
+ * Reduce CI go module downloads, add make targets (#18708 , #18475 , #18443 ) (#18741 )
100
+ * MISC
101
+ * Put buttons back in org dashboard (#18817 ) (#18825 )
102
+ * Various Mermaid improvements (#18776 ) (#18780 )
103
+ * C preprocessor colors improvement (#18671 ) (#18696 )
104
+ * Fix the missing i18n key for update checker (#18646 ) (#18665 )
105
+
7
106
## [ 1.16.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.1 ) - 2022-02-06
8
107
9
108
* SECURITY
0 commit comments