forked from cloudron-apps/gitea-app
Version 1.8.4
This commit is contained in:
parent
157f500660
commit
435f30cf8c
3 changed files with 8 additions and 2 deletions
|
@ -222,3 +222,9 @@
|
||||||
* SECURITY: Prevent DeleteFilePost doing arbitrary deletion (#5631)
|
* SECURITY: Prevent DeleteFilePost doing arbitrary deletion (#5631)
|
||||||
* BUGFIX: Fix wrong text getting saved on editing second comment on an issue (#5608)
|
* BUGFIX: Fix wrong text getting saved on editing second comment on an issue (#5608)
|
||||||
|
|
||||||
|
[1.8.4]
|
||||||
|
* Update Gitea to 1.6.4
|
||||||
|
* Fix SSH key now can be reused as public key after deleting as deploy key (#5671) (#5685)
|
||||||
|
* When redirecting clean the path to avoid redirecting to external site (#5669) (#5703)
|
||||||
|
* Fix to use correct value for "MSpan Structures Obtained" (#5706) (#5715)
|
||||||
|
|
||||||
|
|
|
@ -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.8.3",
|
"version": "1.8.4",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Gitea <upstream>1.6.3</upstream>
|
This app packages Gitea <upstream>1.6.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