Version 1.27.0
This commit is contained in:
parent
23fa45cbc8
commit
1e9964fe49
|
@ -1159,3 +1159,7 @@
|
||||||
* Fix incorrect role labels for migrated issues and comments (#22914) (#22923)
|
* Fix incorrect role labels for migrated issues and comments (#22914) (#22923)
|
||||||
* Fix PR file tree folders no longer collapsing (#22864) (#22872)
|
* Fix PR file tree folders no longer collapsing (#22864) (#22872)
|
||||||
* Escape filename when assemble URL (#22850) (#22871)
|
* Escape filename when assemble URL (#22850) (#22871)
|
||||||
|
|
||||||
|
[1.27.0]
|
||||||
|
* Email display name support
|
||||||
|
|
||||||
|
|
|
@ -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.26.4",
|
"version": "1.27.0",
|
||||||
"upstreamVersion": "1.18.4",
|
"upstreamVersion": "1.18.4",
|
||||||
"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.2.0",
|
"minBoxVersion": "7.3.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 New Issue