@@ -4,6 +4,27 @@ 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.7] ( https://github.com/go-gitea/gitea/releases/tag/1.23.7 ) - 2025-04-03
8+
9+ * Enhancements
10+ * Add a config option to block "expensive" pages for anonymous users (#34024 ) (#34071 )
11+ * BUGFIXES
12+ * Return default avatar url when user id is zero rather than updating database (#34094 ) (#34095 )
13+ * Add additional ReplaceAll in pathsep to cater for different pathsep (#34061 ) (#34070 )
14+ * Try to fix check-attr bug (#34029 ) (#34033 )
15+ * Git client will follow 301 but 307 (#34005 ) (#34010 )
16+ * Fix markdown frontmatter rendering (#34102 ) (#34107 )
17+ * Add new CLI flags to set name and scopes when creating a user with access token (#34080 ) (#34103 )
18+ * Do not show 500 error when default branch doesn't exist (#34096 ) (#34097 )
19+ * Hide activity contributors, recent commits and code frequrency left tabs if there is no code permission (#34053 ) (#34065 )
20+ * Simplify emoji rendering (#34048 ) (#34049 )
21+ * Adjust the layout of the toolbar on the Issues/Projects page (#33667 ) (#34047 )
22+ * Pull request updates will also trigger code owners review requests (#33744 ) (#34045 )
23+ * Fix org repo creation being limited by user limits (#34030 ) (#34044 )
24+ * Fix git client accessing renamed repo (#34034 ) (#34043 )
25+ * Fix the issue with error message logging for the ` check-attr ` command on Windows OS. (#34035 ) (#34036 )
26+ * Polyfill WeakRef (#34025 ) (#34028 )
27+
728## [ 1.23.6] ( https://github.com/go-gitea/gitea/releases/tag/v1.23.6 ) - 2025-03-24
829
930* SECURITY
0 commit comments