diff --git a/CHANGELOG b/CHANGELOG index f42e43b..edb8441 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -80,3 +80,13 @@ [1.4.0] * Fix email sending (use SMTPS) +[1.4.1] +* Update Gitea to 1.3.3 +* Security fixes + * Fix escaping changed title in comments (#3530) (#3535) + * Escape search query display (#3486) (#3489) +* Bug fixes + * Fix repo-transfer-and-team-repo-count bug (#3241) (#3244) + * Open external tracker in blank window, consistently with wiki (#3227) (#3228) + * Change SSL Mode from checkbox to string in admin page (#3208) (#3211) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 1b1b2ee..de6728a 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.4.0", + "version": "1.4.1", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index a26c716..530e441 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.3.2 +This app packages Gitea 1.3.3 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.