Version 1.24.4

master v1.24.4
Girish Ramakrishnan 2022-11-07 15:49:23 +01:00
parent 26db0254c7
commit 166dac9b12
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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/"
}