@@ -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.10.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.3 ) - 2020-01-17
8
+ * BUGFIXES
9
+ * Fix dump non-exist log directory (#9818 ) (#9820 )
10
+ * Fix compare (#9808 ) (#9815 )
11
+ * Fix missing msteam webhook on organization (#9781 ) (#9795 )
12
+ * Fix add team on collaborator page when same name as organization (#9783 )
13
+ * Hide credentials when submitting migration (#9102 ) (#9704 )
14
+ * Fix cache problem on dashboard (#9358 ) (#9703 )
15
+ * Send tag create and push webhook when release created on UI (#8671 ) (#9702 )
16
+ * Branches not at ref commit ID should not be listed as Merged (#9614 ) (#9639 )
17
+ * SECURITY
18
+ * Prevent redirect to Host (#9678 ) (#9680 )
19
+ * Hide public repos owned by private orgs (#9609 ) (#9616 )
20
+ * MISC
21
+ * Never allow an empty password to validate (#9682 ) (#9684 )
22
+
7
23
## [ 1.10.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.2 ) - 2020-01-02
8
24
* BUGFIXES
9
25
* Allow only specific Columns to be updated on Issue via API (#9539 ) (#9580 )
@@ -68,7 +84,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
68
84
* Add option to initialize repository with labels (#6061 )
69
85
* Add additional password hash algorithms (#6023 )
70
86
* BUGFIXES
71
- * Allow to merge if file path contains " or \ (#8629 ) (#8771 )
87
+ * Allow to merge if file path contains " or \ (#8629 ) (#8771 )
72
88
* On windows set core.longpaths true (#8776 ) (#8786 )
73
89
* Fix 500 when edit hook (#8782 ) (#8789 )
74
90
* Fix Checkbox at RepoSettings Protected Branch (#8799 ) (#8801 )
@@ -80,7 +96,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
80
96
* Fix require external registration password (#8885 ) (#8890 )
81
97
* Fix password complexity check on registration (#8887 ) (#8888 )
82
98
* Update Github Migration Tests (#8896 ) (#8938 ) (#8945 )
83
- * Enable punctuations ending mentions (#8889 ) (#8894 )
99
+ * Enable punctuations ending mentions (#8889 ) (#8894 )
84
100
* Add Close() method to gogitRepository (#8901 ) (#8956 )
85
101
* Hotfix for review actions and notifications (#8965 )
86
102
* Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528 ) (#8618 )
0 commit comments