summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2023-02-21 12:14:55 -0600
committerGitHub <noreply@github.com>2023-02-21 12:14:55 -0600
commit48eb5ac6856aeed5b6501fcd27899d3dc3da2876 (patch)
tree18cbe181b8c95ba2bbfe9ea710d8986c3c51c5c1
parent8f5b2f1ddf8e7dad04958f2190e1d717fdc9c177 (diff)
downloadgitea-48eb5ac6856aeed5b6501fcd27899d3dc3da2876.tar.gz
gitea-48eb5ac6856aeed5b6501fcd27899d3dc3da2876.zip
Changelog 1.18.5 (#23045)v1.18.5
Signed-off-by: jolheiser <john.olheiser@gmail.com>
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77dc47e32f..358a0e3749 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.18.5](https://github.com/go-gitea/gitea/releases/tag/v1.18.5) - 2023-02-21
+
+* ENHANCEMENTS
+ * Hide 2FA status from other members in organization members list (#22999) (#23023)
+* BUGFIXES
+ * Add force_merge to merge request and fix checking mergable (#23010) (#23032)
+ * Use `--message=%s` for git commit message (#23028) (#23029)
+ * Render access log template as text instead of HTML (#23013) (#23025)
+ * Fix the Manually Merged form (#23015) (#23017)
+ * Use beforeCommit instead of baseCommit (#22949) (#22996)
+ * Display attachments of review comment when comment content is blank (#23035) (#23046)
+ * Return empty url for submodule tree entries (#23043) (#23048)
+
## [1.18.4](https://github.com/go-gitea/gitea/releases/tag/1.18.4) - 2023-02-20
* SECURITY