forked from cloudron-apps/gitea-app
Version 1.24.4
This commit is contained in:
parent
26db0254c7
commit
166dac9b12
2 changed files with 5 additions and 2 deletions
|
@ -1060,3 +1060,6 @@
|
||||||
* Use en-US as fallback when using other default language (#21200) (#21256)
|
* Use en-US as fallback when using other default language (#21200) (#21256)
|
||||||
* Make the vscode clone link respect transport protocol (#20557) (#21128)
|
* Make the vscode clone link respect transport protocol (#20557) (#21128)
|
||||||
|
|
||||||
|
[1.24.4]
|
||||||
|
* Make email display name configurable
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"author": "Gitea developers",
|
"author": "Gitea developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "1.24.3",
|
"version": "1.24.4",
|
||||||
"upstreamVersion": "1.17.3",
|
"upstreamVersion": "1.17.3",
|
||||||
"healthCheckPath": "/explore",
|
"healthCheckPath": "/explore",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
"tags": [ "version control", "git", "code hosting", "development", "github", "bitbucket", "gitlab" ],
|
"tags": [ "version control", "git", "code hosting", "development", "github", "bitbucket", "gitlab" ],
|
||||||
"changelog": "file://CHANGELOG.md",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"postInstallMessage": "file://POSTINSTALL.md",
|
"postInstallMessage": "file://POSTINSTALL.md",
|
||||||
"minBoxVersion": "7.1.2",
|
"minBoxVersion": "7.2.0",
|
||||||
"forumUrl": "https://forum.cloudron.io/category/19/gitea",
|
"forumUrl": "https://forum.cloudron.io/category/19/gitea",
|
||||||
"documentationUrl": "https://docs.cloudron.io/apps/gitea/"
|
"documentationUrl": "https://docs.cloudron.io/apps/gitea/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue