@@ -4,6 +4,52 @@ 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.23.2] ( https://github.com/go-gitea/gitea/releases/tag/1.23.2 ) - 2025-02-04
8+
9+ * BREAKING
10+ * Add tests for webhook and fix some webhook bugs (#33396 ) (#33442 )
11+ * Package webhook’s Organization was incorrectly used as the User struct. This PR fixes the issue.
12+ * This changelog is just a hint. The change is not really breaking because most fields are the same, most users are not affected.
13+ * ENHANCEMENTS
14+ * Clone button enhancements (#33362 ) (#33404 )
15+ * Repo homepage styling tweaks (#33289 ) (#33381 )
16+ * Add a confirm dialog for "sync fork" (#33270 ) (#33273 )
17+ * Make tracked time representation display as hours (#33315 ) (#33334 )
18+ * Improve sync fork behavior (#33319 ) (#33332 )
19+ * BUGFIXES
20+ * Fix code button alignment (#33345 ) (#33351 )
21+ * Correct bot label ` vertical-align ` (#33477 ) (#33480 )
22+ * Fix SSH LFS memory usage (#33455 ) (#33460 )
23+ * Fix issue sidebar dropdown keyboard support (#33447 ) (#33450 )
24+ * Fix user avatar (#33439 )
25+ * Fix ` GetCommitBranchStart ` bug (#33298 ) (#33421 )
26+ * Add pubdate for repository rss and add some tests (#33411 ) (#33416 )
27+ * Add missed auto merge feed message on dashboard (#33309 ) (#33405 )
28+ * Fix issue suggestion bug (#33389 ) (#33391 )
29+ * Make issue suggestion work for all editors (#33340 ) (#33342 )
30+ * Fix issue count (#33338 ) (#33341 )
31+ * Fix Account linking page (#33325 ) (#33327 )
32+ * Fix closed dependency title (#33285 ) (#33287 )
33+ * Fix sidebar milestone link (#33269 ) (#33272 )
34+ * Fix missing license when sync mirror (#33255 ) (#33258 )
35+ * Fix upload file form (#33230 ) (#33233 )
36+ * Fix mirror bug (#33224 ) (#33225 )
37+ * Fix system admin cannot fork or get private fork with API (#33401 ) (#33417 )
38+ * Fix push message behavior (#33215 ) (#33317 )
39+ * Trivial fixes (#33304 ) (#33312 )
40+ * Fix "stop time tracking button" on navbar (#33084 ) (#33300 )
41+ * Fix tag route and empty repo (#33253 )
42+ * Fix cache test triggered by non memory cache (#33220 ) (#33221 )
43+ * Revert empty lfs ref name (#33454 ) (#33457 )
44+ * Fix flex width (#33414 ) (#33418 )
45+ * Fix commit status events (#33320 ) #33493
46+ * Fix unnecessary comment when moving issue on the same project column (#33496 ) #33499
47+ * Add timetzdata build tag to binary releases (#33463 ) #33503
48+ * MISC
49+ * Use ProtonMail/go-crypto to replace keybase/go-crypto (#33402 ) (#33410 )
50+ * Update katex to latest version (#33361 )
51+ * Update go tool dependencies (#32916 ) (#33355 )
52+
753## [ 1.23.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.23.1 ) - 2025-01-09
854
955* ENHANCEMENTS
0 commit comments