From 9ea0395b6b9ec74ddd5691e4ed2e042245a0c72e Mon Sep 17 00:00:00 2001 From: Package Updates Date: Fri, 20 Jun 2025 07:10:48 +0000 Subject: [PATCH] Update package version to 1.36.1 --- CHANGELOG.md | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 718b6d7..4f37c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1802,3 +1802,17 @@ * Add middleware for request prioritization ([#33951](https://github.com/go-gitea/gitea/issues/33951)) * Add cli flags LDAP group configuration ([#33933](https://github.com/go-gitea/gitea/issues/33933)) +[1.36.1] +* Update gitea to 1.24.1 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.24.1) +* Improve alignment of commit status icon on commit page ([#​34750](https://github.com/go-gitea/gitea/issues/34750)) ([#​34757](https://github.com/go-gitea/gitea/issues/34757)) +* Support title and body query parameters for new MRs ([#​34537](https://github.com/go-gitea/gitea/issues/34537)) ([#​34752](https://github.com/go-gitea/gitea/issues/34752)) +* When using rules to delete packages, remove unclean bugs ([#​34632](https://github.com/go-gitea/gitea/issues/34632)) ([#​34761](https://github.com/go-gitea/gitea/issues/34761)) +* Fix ghost user in feeds when pushing in an actions, it should be gitea-actions ([#​34703](https://github.com/go-gitea/gitea/issues/34703)) ([#​34756](https://github.com/go-gitea/gitea/issues/34756)) +* Prevent double markdown link brackets when pasting URL ([#​34745](https://github.com/go-gitea/gitea/issues/34745)) ([#​34748](https://github.com/go-gitea/gitea/issues/34748)) +* Prevent duplicate form submissions when creating forks ([#​34714](https://github.com/go-gitea/gitea/issues/34714)) ([#​34735](https://github.com/go-gitea/gitea/issues/34735)) +* Fix markdown wrap ([#​34697](https://github.com/go-gitea/gitea/issues/34697)) ([#​34702](https://github.com/go-gitea/gitea/issues/34702)) +* Fix pull requests API convert panic when head repository is deleted. ([#​34685](https://github.com/go-gitea/gitea/issues/34685)) ([#​34687](https://github.com/go-gitea/gitea/issues/34687)) +* Fix commit message rendering and some UI problems ([#​34680](https://github.com/go-gitea/gitea/issues/34680)) ([#​34683](https://github.com/go-gitea/gitea/issues/34683)) +* Fix container range bug ([#​34725](https://github.com/go-gitea/gitea/issues/34725)) ([#​34732](https://github.com/go-gitea/gitea/issues/34732)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 5244d44..3a0f520 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.0", + "version": "1.36.1", "upstreamVersion": "1.24.1", "healthCheckPath": "/explore", "httpPort": 3000,