Skip to content

Commit 1b29747

Browse files
6543lunny
andauthored
Changelog for v1.14.4 (#16348) (#16351)
* Changelog for v1.14.4 (#16348) * docs: bump version Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
1 parent 27c1578 commit 1b29747

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ This changelog goes through all the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.io).
66

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+
720
## [1.14.3](https://github.com/go-gitea/gitea/releases/tag/v1.14.3) - 2021-06-18
821

922
* SECURITY

docs/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ params:
1818
description: Git with a cup of tea
1919
author: The Gitea Authors
2020
website: https://docs.gitea.io
21-
version: 1.14.3
21+
version: 1.14.4
2222
minGoVersion: 1.14
2323
goVersion: 1.16
2424
minNodeVersion: 12.17

0 commit comments

Comments
 (0)