File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ 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-28
8
+
9
+ * BUGFIXES
10
+ * Revert "Fix delete u2f keys bug (#18042 )" (#18107 )
11
+ * Migrating wiki don't require token, so we should move it out of the require form (#17645 ) (#18104 )
12
+ * Prevent NPE if gitea uploader fails to open url (#18080 ) (#18101 )
13
+ * Reset locale on login (#17734 ) (#18100 )
14
+ * Correctly handle failed migrations (#17575 ) (#18099 )
15
+ * Instead of using routerCtx just escape the url before routing (#18086 ) (#18098 )
16
+ * Quote references to the user table in consistency checks (#18072 ) (#18073 )
17
+ * Add NotFound handler (#18062 ) (#18067 )
18
+ * Ensure that git repository is closed before transfer (#18049 ) (#18057 )
19
+ * Use common sessioner for API and web routes (#18114 )
20
+ * TRANSLATION
21
+ * Fix code search result hint on zh-CN (#18053 )
22
+
7
23
## [ 1.15.8] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.8 ) - 2021-12-20
8
24
9
25
* BUGFIXES
You can’t perform that action at this time.
0 commit comments