Skip to content

Commit af4caca

Browse files
6543lunnyGustedwxiaoguang
authored
Add changelog for v1.16.8 (#19724) (#19730)
* Add changelog for v1.16.8 (#19724) * Add changelog for v1.16.8 Co-authored-by: 6543 <[email protected]> Co-authored-by: Gusted <[email protected]> Co-authored-by: wxiaoguang <[email protected]> * bump Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: Gusted <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
1 parent bcf13b6 commit af4caca

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ This changelog goes through all the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.io).
66

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+
724
## [1.16.7](https://github.com/go-gitea/gitea/releases/tag/v1.16.7) - 2022-05-02
825

926
* SECURITY

docs/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ params:
1818
description: Git with a cup of tea
1919
author: The Gitea Authors
2020
website: https://docs.gitea.io
21-
version: 1.16.7
21+
version: 1.16.8
2222
minGoVersion: 1.17
2323
goVersion: 1.18
2424
minNodeVersion: 14

0 commit comments

Comments
 (0)