We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9162f44 commitd49feabCopy full SHA for d49feab
CHANGELOG.md
@@ -4,6 +4,18 @@ This changelog goes through the changes that have been made in each release
4
without substantial changes to our git log; to see the highlights of what has
5
been added to each release, please refer to the[blog](https://blog.gitea.com).
6
7
+##[1.24.4](https://github.com/go-gitea/gitea/releases/tag/1.24.4) - 2025-08-03
8
+
9
+* BUGFIXES
10
+* Fix various bugs (1.24) (#35186)
11
+* Fix migrate input box bug (#35166) (#35171)
12
+* Only hide dropzone when no files have been uploaded (#35156) (#35167)
13
+* Fix review comment/dimiss comment x reference can be refereced back (#35094) (#35099)
14
+* Fix submodule nil check (#35096) (#35098)
15
+* MISC
16
+* Don't use full-file highlight when there is a git diff textconv (#35114) (#35119)
17
+* Increase gap on latest commit (#35104) (#35113)
18
19
##[1.24.3](https://github.com/go-gitea/gitea/releases/tag/1.24.3) - 2025-07-15
20
21
* BUGFIXES