From 832e2ebe912b10a24fafe4b0d33b4f3e89f6375e Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Sun, 25 Mar 2018 04:12:48 +0300 Subject: [PATCH] Changelog for release 1.4.0 (#3714) --- CHANGELOG.md | 41 ++++++++++++++++------------------------- 1 file changed, 16 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a941e6c2c..77474b9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,35 +4,15 @@ 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.0-rc3](https://github.com/go-gitea/gitea/releases/tag/v1.4.0-rc3) - 2018-03-16 -* SECURITY - * Refactor and simplify to correctly validate redirect to URL (#3674) (#3676) -* BUGFIXES - * Update markbates/goth library to fix OAuth2 support (#3661) (#3663) - * Fix column removal in MSSQL (#3638) (#3640) - * Fix wiki inter-links with spaces (#3560) (#3632) - -## [1.4.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.4.0-rc2) - 2018-03-02 -* SECURITY - * Fix escaping changed title in comments (#3530) (#3534) -  * Escape search query (#3486) (#3488) -* BUGFIXES - * Fix query protected branch bug (#3563) (#3571) - * Fix remove team member issue (#3566) (#3570) - * Fix the protected branch panic issue (#3567) (#3569) - * If Mirrors repository no content is fetched, updated time should not be changed (#3551) (#3565) - * Bug fix for mirrored repository releases sorted (#3522) (#3555) - * Add issue closed time column to fix activity closed issues list (#3537) (#3540) -  * Update markbates/goth library to support OAuth2 with new dropbox API (#3533) (#3539) -  * Fixes missing avatars in offline mode (#3471) (#3477) -  * Fix synchronization bug in repo indexer (#3455) (#3461) -  * Fix rendering of wiki page list if wiki repo contains other files (#3454) (#3463) - -## [1.4.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.4.0-rc1) - 2018-02-01 +## [1.4.0](https://github.com/go-gitea/gitea/releases/tag/v1.4.0) - 2018-03-25 * BREAKING * Drop deprecated GOGS\_WORK\_DIR use (#2946) * Fix API status code for hook creation (#2814) * SECURITY + * Escape branch name in dropdown menu (#3691) (#3692) + * Refactor and simplify to correctly validate redirect to URL (#3674) (#3676) + * Fix escaping changed title in comments (#3530) (#3534) +  * Escape search query (#3486) (#3488) * Sanitize logs for mirror sync (#3057) * FEATURE * Serve .patch and .diff for pull requests (#3305, #3293) @@ -48,6 +28,17 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Add dingtalk webhook (#2777) * Responsive view (#2750) * BUGFIXES + * Fix wiki inter-links with spaces (#3560) (#3632) + * Fix query protected branch bug (#3563) (#3571) + * Fix remove team member issue (#3566) (#3570) + * Fix the protected branch panic issue (#3567) (#3569) + * If Mirrors repository no content is fetched, updated time should not be changed (#3551) (#3565) + * Bug fix for mirrored repository releases sorted (#3522) (#3555) + * Add issue closed time column to fix activity closed issues list (#3537) (#3540) +  * Update markbates/goth library to support OAuth2 with new dropbox API (#3533) (#3539) +  * Fixes missing avatars in offline mode (#3471) (#3477) +  * Fix synchronization bug in repo indexer (#3455) (#3461) +  * Fix rendering of wiki page list if wiki repo contains other files (#3454) (#3463) * Fix webhook X-GitHub-* headers casing for better compatibility (#3429) * Add content type and doctype to requests made with go-get (#3426, #3423) * Fix SQL type error for webhooks (#3424)