File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 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
44without substantial changes to our git log; to see the highlights of what has
55been 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments