summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorguillep2k <18600385+guillep2k@users.noreply.github.com>2019-09-06 15:52:53 -0300
committertechknowlogick <techknowlogick@gitea.io>2019-09-06 14:52:53 -0400
commit3b1706d71b0ea8cd4cc042d84b6ca70a18898446 (patch)
tree6f7e4dd56f71ba6517f8368644c862c295ac19bc /CHANGELOG.md
parent88e1c29df192df411c3d1721d32e311daaab4f09 (diff)
downloadgitea-3b1706d71b0ea8cd4cc042d84b6ca70a18898446.tar.gz
gitea-3b1706d71b0ea8cd4cc042d84b6ca70a18898446.zip
Changelog for 1.9.3 (#8118)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bdc0a223e3..540b1a9790 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,21 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.io).
+## [1.9.3](https://github.com/go-gitea/gitea/releases/tag/v1.9.3) - 2019-09-06
+* BUGFIXES
+ * 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)
+* ENHANCEMENT
+ * Keep blame view buttons sequence consistent with normal view when viewing a file (#8007) (#8009)
+
## [1.9.2](https://github.com/go-gitea/gitea/releases/tag/v1.9.2) - 2019-08-22
* BUGFIXES
* Fix wrong sender when send slack webhook (#7918) (#7924)