From 554c7a28539daf06d390a8101b3bd89cdd3e3157 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Thu, 11 Sep 2025 08:18:07 +0000 Subject: [PATCH] Update package version to 1.36.7 --- CHANGELOG.md | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c30280..2db8a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1858,3 +1858,17 @@ * Reload issue when sending webhook to make num comments is right. (#35243) (#35248) * Fix bug when review pull request commits (#35192) (#35246) +[1.36.7] +* Update gitea to 1.24.6 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.24.6) +* Upgrade xz to v0.5.15 ([#35385](https://github.com/go-gitea/gitea/issues/35385)) +* Fix a compare page 404 bug when the pull request disabled ([#35441](https://github.com/go-gitea/gitea/issues/35441)) ([#35453](https://github.com/go-gitea/gitea/issues/35453)) +* Fix bug when issue disabled, pull request number in the commit message cannot be redirected ([#35420](https://github.com/go-gitea/gitea/issues/35420)) ([#35442](https://github.com/go-gitea/gitea/issues/35442)) +* Add author.name field to Swift Package Registry API response ([#35410](https://github.com/go-gitea/gitea/issues/35410)) ([#35431](https://github.com/go-gitea/gitea/issues/35431)) +* Remove usernames when empty in discord webhook ([#35412](https://github.com/go-gitea/gitea/issues/35412)) ([#35417](https://github.com/go-gitea/gitea/issues/35417)) +* Allow foreachref parser to grow its buffer ([#35365](https://github.com/go-gitea/gitea/issues/35365)) ([#35376](https://github.com/go-gitea/gitea/issues/35376)) +* Allow deleting comment with content via API like web did ([#35346](https://github.com/go-gitea/gitea/issues/35346)) ([#35354](https://github.com/go-gitea/gitea/issues/35354)) +* Fix atom/rss mixed error ([#35345](https://github.com/go-gitea/gitea/issues/35345)) ([#35347](https://github.com/go-gitea/gitea/issues/35347)) +* Fix review request webhook bug ([#35339](https://github.com/go-gitea/gitea/issues/35339)) +* Remove duplicate html IDs ([#35210](https://github.com/go-gitea/gitea/issues/35210)) ([#35325](https://github.com/go-gitea/gitea/issues/35325)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 33f3eba..eb31ccf 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.6", + "version": "1.36.7", "upstreamVersion": "1.24.6", "healthCheckPath": "/explore", "httpPort": 3000,