From 7b069365873d0849b4636990aa30c9854dc6b720 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Tue, 15 Jul 2025 10:10:20 +0000 Subject: [PATCH] Update package version to 1.36.4 --- CHANGELOG.md | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec74ddd..1d9cdfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1826,3 +1826,17 @@ * With Cloudron OIDC, disable registration by default on new installation * Without Cloudron OIDC, enable registration by default and add checklist item +[1.36.4] +* Update gitea to 1.24.3 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.24.3) +* Fix form property assignment edge case ([#​35073](https://github.com/go-gitea/gitea/issues/35073)) ([#​35078](https://github.com/go-gitea/gitea/issues/35078)) +* Improve submodule relative path handling ([#​35056](https://github.com/go-gitea/gitea/issues/35056)) ([#​35075](https://github.com/go-gitea/gitea/issues/35075)) +* Fix incorrect comment diff hunk parsing, fix github asset ID nil panic ([#​35046](https://github.com/go-gitea/gitea/issues/35046)) ([#​35055](https://github.com/go-gitea/gitea/issues/35055)) +* Fix updating user visibility ([#​35036](https://github.com/go-gitea/gitea/issues/35036)) ([#​35044](https://github.com/go-gitea/gitea/issues/35044)) +* Support base64-encoded agit push options ([#​35037](https://github.com/go-gitea/gitea/issues/35037)) ([#​35041](https://github.com/go-gitea/gitea/issues/35041)) +* Make submodule link work with relative path ([#​35034](https://github.com/go-gitea/gitea/issues/35034)) ([#​35038](https://github.com/go-gitea/gitea/issues/35038)) +* Fix bug when displaying git user avatar in commits list ([#​35006](https://github.com/go-gitea/gitea/issues/35006)) +* Fix API response for swagger spec ([#​35029](https://github.com/go-gitea/gitea/issues/35029)) +* Start automerge check again after the conflict check and the schedule ([#​34988](https://github.com/go-gitea/gitea/issues/34988)) ([#​35002](https://github.com/go-gitea/gitea/issues/35002)) +* Fix the response format for actions/workflows ([#​35009](https://github.com/go-gitea/gitea/issues/35009)) ([#​35016](https://github.com/go-gitea/gitea/issues/35016)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 6ca7f3d..7e10f3e 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.3", + "version": "1.36.4", "upstreamVersion": "1.24.1", "healthCheckPath": "/explore", "httpPort": 3000,