Skip to content

Commit 4d2d3bd

Browse files
authored
Changelog 1.18.5 (#23045) (#23049)
Frontport #23045
1 parent 43405c3 commit 4d2d3bd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
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.18.5](https://github.com/go-gitea/gitea/releases/tag/v1.18.5) - 2023-02-21
8+
9+
* ENHANCEMENTS
10+
* Hide 2FA status from other members in organization members list (#22999) (#23023)
11+
* BUGFIXES
12+
* Add force_merge to merge request and fix checking mergable (#23010) (#23032)
13+
* Use `--message=%s` for git commit message (#23028) (#23029)
14+
* Render access log template as text instead of HTML (#23013) (#23025)
15+
* Fix the Manually Merged form (#23015) (#23017)
16+
* Use beforeCommit instead of baseCommit (#22949) (#22996)
17+
* Display attachments of review comment when comment content is blank (#23035) (#23046)
18+
* Return empty url for submodule tree entries (#23043) (#23048)
19+
720
## [1.18.4](https://github.com/go-gitea/gitea/releases/tag/1.18.4) - 2023-02-20
821

922
* SECURITY

docs/config.yaml

+1-1
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.18.1
21+
version: 1.18.5
2222
minGoVersion: 1.19
2323
goVersion: 1.20
2424
minNodeVersion: 16

0 commit comments

Comments
 (0)