@@ -4,6 +4,32 @@ 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.8] ( https://github.com/go-gitea/gitea/releases/tag/1.23.8 ) - 2025-05-11
8+
9+ * SECURITY
10+ * Fix a bug when uploading file via lfs ssh command 1.23 (#34408 ) (#34411 )
11+ * Update net package (#34228 ) (#34232 )
12+ * BUGFIXES
13+ * Fix bug webhook milestone is not right. (#34419 ) #34429
14+ * Fix two missed null value checks on the wiki page. (#34205 ) (#34215 )
15+ * Swift files can be passed either as file or as form value (#34068 ) (#34236 )
16+ * Fix bug when API get pull changed files for deleted head repository (#34333 ) (#34368 )
17+ * Upgrade github v61 -> v71 to fix migrating bug (#34389 )
18+ * Fix bug when visiting comparation page (#34334 ) (#34364 )
19+ * Fix wrong review requests when updating the pull request (#34286 ) (#34304 )
20+ * Fix github migration error when using multiple tokens (#34144 ) (#34302 )
21+ * Explicitly not update indexes when sync database schemas (#34281 ) (#34295 )
22+ * Fix panic when comment is nil (#34257 ) (#34277 )
23+ * Fix project board links to related Pull Requests (#34213 ) (#34222 )
24+ * Don't assume the default wiki branch is master in the wiki API (#34244 ) (#34245 )
25+ * DOCUMENTATION
26+ * Update token creation API swagger documentation (#34288 ) (#34296 )
27+ * MISC
28+ * Fix CI Build (#34315 )
29+ * Add riscv64 support (#34199 ) (#34204 )
30+ * Bump go version in go.mod (#34160 )
31+ * remove hardcoded 'code' string in clone_panel.tmpl (#34153 ) (#34158 )
32+
733## [ 1.23.7] ( https://github.com/go-gitea/gitea/releases/tag/1.23.7 ) - 2025-04-07
834
935* Enhancements
0 commit comments