From 3082cbff3a3dfd806a453658be4e39f5b0b79dc1 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Thu, 14 Aug 2025 05:25:23 +0000 Subject: [PATCH] Update package version to 1.36.6 --- CHANGELOG.md | 7 +++++++ CloudronManifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c88c64..4c30280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1851,3 +1851,10 @@ * Don't use full-file highlight when there is a git diff textconv ([#​35114](https://github.com/go-gitea/gitea/issues/35114)) ([#​35119](https://github.com/go-gitea/gitea/issues/35119)) * Increase gap on latest commit ([#​35104](https://github.com/go-gitea/gitea/issues/35104)) ([#​35113](https://github.com/go-gitea/gitea/issues/35113)) +[1.36.6] +* Update gitea to 1.24.5 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.24.5) +* Fix a bug where lfs gc never worked. (#35198) (#35255) +* Reload issue when sending webhook to make num comments is right. (#35243) (#35248) +* Fix bug when review pull request commits (#35192) (#35246) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 75aa5b3..6980373 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,7 +4,7 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.36.5", + "version": "1.36.6", "upstreamVersion": "1.24.5", "healthCheckPath": "/explore", "httpPort": 3000,