@@ -4,13 +4,15 @@ 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.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
8
8
9
9
* BREAKING
10
10
* Remove golang vendored directory (#18277 )
11
11
* Paginate releases page & set default page size to 10 (#16857 )
12
12
* Only allow webhook to send requests to allowed hosts (#17482 )
13
13
* SECURITY
14
+ * Disable content sniffing on ` PlainTextBytes ` (#18359 ) (#18365 )
15
+ * Only view milestones from current repo (#18414 ) (#18417 )
14
16
* Sanitize user-input on file name (#17666 )
15
17
* Use ` hostmatcher ` to replace ` matchlist ` to improve blocking of bad hosts in Webhooks (#17605 )
16
18
* FEATURES
@@ -228,6 +230,16 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
228
230
* Add left padding for chunk header of split diff view (#13397 )
229
231
* Allow U2F 2FA without TOTP (#11573 )
230
232
* 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 )
231
243
* Stop trimming preceding and suffixing spaces from editor filenames (#18334 )
232
244
* Restore propagation of ErrDependenciesLeft (#18325 )
233
245
* Fix PR comments UI (#18323 )
@@ -299,6 +311,19 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
299
311
* MISC
300
312
* Update JS dependencies (#17611 )
301
313
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
+
302
327
## [ 1.15.10] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.10 ) - 2022-01-14
303
328
304
329
* BUGFIXES
0 commit comments