Skip to content

Commit 660442d

Browse files
committed
Changelog for 1.16.0-rc2
## [1.16.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.16.0) - 2022-01-29 * SECURITY * Disable content sniffing on `PlainTextBytes` (go-gitea#18359) (go-gitea#18365) * Only view milestones from current repo (go-gitea#18414) (go-gitea#18417) * BUGFIXES * Fix detection of no commits when the default branch is not master (go-gitea#18422) (go-gitea#18423) * Fix broken oauth2 authentication source edit page (go-gitea#18412) (go-gitea#18419) * Place inline diff comment dialogs on split diff in 4th and 8th columns (go-gitea#18403) (go-gitea#18404) * Fix restore without topic failure (go-gitea#18387) (go-gitea#18400) * Fix commit's time (go-gitea#18375) (go-gitea#18392) * Fix partial cloning a repo (go-gitea#18373) (go-gitea#18377) * Stop trimming preceding and suffixing spaces from editor filenames (go-gitea#18334) * Prevent showing webauthn error for every time visiting `/user/settings/security` (go-gitea#18386) * Fix mime-type detection for HTTP server (go-gitea#18370) (go-gitea#18371) * MISC * Update github.com/duo-labs/webauthn (go-gitea#18357) (go-gitea#18364) Signed-off-by: Andrew Thornton <[email protected]>
1 parent 2f22337 commit 660442d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.16.0) - 2022-01-29
8+
9+
* SECURITY
10+
* Disable content sniffing on `PlainTextBytes` (#18359) (#18365)
11+
* Only view milestones from current repo (#18414) (#18417)
12+
* BUGFIXES
13+
* Fix detection of no commits when the default branch is not master (#18422) (#18423)
14+
* Fix broken oauth2 authentication source edit page (#18412) (#18419)
15+
* Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403) (#18404)
16+
* Fix restore without topic failure (#18387) (#18400)
17+
* Fix commit's time (#18375) (#18392)
18+
* Fix partial cloning a repo (#18373) (#18377)
19+
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)
20+
* Prevent showing webauthn error for every time visiting `/user/settings/security` (#18386)
21+
* Fix mime-type detection for HTTP server (#18370) (#18371)
22+
* MISC
23+
* Update github.com/duo-labs/webauthn (#18357) (#18364)
24+
725
## [1.16.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.16.0-rc1) - 2022-01-19
826

927
* BREAKING

0 commit comments

Comments
 (0)