Version 1.6.0

This commit is contained in:
Girish Ramakrishnan 2018-08-12 10:37:38 -07:00
parent 32cc8175e5
commit e7671bd3f2
3 changed files with 23 additions and 2 deletions

View File

@ -153,3 +153,24 @@
[1.5.4]
* Allow customization using gitea's custom data directory
[1.6.0]
* Update Gitea to 1.5.0
* Security
* Check that repositories can only be migrated to own user or organizations (#4366) (#4370)
* Limit uploaded avatar image-size to 4096px x 3072px by default (#4353)
* Do not allow to reuse TOTP passcode (#3878)
* Features
* Add cli commands to regen hooks & keys (#3979)
* Add support for FIDO U2F (#3971)
* Added user language setting (#3875)
* Add topic support (#3711)
* Multiple assignees (#3705)
* Add protected branch whitelists for merging (#3689)
* Global code search support (#3664)
* Add label descriptions (#3662)
* Add issue search via API (#3612)
* Add repository setting to enable/disable health checks (#3607)
* Emoji Autocomplete (#3433)
* Implements generator cli for secrets (#3531)

View File

@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.5.4",
"version": "1.6.0",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {

View File

@ -1,4 +1,4 @@
This app packages Gitea <upstream>1.4.3</upstream>
This app packages Gitea <upstream>1.5.0</upstream>
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.