From 254eea23d977f4fc800b60644e9195fdb224fdc1 Mon Sep 17 00:00:00 2001 From: badhezi Date: Mon, 12 May 2025 23:10:40 +0300 Subject: [PATCH 1/2] Fix releases sidebar navigation link (#34436) Resolves https://github.com/go-gitea/gitea/issues/34435 --- templates/repo/home_sidebar_bottom.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/home_sidebar_bottom.tmpl b/templates/repo/home_sidebar_bottom.tmpl index f780dc122d5af..f66faf6d10f76 100644 --- a/templates/repo/home_sidebar_bottom.tmpl +++ b/templates/repo/home_sidebar_bottom.tmpl @@ -4,7 +4,7 @@
- + {{ctx.Locale.Tr "repo.releases"}} {{.NumReleases}} From 5ce7ee5b2b95fa65862a21e31a3c3221f605cd30 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 12 May 2025 14:36:44 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87db42d62292e..635b6534c428e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Fix a bug when uploading file via lfs ssh command (#34408) (#34411) * Update net package (#34228) (#34232) * BUGFIXES + * Fix releases sidebar navigation link (#34436) #34439 * Fix bug webhook milestone is not right. (#34419) #34429 * Fix two missed null value checks on the wiki page. (#34205) (#34215) * Swift files can be passed either as file or as form value (#34068) (#34236)