From 166dac9b127ce501e855a908e3500dc014f281b3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 7 Nov 2022 15:49:23 +0100 Subject: [PATCH] Version 1.24.4 --- CHANGELOG.md | 3 +++ CloudronManifest.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a58c9c2..d0bd6be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1060,3 +1060,6 @@ * Use en-US as fallback when using other default language (#21200) (#21256) * Make the vscode clone link respect transport protocol (#20557) (#21128) +[1.24.4] +* Make email display name configurable + diff --git a/CloudronManifest.json b/CloudronManifest.json index 4c57997..922b101 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.24.3", + "version": "1.24.4", "upstreamVersion": "1.17.3", "healthCheckPath": "/explore", "httpPort": 3000, @@ -37,7 +37,7 @@ "tags": [ "version control", "git", "code hosting", "development", "github", "bitbucket", "gitlab" ], "changelog": "file://CHANGELOG.md", "postInstallMessage": "file://POSTINSTALL.md", - "minBoxVersion": "7.1.2", + "minBoxVersion": "7.2.0", "forumUrl": "https://forum.cloudron.io/category/19/gitea", "documentationUrl": "https://docs.cloudron.io/apps/gitea/" }