@@ -4,6 +4,27 @@ 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.10.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.1 ) - 2019-12-05
8
+ * BUGFIXES
9
+ * Fix max length check and limit in multiple repo forms (#9148 ) (#9204 )
10
+ * Properly fix displaying virtual session provider in admin panel (#9137 ) (#9203 )
11
+ * Upgrade levelqueue to 0.1.0 (#9192 ) (#9199 )
12
+ * Fix panic when diff (#9187 ) (#9193 )
13
+ * Smtp logger configuration sendTos should be an array (#9154 ) (#9157 )
14
+ * Always Show Password Field on Link Account Sign-in Page (#9150 )
15
+ * Create PR on Current Repository by Default (#8670 ) (#9141 )
16
+ * Fix race on indexer (#9136 ) (#9139 )
17
+ * Fix reCAPTCHA URL (#9119 )
18
+ * Hide migrated credentials (#9098 )
19
+ * Update golang.org/x/crypto vendor to use acme v2 (#9056 ) (#9085 )
20
+ * Fix password checks on admin create/edit user (#9076 ) (#9081 )
21
+ * Fix add search as a reserved username (#9063 ) (#9065 )
22
+ * Fix permission checks for close/reopen from commit (#8875 ) (#9033 )
23
+ * Ensure Written is set in GZIP ProxyResponseWriter (#9018 ) (#9025 )
24
+ * Fix broken link to branch from issue list (#9003 ) (#9021 )
25
+ * Fix wrong system notice when repository is empty (#9020 )
26
+ * Shadow password correctly for session config (#8984 ) (#9002 )
27
+
7
28
## [ 1.10.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.0 ) - 2019-11-13
8
29
* BREAKING
9
30
* Fix deadline on update issue or PR via API (#8698 )
0 commit comments