Skip to content

Commit ffaebb1

Browse files
authored
[Frontport] Changelog v1.15.9 (#18136)
* Changelog ## [1.15.9](https://github.com/go-gitea/gitea/releases/tag/v1.15.9) - 2021-12-30 * docs: bump version
1 parent 67d7ad6 commit ffaebb1

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
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.15.9](https://github.com/go-gitea/gitea/releases/tag/v1.15.9) - 2021-12-30
8+
9+
* BUGFIXES
10+
* Fix wrong redirect on org labels (#18128) (#18134)
11+
* Fix: unstable sort skips/duplicates issues across pages (#18094) (#18095)
12+
* Revert "Fix delete u2f keys bug (#18042)" (#18107)
13+
* Migrating wiki don't require token, so we should move it out of the require form (#17645) (#18104)
14+
* Prevent NPE if gitea uploader fails to open url (#18080) (#18101)
15+
* Reset locale on login (#17734) (#18100)
16+
* Correctly handle failed migrations (#17575) (#18099)
17+
* Instead of using routerCtx just escape the url before routing (#18086) (#18098)
18+
* Quote references to the user table in consistency checks (#18072) (#18073)
19+
* Add NotFound handler (#18062) (#18067)
20+
* Ensure that git repository is closed before transfer (#18049) (#18057)
21+
* Use common sessioner for API and web routes (#18114)
22+
* TRANSLATION
23+
* Fix code search result hint on zh-CN (#18053)
24+
725
## [1.15.8](https://github.com/go-gitea/gitea/releases/tag/v1.15.8) - 2021-12-20
826

927
* 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.8
21+
version: 1.15.9
2222
minGoVersion: 1.16
2323
goVersion: 1.17
2424
minNodeVersion: 12.17

0 commit comments

Comments
 (0)