summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@users.noreply.github.com>2018-06-04 20:56:29 -0400
committerLauris BH <lauris@nix.lv>2018-06-05 03:56:29 +0300
commit6400d8a3cba41d1435fa0fbe0b5b060062f41e1c (patch)
tree4ea7d5c43cf46d0af11659b450402108dbd7cb19 /CHANGELOG.md
parent0b718535b6da3f436213123d21923ec2d841e894 (diff)
downloadgitea-6400d8a3cba41d1435fa0fbe0b5b060062f41e1c.tar.gz
gitea-6400d8a3cba41d1435fa0fbe0b5b060062f41e1c.zip
1.4.2 changelog (#4124)
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 c1c8d4d30f..373ce00e68 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.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)
+ * Add missing token validation on application settings page (#3976) #3978
+ * Webhook and hook_task clean up (#4006)
+ * Fix webhook bug of response info is not displayed in UI (#4023)
+ * Fix writer cannot read bare repo guide (#4033) (#4039)
+ * Don't force due date to current time (#3830) (#4057)
+ * Fix wiki redirects (#3919) (#4065)
+ * Fix attachment ENABLED (#4064) (#4066)
+ * Added deletion of an empty line at the end of file (#4054) (#4074)
+ * Use ResolveReference instead of path.Join (#4073)
+ * Fix #4081 Check for leading / in base before removing it (#4083)
+ * Respository's home page not updated after first push (#4075)
+
## [1.4.1](https://github.com/go-gitea/gitea/releases/tag/v1.4.1) - 2018-05-03
* BREAKING
* Add "error" as reserved username (#3882) (#3886)