diff --git a/CHANGELOG b/CHANGELOG index 33e0a5d..e94e978 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -278,3 +278,11 @@ * Fix compare button regression (#5929) (#6098) * Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) (#6097) +[1.9.4] +* Update Gitea to 1.7.4 +* Fix potential XSS vulnerability in repository description. (#6306) (#6308) +* Fix wrong release commit id (#6224) (#6300) +* Fix panic on empty signed commits (#6292) (#6300) +* Fix organization dropdown not being scrollable when using mouse wheel (#5988) (#6246) +* Fix displaying dashboard even if required to change password (#6214) (#6215) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 6775207..f0b344e 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.9.3", + "version": "1.9.4", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index ca8865b..becd049 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.7.3 +This app packages Gitea 1.7.4 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.