forked from cloudron-apps/gitea-app
Version 1.9.4
This commit is contained in:
parent
15c28c940d
commit
60d06af70d
3 changed files with 10 additions and 2 deletions
|
@ -278,3 +278,11 @@
|
||||||
* Fix compare button regression (#5929) (#6098)
|
* Fix compare button regression (#5929) (#6098)
|
||||||
* Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) (#6097)
|
* Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) (#6097)
|
||||||
|
|
||||||
|
[1.9.4]
|
||||||
|
* Update Gitea to 1.7.4
|
||||||
|
* Fix potential XSS vulnerability in repository description. (#6306) (#6308)
|
||||||
|
* Fix wrong release commit id (#6224) (#6300)
|
||||||
|
* Fix panic on empty signed commits (#6292) (#6300)
|
||||||
|
* Fix organization dropdown not being scrollable when using mouse wheel (#5988) (#6246)
|
||||||
|
* Fix displaying dashboard even if required to change password (#6214) (#6215)
|
||||||
|
|
||||||
|
|
|
@ -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.9.3",
|
"version": "1.9.4",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Gitea <upstream>1.7.3</upstream>
|
This app packages Gitea <upstream>1.7.4</upstream>
|
||||||
|
|
||||||
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue