@@ -4,6 +4,36 @@ 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.22.4] ( https://github.com/go-gitea/gitea/releases/tag/1.22.4 ) - 2024-11-14
8+
9+ * SECURITY
10+ * Refactor internal routers (partial backport, auth token const time comparing) (#32473 ) (#32479 )
11+ * BUGFIXES
12+ * Fix ` missing signature key ` error when pulling Docker images with ` SERVE_DIRECT ` enabled (#32365 ) (#32397 )
13+ * Fix the permission check for user search API and limit the number of returned users for ` /user/search ` (#32310 )
14+ * Fix SearchIssues swagger docs (#32208 ) (#32298 )
15+ * Fix dropdown content overflow (#31610 ) (#32250 )
16+ * Fix nil panic if repo doesn't exist (#32501 ) (#32502 )
17+ * Disable Oauth check if oauth disabled (#32368 ) (#32480 )
18+ * Respect renamed dependencies of Cargo registry (#32430 ) (#32478 )
19+ * Fix mermaid diagram height when initially hidden (#32457 ) (#32464 )
20+ * Fix broken releases when re-pushing tags (#32435 ) (#32449 )
21+ * Only provide the commit summary for Discord webhook push events (#32432 ) (#32447 )
22+ * Only query team tables if repository is under org when getting assignees (#32414 ) (#32426 )
23+ * Fix created_unix for mirroring (#32342 ) (#32406 )
24+ * Respect UI.ExploreDefaultSort setting again (#32357 ) (#32385 )
25+ * Fix broken image when editing comment with non-image attachments (#32319 ) (#32345 )
26+ * Fix disable 2fa bug (#32320 ) (#32330 )
27+ * Always update expiration time when creating an artifact (#32281 ) (#32285 )
28+ * Fix null errors on conversation holder (#32258 ) (#32266 ) (#32282 )
29+ * Only rename a user when they should receive a different name (#32247 ) (#32249 )
30+ * Fix checkbox bug on private/archive filter (#32236 ) (#32240 )
31+ * Add a doctor check to disable the "Actions" unit for mirrors (#32424 ) (#32497 )
32+ * Quick fix milestone deadline 9999 (#32423 )
33+ * Make ` show stats ` work when only one file changed (#32244 ) (#32268 )
34+ * Make ` owner/repo/pulls ` handlers use "PR reader" permission (#32254 ) (#32265 )
35+ * Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246 ) (#32252 )
36+
737## [ 1.22.3] ( https://github.com/go-gitea/gitea/releases/tag/1.22.3 ) - 2024-10-08
838
939* SECURITY
0 commit comments