aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2021-07-06 17:41:07 +0200
committerGitHub <noreply@github.com>2021-07-06 23:41:07 +0800
commit1b29747f0f7483dd86170f5a57de2979f350ae03 (patch)
treea077f8d734d915c0cf5fe70dea313595140ab8e0 /CHANGELOG.md
parent27c15782352aabaf9279c9c187d3658649d81e2f (diff)
downloadgitea-1b29747f0f7483dd86170f5a57de2979f350ae03.tar.gz
gitea-1b29747f0f7483dd86170f5a57de2979f350ae03.zip
Changelog for v1.14.4 (#16348) (#16351)
* Changelog for v1.14.4 (#16348) * docs: bump version Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 587d04d328..10df69f415 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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