Skip to content

Commit a044ec8

Browse files
authored
Changelog 1.16.0 (#18468)
* Changelog for 1.16.0 Signed-off-by: Andrew Thornton <[email protected]>
1 parent f93d72c commit a044ec8

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ 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.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.16.0-rc1) - 2022-01-19
7+
## [1.16.0](https://github.com/go-gitea/gitea/releases/tag/v1.16.0) - 2022-01-30
88

99
* BREAKING
1010
* Remove golang vendored directory (#18277)
1111
* Paginate releases page & set default page size to 10 (#16857)
1212
* Only allow webhook to send requests to allowed hosts (#17482)
1313
* SECURITY
14+
* Disable content sniffing on `PlainTextBytes` (#18359) (#18365)
15+
* Only view milestones from current repo (#18414) (#18417)
1416
* Sanitize user-input on file name (#17666)
1517
* Use `hostmatcher` to replace `matchlist` to improve blocking of bad hosts in Webhooks (#17605)
1618
* FEATURES
@@ -228,6 +230,16 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
228230
* Add left padding for chunk header of split diff view (#13397)
229231
* Allow U2F 2FA without TOTP (#11573)
230232
* BUGFIXES
233+
* GitLab reviews may not have the updated_at field set (#18450) (#18461)
234+
* Fix detection of no commits when the default branch is not master (#18422) (#18423)
235+
* Fix broken oauth2 authentication source edit page (#18412) (#18419)
236+
* Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403) (#18404)
237+
* Fix restore without topic failure (#18387) (#18400)
238+
* Fix commit's time (#18375) (#18392)
239+
* Fix partial cloning a repo (#18373) (#18377)
240+
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)
241+
* Prevent showing webauthn error for every time visiting `/user/settings/security` (#18386)
242+
* Fix mime-type detection for HTTP server (#18370) (#18371)
231243
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)
232244
* Restore propagation of ErrDependenciesLeft (#18325)
233245
* Fix PR comments UI (#18323)
@@ -299,6 +311,19 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
299311
* MISC
300312
* Update JS dependencies (#17611)
301313

314+
## [1.15.11](https://github.com/go-gitea/gitea/releases/tag/v1.15.11) - 2022-01-29
315+
316+
* SECURITY
317+
* Only view milestones from current repo (#18414) (#18418)
318+
* BUGFIXES
319+
* Fix broken when no commits and default branch is not master (#18422) (#18424)
320+
* Fix commit's time (#18375) (#18409)
321+
* Fix restore without topic failure (#18387) (#18401)
322+
* Fix mermaid import in 1.15 (it uses ESModule now) (#18382)
323+
* Update to go/text 0.3.7 (#18336)
324+
* MISC
325+
* Upgrade EasyMDE to 2.16.1 (#18278) (#18279)
326+
302327
## [1.15.10](https://github.com/go-gitea/gitea/releases/tag/v1.15.10) - 2022-01-14
303328

304329
* BUGFIXES

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.15.10
21+
version: 1.16.0
2222
minGoVersion: 1.16
2323
goVersion: 1.17
2424
minNodeVersion: 12.17

0 commit comments

Comments
 (0)