File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ This changelog goes through the changes that have been made in each release
4
4
without substantial changes to our git log; to see the highlights of what has
5
5
been added to each release, please refer to the [ blog] ( https://blog.gitea.com ) .
6
6
7
+ ## [ 1.24.1] ( https://github.com/go-gitea/gitea/releases/tag/1.24.1 ) - 2025-06-18
8
+
9
+ * ENHANCEMENTS
10
+ * Improve alignment of commit status icon on commit page (#34750 ) (#34757 )
11
+ * Support title and body query parameters for new PRs (#34537 ) (#34752 )
12
+
13
+ * BUGFIXES
14
+ * When using rules to delete packages, remove unclean bugs (#34632 ) (#34761 )
15
+ * Fix ghost user in feeds when pushing in an actions, it should be gitea-actions (#34703 ) (#34756 )
16
+ * Prevent double markdown link brackets when pasting URL (#34745 ) (#34748 )
17
+ * Prevent duplicate form submissions when creating forks (#34714 ) (#34735 )
18
+ * Fix markdown wrap (#34697 ) (#34702 )
19
+ * Fix pull requests API convert panic when head repository is deleted. (#34685 ) (#34687 )
20
+ * Fix commit message rendering and some UI problems (#34680 ) (#34683 )
21
+ * Fix container range bug (#34725 ) (#34732 )
22
+ * Fix incorrect cli default values (#34765 ) (#34766 )
23
+ * Fix dropdown filter (#34708 ) (#34711 )
24
+ * Hide href attribute of a tag if there is no target_url (#34556 ) (#34684 )
25
+ * Fix tag target (#34781 ) #34783
26
+
7
27
## [ 1.24.0] ( https://github.com/go-gitea/gitea/releases/tag/1.24.0 ) - 2025-05-26
8
28
9
29
* BREAKING
You can’t perform that action at this time.
0 commit comments