loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[Frontport] Changelog (v1.13.6, v1.13.7, v1.14.0-rc2) (#15328)

* Changelog v1.13.7 (#15319)

* Update Changelog (#15322)

* update

* next

* RC2

* Update Docs Version

authored by

6543 and committed by
GitHub
298d56fe 426ebbfc

+38 -1
+37
CHANGELOG.md
··· 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.14.0-RC2](https://github.com/go-gitea/gitea/releases/tag/v1.14.0-rc2) - 2021-03-22 8 + 9 + * SECURITY 10 + * Fix bug on avatar middleware (#15124) (#15125) 11 + * Fix another clusterfuzz identified issue (#15096) (#15113) 12 + * Update to goldmark 1.3.3 (#15059) (#15060) 13 + * BUGFIXES 14 + * Fix the v176 migration (#15110) (#15111) 15 + * Fix double 'push tag' action feed (#15078) (#15083) 16 + * Remove possible resource leak (#15067) (#15082) 17 + * Handle unauthorized user events gracefully (#15071) (#15074) 18 + 7 19 ## [1.14.0-RC1](https://github.com/go-gitea/gitea/releases/tag/v1.14.0-rc1) - 2021-03-19 8 20 9 21 * SECURITY ··· 266 278 * Migrate to use jsoniter instead of encoding/json (#14841) 267 279 * Reduce make verbosity (#13803) 268 280 * Add git command error directory on log (#13194) 281 + 282 + ## [1.13.7](https://github.com/go-gitea/gitea/releases/tag/v1.13.7) - 2021-04-07 283 + 284 + * SECURITY 285 + * Update to bluemonday-1.0.6 (#15294) (#15298) 286 + * Clusterfuzz found another way (#15160) (#15169) 287 + * API 288 + * Fix wrong user returned in API (#15139) (#15150) 289 + * BUGFIXES 290 + * Add 'fonts' into 'KnownPublicEntries' (#15188) (#15317) 291 + * Speed up `enry.IsVendor` (#15213) (#15246) 292 + * Response 404 for diff/patch of a commit that not exist (#15221) (#15238) 293 + * Prevent NPE in CommentMustAsDiff if no hunk header (#15199) (#15201) 294 + * MISC 295 + * Add size to Save function (#15264) (#15271) 296 + 297 + ## [1.13.6](https://github.com/go-gitea/gitea/releases/tag/v1.13.6) - 2021-03-23 298 + 299 + * SECURITY 300 + * Fix bug on avatar middleware (#15124) (#15125) 301 + * Fix another clusterfuzz identified issue (#15096) (#15114) 302 + * API 303 + * Fix nil exeption for get pull reviews API #15104 (#15106) 304 + * BUGFIXES 305 + * Fix markdown rendering in milestone content (#15056) (#15092) 269 306 270 307 ## [1.13.5](https://github.com/go-gitea/gitea/releases/tag/v1.13.5) - 2021-03-21 271 308
+1 -1
docs/config.yaml
··· 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.13.6 21 + version: 1.13.7 22 22 minGoVersion: 1.14 23 23 goVersion: 1.16 24 24 minNodeVersion: 10.13