@@ -4,7 +4,7 @@ This changelog goes through the changes that have been made in each release
44without substantial changes to our git log; to see the highlights of what has
55been added to each release, please refer to the [ blog] ( https://blog.gitea.com ) .
66
7- ## [ 1.25.0-rc0 ] ( https://github.com/go-gitea/gitea/releases/tag/1.25.0-rc0 ) - 2025-09-24
7+ ## [ 1.25.0] ( https://github.com/go-gitea/gitea/releases/tag/1.25.0 ) - 2025-10-28
88
99* BREAKING
1010 * Return 201 Created for CreateVariable API responses (#34517 )
@@ -60,7 +60,29 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
6060 * Use lfs label for lfs file rather than a long description (#34363 )
6161 * Add "View workflow file" to Actions list page (#34538 )
6262 * Move organization's visibility change to danger zone. (#34814 )
63+ * Don't block site admin's operation if SECRET_KEY is lost (#35721 )
64+ * Make restricted users can access public repositories (#35693 )
65+ * The status icon of the Action step is consistent with GitHub (#35618 ) #35621
6366* BUGFIXES
67+ * Fix webhook to prevent tag events from bypassing branch filters targets (#35567 ) #35577
68+ * Fix markup init after issue comment editing (#35536 ) #35537
69+ * Fix creating pull request failure when the target branch name is the same as some tag (#35552 ) #35582
70+ * Fix auto-expand and auto-scroll for actions logs (#35570 ) (#35583 ) #35586
71+ * Use inputs context when parsing workflows (#35590 ) #35595
72+ * Fix diffpatch API endpoint (#35610 ) #35613
73+ * Creating push comments before invoke pull request checking (#35647 ) #35668
74+ * Fix missing Close when error occurs and abused connection pool (#35658 ) #35670
75+ * Fix build (#35674 )
76+ * Use LFS object size instead of blob size when viewing a LFS file (#35679 )
77+ * Fix workflow run event status while rerunning a failed job (#35689 )
78+ * Avoid emoji mismatch and allow to only enable chosen emojis (#35692 )
79+ * Refactor legacy code, fix LFS auth bypass, fix symlink bypass (#35708 )
80+ * Fix various trivial problems (#35714 )
81+ * Fix attachment file size limit in server backend (#35519 )
82+ * Honor delete branch on merge repo setting when using merge API (#35488 )
83+ * Fix external render, make iframe render work (#35727 , #35730 )
84+ * Upgrade go mail to 0.7.2 (#35748 )
85+ * Revert #18491 , fix oauth2 client link account (#35745 )
6486 * Fix different behavior in status check pattern matching with double stars (#35474 )
6587 * Fix overflow in notifications list (#35446 )
6688 * Fix package link setting can only list limited repositories (#35394 )
@@ -172,6 +194,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
172194 * Run ` gopls modernize ` on codebase (#34751 )
173195 * Upgrade ` gopls ` to v0.19.0, add ` make fix ` (#34772 )
174196* BUILD
197+ * bump archives&rar dep (#35637 ) #35638
175198 * Use github.com/mholt/archives replace github.com/mholt/archiver (#35390 )
176199 * Update JS and PY dependencies (#35444 )
177200 * Upgrade devcontainer go version to 1.24.6 (#35298 )
0 commit comments