mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-22 16:10:59 +00:00
Version 0.16.1
This commit is contained in:
parent
14e409d41c
commit
973506b8c2
2 changed files with 4 additions and 1 deletions
|
@ -88,3 +88,6 @@
|
||||||
* Fix issue where custom avatars could not be uploaded
|
* Fix issue where custom avatars could not be uploaded
|
||||||
* Fix issue where web based editing would not work
|
* Fix issue where web based editing would not work
|
||||||
|
|
||||||
|
[0.16.1]
|
||||||
|
* Update Gogs to 0.11.4
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"author": "Gogs developers",
|
"author": "Gogs developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "0.16.0",
|
"version": "0.16.1",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in a new issue