File tree 2 files changed +18
-1
lines changed 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ 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.8] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.8 ) - 2022-05-16
8
+
9
+ * ENHANCEMENTS
10
+ * Add doctor check/fix for bogus action rows (#19656 ) (#19669 )
11
+ * Make .cs highlighting legible on dark themes. (#19604 ) (#19605 )
12
+ * BUGFIXES
13
+ * Fix oauth setting list bug (#19681 )
14
+ * Delete user related oauth stuff on user deletion too (#19677 ) (#19680 )
15
+ * Fix new release from tags list UI (#19670 ) (#19673 )
16
+ * Prevent NPE when checking repo units if the user is nil (#19625 ) (#19630 )
17
+ * GetFeeds must always discard actions with dangling repo_id (#19598 ) (#19629 )
18
+ * Call MultipartForm.RemoveAll when request finishes (#19606 ) (#19607 )
19
+ * Avoid MoreThanOne error when creating a branch whose name conflicts with other ref names (#19557 ) (#19591 )
20
+ * Fix sending empty notifications (#19589 ) (#19590 )
21
+ * Ignore DNS error when doing migration allow/block check (#19566 ) (#19567 )
22
+ * Fix issue overview for teams (#19652 ) (#19653 )
23
+
7
24
## [ 1.16.7] ( https://github.com/go-gitea/gitea/releases/tag/v1.16.7 ) - 2022-05-02
8
25
9
26
* SECURITY
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ params:
18
18
description : Git with a cup of tea
19
19
author : The Gitea Authors
20
20
website : https://docs.gitea.io
21
- version : 1.16.7
21
+ version : 1.16.8
22
22
minGoVersion : 1.17
23
23
goVersion : 1.18
24
24
minNodeVersion : 14
You can’t perform that action at this time.
0 commit comments