@@ -4,6 +4,37 @@ 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.4] ( https://github.com/go-gitea/gitea/releases/tag/1.25.4 ) - 2026-01-15
8+
9+ * SECURITY
10+ * Release attachments must belong to the intended repo (#36347 ) (#36375 )
11+ * Fix permission check on org project operations (#36318 ) (#36373 )
12+ * Clean watches when make a repository private and check permission when send release emails (#36319 ) (#36370 )
13+ * Add more check for stopwatch read or list (#36340 ) (#36368 )
14+ * Fix openid setting check (#36346 ) (#36361 )
15+ * Fix cancel auto merge bug (#36341 ) (#36356 )
16+ * Fix delete attachment check (#36320 ) (#36355 )
17+ * LFS locks must belong to the intended repo (#36344 ) (#36349 )
18+ * Fix bug on notification read (#36339 ) #36387
19+ * ENHANCEMENTS
20+ * Add more routes to the "expensive" list (#36290 )
21+ * Make "commit statuses" API accept slashes in "ref" (#36264 ) (#36275 )
22+ * BUGFIXES
23+ * Fix markdown newline handling during IME composition (#36421 ) #36424
24+ * Fix missing repository id when migrating release attachments (#36389 )
25+ * Fix bug when compare in the pull request (#36363 ) (#36372 )
26+ * Fix incorrect text content detection (#36364 ) (#36369 )
27+ * Fill missing ` has_code ` in repository api (#36338 ) (#36359 )
28+ * Fix notifications pagination query parameters (#36351 ) (#36358 )
29+ * Fix some trivial problems (#36336 ) (#36337 )
30+ * Prevent panic when GitLab release has more links than sources (#36295 ) (#36305 )
31+ * Fix stats bug when syncing release (#36285 ) (#36294 )
32+ * Always honor user's choice for "delete branch after merge" (#36281 ) (#36286 )
33+ * Use the requested host for LFS links (#36242 ) (#36258 )
34+ * Fix panic when get editor config file (#36241 ) (#36247 )
35+ * Fix regression in writing authorized principals (#36213 ) (#36218 )
36+ * Fix WebAuthn error checking (#36219 ) (#36235 )
37+
738## [ 1.25.3] ( https://github.com/go-gitea/gitea/releases/tag/1.25.3 ) - 2025-12-17
839
940* SECURITY
0 commit comments