File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ 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.14.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.14.4 ) - 2021-07-06
8
+
9
+ * BUGFIXES
10
+ * Fix relative links in postprocessed images (#16334 ) (#16340 )
11
+ * Fix list_options GetStartEnd (#16303 ) (#16305 )
12
+ * Fix API to use author for commits instead of committer (#16276 ) (#16277 )
13
+ * Handle misencoding of login_source cfg in mssql (#16268 ) (#16275 )
14
+ * Fixed issues not updated by commits (#16254 ) (#16261 )
15
+ * Improve efficiency in FindRenderizableReferenceNumeric and getReference (#16251 ) (#16255 )
16
+ * Use html.Parse rather than html.ParseFragment (#16223 ) (#16225 )
17
+ * Fix milestone counters on new issue (#16183 ) (#16224 )
18
+ * reqOrgMembership calls need to be preceded by reqToken (#16198 ) (#16219 )
19
+
7
20
## [ 1.14.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.14.3 ) - 2021-06-18
8
21
9
22
* SECURITY
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.14.3
21
+ version : 1.14.4
22
22
minGoVersion : 1.14
23
23
goVersion : 1.16
24
24
minNodeVersion : 12.17
You can’t perform that action at this time.
0 commit comments