Skip to content

Commit 9a7cfd8

Browse files
authored
Add changelog for 1.25.3 (#36182)
1 parent 79f4cd7 commit 9a7cfd8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ This changelog goes through the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.com).
66

7+
## [1.25.3](https://github.com/go-gitea/gitea/releases/tag/1.25.3) - 2025-12-17
8+
9+
* SECURITY
10+
* Bump toolchain to go1.25.5, misc fixes (#36082)
11+
* ENHANCEMENTS
12+
* Add strikethrough button to markdown editor (#36087) (#36104)
13+
* Add "site admin" back to profile menu (#36010) (#36013)
14+
* Improve math rendering (#36124) (#36125)
15+
* BUGFIXES
16+
* Check user visibility when redirecting to a renamed user (#36148) (#36159)
17+
* Fix various bugs (#36139) (#36151)
18+
* Fix bug when viewing the commit diff page with non-ANSI files (#36149) (#36150)
19+
* Hide RSS icon when viewing a file not under a branch (#36135) (#36141)
20+
* Fix SVG size calulation, only use `style` attribute (#36133) (#36134)
21+
* Make Golang correctly delete temp files during uploading (#36128) (#36129)
22+
* Fix the bug when ssh clone with redirect user or repository (#36039) (#36090)
23+
* Use Golang net/smtp instead of gomail's smtp to send email (#36055) (#36083)
24+
* Fix edit user email bug in API (#36068) (#36081)
25+
* Fix bug when updating user email (#36058) (#36066)
26+
* Fix incorrect viewed files counter if file has changed (#36009) (#36047)
27+
* Fix container registry error handling (#36021) (#36037)
28+
* Fix webAuthn insecure error view (#36165) (#36179)
29+
* Fix some file icon ui (#36078) (#36088)
30+
* Fix Actions `pull_request.paths` being triggered incorrectly by rebase (#36045) (#36054)
31+
* Fix error handling in mailer and wiki services (#36041) (#36053)
32+
* Fix bugs when comparing and creating pull request (#36166) (#36144)
33+
734
## [1.25.2](https://github.com/go-gitea/gitea/releases/tag/1.25.2) - 2025-11-23
835

936
* SECURITY

0 commit comments

Comments
 (0)