@@ -4,6 +4,35 @@ This changelog goes through all the changes that have been made in each release
44without substantial changes to our git log; to see the highlights of what has
55been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
66
7+ ## [ 1.16.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.1 ) - 2022-02-06
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+ * Comments on migrated issues/prs must link to the comment ID (#18630 ) (#18637 )
15+ * Stop logging an error when notes are not found (#18626 ) (#18635 )
16+ * Ensure that blob-excerpt links work for wiki (#18587 ) (#18624 )
17+ * Only attempt to flush queue if the underlying worker pool is not finished (#18593 ) (#18620 )
18+ * Ensure commit-statuses box is sized correctly in headers (#18538 ) (#18606 )
19+ * Prevent merge messages from being sorted to the top of email chains (#18566 ) (#18588 )
20+ * Prevent panic on prohibited user login with oauth2 (#18562 ) (#18563 )
21+ * Collaborator trust model should trust collaborators (#18539 ) (#18557 )
22+ * Detect conflicts with 3way merge (#18536 ) (#18537 )
23+ * In docker rootless use $GITEA_APP_INI if provided (#18524 ) (#18535 )
24+ * Add ` GetUserTeams ` (#18499 ) (#18531 )
25+ * Fix review excerpt (#18502 ) (#18530 )
26+ * Fix for AvatarURL database type (#18487 ) (#18529 )
27+ * Use ` ImagedProvider ` for gplus oauth2 provider (#18504 ) (#18505 )
28+ * Fix OAuth Source Edit Page (#18495 ) (#18503 )
29+ * Use "read" value for General Access (#18496 ) (#18500 )
30+ * Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs (#18472 ) (#18473 )
31+ * BUILD
32+ * Make docker gitea/gitea: v1 .16-dev etc refer to the latest build on that branch (#18551 ) (#18569 )
33+ * DOCS
34+ * Update 1.16.0 changelog to set #17846 as breaking (#18533 ) (#18534 )
35+
736## [ 1.16.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.0 ) - 2022-01-30
837
938* BREAKING
0 commit comments