From d49feab4281b32d15d50313b485a6cc24db90607 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 4 Aug 2025 11:13:27 -0700 Subject: [PATCH] release notes for 1.24.4 (#35208) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe81c4da55..e326179f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ This changelog goes through 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.com). +## [1.24.4](https://github.com/go-gitea/gitea/releases/tag/1.24.4) - 2025-08-03 + +* BUGFIXES + * Fix various bugs (1.24) (#35186) + * Fix migrate input box bug (#35166) (#35171) + * Only hide dropzone when no files have been uploaded (#35156) (#35167) + * Fix review comment/dimiss comment x reference can be refereced back (#35094) (#35099) + * Fix submodule nil check (#35096) (#35098) +* MISC + * Don't use full-file highlight when there is a git diff textconv (#35114) (#35119) + * Increase gap on latest commit (#35104) (#35113) + ## [1.24.3](https://github.com/go-gitea/gitea/releases/tag/1.24.3) - 2025-07-15 * BUGFIXES