Version 1.27.0

master v1.27.0
Girish Ramakrishnan 2023-02-20 11:00:55 +01:00
parent 23fa45cbc8
commit 1e9964fe49
2 changed files with 6 additions and 2 deletions

View File

@ -1159,3 +1159,7 @@
* Fix incorrect role labels for migrated issues and comments (#22914) (#22923)
* Fix PR file tree folders no longer collapsing (#22864) (#22872)
* Escape filename when assemble URL (#22850) (#22871)
[1.27.0]
* Email display name support

View File

@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.26.4",
"version": "1.27.0",
"upstreamVersion": "1.18.4",
"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.2.0",
"minBoxVersion": "7.3.0",
"forumUrl": "https://forum.cloudron.io/category/19/gitea",
"documentationUrl": "https://docs.cloudron.io/apps/gitea/"
}