@@ -4,6 +4,32 @@ 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.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.1 ) - 2022-02-05
8
+
9
+ * SECURITY
10
+ * Update JS dependencies, fix lint (#18389 ) (#18540 )
11
+ * ENHANCEMENTS
12
+ * Add dropdown icon to label set template dropdown (#18564 ) (#18571 )
13
+ * BUGFIXES
14
+ * Ensure commit-statuses box is sized correctly in headers (#18538 ) (#18606 )
15
+ * Prevent merge messages from being sorted to the top of email chains (#18566 ) (#18588 )
16
+ * Prevent panic on prohibited user login with oauth2 (#18562 ) (#18563 )
17
+ * Collaborator trust model should trust collaborators (#18539 ) (#18557 )
18
+ * Detect conflicts with 3way merge (#18536 ) (#18537 )
19
+ * In docker rootless use $GITEA_APP_INI if provided (#18524 ) (#18535 )
20
+ * Add ` GetUserTeams ` (#18499 ) (#18531 )
21
+ * Fix review excerpt (#18502 ) (#18530 )
22
+ * Fix for AvatarURL database type (#18487 ) (#18529 )
23
+ * Use ` ImagedProvider ` for gplus oauth2 provider (#18504 ) (#18505 )
24
+ * Fix OAuth Source Edit Page (#18495 ) (#18503 )
25
+ * Use "read" value for General Access (#18496 ) (#18500 )
26
+ * Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs (#18472 ) (#18473 )
27
+ * BUILD
28
+ * Make docker gitea/gitea: v1 .16-dev etc refer to the latest build on that branch (#18551 ) (#18569 )
29
+ * DOCS
30
+ * Update 1.16.0 changelog to set #17846 as breaking (#18533 ) (#18534 )
31
+
32
+
7
33
## [ 1.16.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.0 ) - 2022-01-30
8
34
9
35
* BREAKING
0 commit comments