File tree 2 files changed +19
-1
lines changed 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ 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.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
+
7
25
## [ 1.15.8] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.8 ) - 2021-12-20
8
26
9
27
* BUGFIXES
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ params:
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.15.8
21
+ version : 1.15.9
22
22
minGoVersion : 1.16
23
23
goVersion : 1.17
24
24
minNodeVersion : 12.17
You can’t perform that action at this time.
0 commit comments