@@ -4,19 +4,27 @@ 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
7
+ ## [ 1.16.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.2 ) - 2022-02-24
8
8
9
9
* ENHANCEMENTS
10
10
* Show fullname on issue edits and gpg/ssh signing info (#18828 )
11
11
* Immediately Hammer if second kill is sent (#18823 ) (#18826 )
12
12
* Allow mermaid render error to wrap (#18791 )
13
13
* BUGFIXES
14
+ * Update assignees check to include any writing team and change org sidebar (#18680 ) (#18873 )
15
+ * Don't report signal: killed errors in serviceRPC (#18850 ) (#18865 )
16
+ * Fix bug where certain LDAP settings were reverted (#18859 )
17
+ * Update go-org to 1.6.0 (#18824 ) (#18839 )
18
+ * Fix login with email for ldap users (#18800 ) (#18836 )
19
+ * Fix bug for get user by email (#18834 )
14
20
* Fix panic in EscapeReader (#18820 ) (#18821 )
15
- * remove redundant call to UpdateRepoStats during migration (#18591 ) (#18794 )
21
+ * Fix ldap loginname (#18789 ) (#18804 )
22
+ * Remove redundant call to UpdateRepoStats during migration (#18591 ) (#18794 )
23
+ * In disk_channel queues synchronously push to disk on shutdown (#18415 ) (#18788 )
16
24
* Fix template bug of LFS lock (#18784 ) (#18787 )
17
25
* Attempt to fix the webauthn migration again - part 3 (#18770 ) (#18771 )
18
26
* 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 )
27
+ * Fix a broken link in commits_list_small.tmpl (#18763 ) (#18764 )
20
28
* Increase the size of the webauthn_credential credential_id field (#18739 ) (#18756 )
21
29
* Prevent dangling GetAttribute calls (#18754 ) (#18755 )
22
30
* Fix isempty detection of git repository (#18746 ) (#18750 )
@@ -41,7 +49,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
41
49
* Put buttons back in org dashboard (#18817 ) (#18825 )
42
50
* Various Mermaid improvements (#18776 ) (#18780 )
43
51
* C preprocessor colors improvement (#18671 ) (#18696 )
44
- * Backport: fix the missing i18n key for update checker (#18646 ) (#18665 )
52
+ * Fix the missing i18n key for update checker (#18646 ) (#18665 )
45
53
46
54
## [ 1.16.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.1 ) - 2022-02-06
47
55
0 commit comments