]> source.dussan.org Git - gitea.git/commitdiff
Changelog for v1.14.4 (#16348) (#16351)
author6543 <6543@obermui.de>
Tue, 6 Jul 2021 15:41:07 +0000 (17:41 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Jul 2021 15:41:07 +0000 (23:41 +0800)
* Changelog for v1.14.4 (#16348)

* docs: bump version

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
CHANGELOG.md
docs/config.yaml

index 587d04d3285fa274d1b4281e602a9cb598251b50..10df69f415a5706311149b933c592d5ed052e0e3 100644 (file)
@@ -4,6 +4,19 @@ This changelog goes through all the changes that have been made in each release
 without substantial changes to our git log; to see the highlights of what has
 been added to each release, please refer to the [blog](https://blog.gitea.io).
 
+## [1.14.4](https://github.com/go-gitea/gitea/releases/tag/v1.14.4) - 2021-07-06
+
+* BUGFIXES
+  * Fix relative links in postprocessed images (#16334) (#16340)
+  * Fix list_options GetStartEnd (#16303) (#16305)
+  * Fix API to use author for commits instead of committer (#16276) (#16277)
+  * Handle misencoding of login_source cfg in mssql (#16268) (#16275)
+  * Fixed issues not updated by commits (#16254) (#16261)
+  * Improve efficiency in FindRenderizableReferenceNumeric and getReference (#16251) (#16255)
+  * Use html.Parse rather than html.ParseFragment (#16223) (#16225)
+  * Fix milestone counters on new issue (#16183) (#16224)
+  * reqOrgMembership calls need to be preceded by reqToken (#16198) (#16219)
+
 ## [1.14.3](https://github.com/go-gitea/gitea/releases/tag/v1.14.3) - 2021-06-18
 
 * SECURITY
index 9b446f35b6ab815471c5e42389077badc925ca9d..451984e09d7c02eb1124a2d349cc3482546988a8 100644 (file)
@@ -18,7 +18,7 @@ params:
   description: Git with a cup of tea
   author: The Gitea Authors
   website: https://docs.gitea.io
-  version: 1.14.3
+  version: 1.14.4
   minGoVersion: 1.14
   goVersion: 1.16
   minNodeVersion: 12.17