@@ -4,13 +4,14 @@ 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-30
88
99* BREAKING
1010 * Return 201 Created for CreateVariable API responses (#34517 )
1111 * Add label 'state' to metric 'gitea_users' (#34326 )
1212* SECURITY
1313 * Upgrade security public key (#34956 )
14+ * Also include all security fixes in 1.24.x after 1.25.0-rc0
1415* FEATURES
1516 * Stream repo zip/tar.gz/bundle achives by default (#35487 )
1617 * Use configurable remote name for git commands (#35172 )
@@ -60,7 +61,31 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
6061 * Use lfs label for lfs file rather than a long description (#34363 )
6162 * Add "View workflow file" to Actions list page (#34538 )
6263 * Move organization's visibility change to danger zone. (#34814 )
64+ * Don't block site admin's operation if SECRET_KEY is lost (#35721 )
65+ * Make restricted users can access public repositories (#35693 )
66+ * The status icon of the Action step is consistent with GitHub (#35618 ) #35621
6367* BUGFIXES
68+ * Update tab title when navigating file tree (#35757 ) #35772
69+ * Fix "ref-issue" handling in markup (#35739 ) #35771
70+ * Fix webhook to prevent tag events from bypassing branch filters targets (#35567 ) #35577
71+ * Fix markup init after issue comment editing (#35536 ) #35537
72+ * Fix creating pull request failure when the target branch name is the same as some tag (#35552 ) #35582
73+ * Fix auto-expand and auto-scroll for actions logs (#35570 ) (#35583 ) #35586
74+ * Use inputs context when parsing workflows (#35590 ) #35595
75+ * Fix diffpatch API endpoint (#35610 ) #35613
76+ * Creating push comments before invoke pull request checking (#35647 ) #35668
77+ * Fix missing Close when error occurs and abused connection pool (#35658 ) #35670
78+ * Fix build (#35674 )
79+ * Use LFS object size instead of blob size when viewing a LFS file (#35679 )
80+ * Fix workflow run event status while rerunning a failed job (#35689 )
81+ * Avoid emoji mismatch and allow to only enable chosen emojis (#35692 )
82+ * Refactor legacy code, fix LFS auth bypass, fix symlink bypass (#35708 )
83+ * Fix various trivial problems (#35714 )
84+ * Fix attachment file size limit in server backend (#35519 )
85+ * Honor delete branch on merge repo setting when using merge API (#35488 )
86+ * Fix external render, make iframe render work (#35727 , #35730 )
87+ * Upgrade go mail to 0.7.2 (#35748 )
88+ * Revert #18491 , fix oauth2 client link account (#35745 )
6489 * Fix different behavior in status check pattern matching with double stars (#35474 )
6590 * Fix overflow in notifications list (#35446 )
6691 * Fix package link setting can only list limited repositories (#35394 )
@@ -172,6 +197,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
172197 * Run ` gopls modernize ` on codebase (#34751 )
173198 * Upgrade ` gopls ` to v0.19.0, add ` make fix ` (#34772 )
174199* BUILD
200+ * bump archives&rar dep (#35637 ) #35638
175201 * Use github.com/mholt/archives replace github.com/mholt/archiver (#35390 )
176202 * Update JS and PY dependencies (#35444 )
177203 * Upgrade devcontainer go version to 1.24.6 (#35298 )
0 commit comments