aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schneiderbauer2018-06-27 00:17:16 +0200
committerKim "BKC" Carlbäcker2018-06-27 00:17:16 +0200
commit96c63a49376cd71c29a92e9a1685f07653376668 (patch)
treec2c93c38022dbef884849486ccd5d1f61cca0666
parent459a2656bfb557a54d334c5650d98cc2087e2076 (diff)
add 1.4.3 changelog (#4321)v1.4.3
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 373ce00e6..b31730a09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ 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.4.3](https://github.com/go-gitea/gitea/releases/tag/v1.4.3) - 2018-06-26
+* SECURITY
+ * HTML-escape plain-text READMEs (#4192) (#4214)
+ * Fix open redirect vulnerability on login screen (#4312) (#4312)
+* BUGFIXES
+ * Fix broken monitoring page when running processes are shown (#4203) (#4208)
+ * Fix delete comment bug (#4216) (#4228)
+ * Delete reactions added to issues and comments when deleting repository (#4232) (#4237)
+ * Fix wiki URL encoding bug (#4091) (#4254)
+ * Fix code tab link when viewing tags (#3908) (#4263)
+ * Fix webhook type conflation (#4285) (#4285)
+
## [1.4.2](https://github.com/go-gitea/gitea/releases/tag/v1.4.2) - 2018-06-04
* BUGFIXES
* Adjust z-index for floating labels (#3939) (#3950)