diff --git a/CHANGELOG b/CHANGELOG index b5ee921..ce39a5a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -346,3 +346,17 @@ * BUILD * Drone/docker: prepare multi-arch release + provide arm64 image (#7571) (#7884) +[1.13.4] +* Update Gitea to 1.9.3 +* Fix go get from a private repository with Go 1.13 (#8100) +* Strict name matching for Repository.GetTagID() (#8082) +* Avoid ambiguity of branch/directory names for the git-diff-tree command (#8070) +* Add change title notification for issues (#8064) +* Run CORS handler first for /api routes (#7967) (#8053) +* Evaluate emojis in commit messages in list view (#8044) +* Fix failed to synchronize tags to releases for repository (#7990) (#7994) +* Fix adding default Telegram webhook (#7972) (#7992) +* Abort synchronization from LDAP source if there is some error (#7965) +* Fix deformed emoji in commit message (#8071) +* Keep blame view buttons sequence consistent with normal view when viewing a file (#8007) (#8009) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 31b4dba..35491ec 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.13.3", + "version": "1.13.4", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 8f8a099..8dbfd91 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.9.2 +This app packages Gitea 1.9.3 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.