@@ -4,6 +4,32 @@ This changelog goes through the changes that have been made in each release
4
4
without substantial changes to our git log; to see the highlights of what has
5
5
been added to each release, please refer to the [ blog] ( https://blog.gitea.com ) .
6
6
7
+ ## [ 1.23.7] ( https://github.com/go-gitea/gitea/releases/tag/1.23.7 ) - 2025-04-07
8
+
9
+ * Enhancements
10
+ * Add a config option to block "expensive" pages for anonymous users (#34024 ) (#34071 )
11
+ * Also check default ssh-cert location for host (#34099 ) (#34100 ) (#34116 )
12
+ * BUGFIXES
13
+ * Fix discord webhook 400 status code when description limit is exceeded (#34084 ) (#34124 )
14
+ * Get changed files based on merge base when checking ` pull_request ` actions trigger (#34106 ) (#34120 )
15
+ * Fix invalid version in RPM package path (#34112 ) (#34115 )
16
+ * Return default avatar url when user id is zero rather than updating database (#34094 ) (#34095 )
17
+ * Add additional ReplaceAll in pathsep to cater for different pathsep (#34061 ) (#34070 )
18
+ * Try to fix check-attr bug (#34029 ) (#34033 )
19
+ * Git client will follow 301 but 307 (#34005 ) (#34010 )
20
+ * Fix block expensive for 1.23 (#34127 )
21
+ * Fix markdown frontmatter rendering (#34102 ) (#34107 )
22
+ * Add new CLI flags to set name and scopes when creating a user with access token (#34080 ) (#34103 )
23
+ * Do not show 500 error when default branch doesn't exist (#34096 ) (#34097 )
24
+ * Hide activity contributors, recent commits and code frequrency left tabs if there is no code permission (#34053 ) (#34065 )
25
+ * Simplify emoji rendering (#34048 ) (#34049 )
26
+ * Adjust the layout of the toolbar on the Issues/Projects page (#33667 ) (#34047 )
27
+ * Pull request updates will also trigger code owners review requests (#33744 ) (#34045 )
28
+ * Fix org repo creation being limited by user limits (#34030 ) (#34044 )
29
+ * Fix git client accessing renamed repo (#34034 ) (#34043 )
30
+ * Fix the issue with error message logging for the ` check-attr ` command on Windows OS. (#34035 ) (#34036 )
31
+ * Polyfill WeakRef (#34025 ) (#34028 )
32
+
7
33
## [ 1.23.6] ( https://github.com/go-gitea/gitea/releases/tag/v1.23.6 ) - 2025-03-24
8
34
9
35
* SECURITY
0 commit comments