From 99379fdbb3bcf65fec6e5fca609f009fc19b6e9a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 14 Dec 2017 21:04:37 +0530 Subject: [PATCH] Version 1.3.1 --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5d2726b..d779dad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -67,3 +67,13 @@ * Fix issue list branch link broken (#3061) (#3070) * Fix missing password length check when change password (#3039) (#3071) +[1.3.1] +* Update Gitea to 1.3.2 +* Fix run web with -p push failed (#3154) (#3179) +* Fix source download link when no code unit allowed (#3166) (#3169) +* Allow adding collaborators with (fullname) (#3103) (#3168) +* Fix repo links (#3093) (#3163) +* Fix Uninitialized variable in ParsePatch (#3156) (#3162) +* Fix migration order v1.3 (#3157) +* Fix avatar URLs (#3069) (#3143) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 0b2b127..e442f5f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,7 +4,7 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.3.0", + "version": "1.3.1", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index f753cba..a26c716 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.3.1 +This app packages Gitea 1.3.2 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.