Skip to content

Commit 832e2eb

Browse files
lafrikslunny
authored andcommitted
Changelog for release 1.4.0 (#3714)
1 parent 68134e6 commit 832e2eb

File tree

1 file changed

+16
-25
lines changed

1 file changed

+16
-25
lines changed

CHANGELOG.md

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,15 @@ This changelog goes through all the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.io).
66

7-
## [1.4.0-rc3](https://github.com/go-gitea/gitea/releases/tag/v1.4.0-rc3) - 2018-03-16
8-
* SECURITY
9-
* Refactor and simplify to correctly validate redirect to URL (#3674) (#3676)
10-
* BUGFIXES
11-
* Update markbates/goth library to fix OAuth2 support (#3661) (#3663)
12-
* Fix column removal in MSSQL (#3638) (#3640)
13-
* Fix wiki inter-links with spaces (#3560) (#3632)
14-
15-
## [1.4.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.4.0-rc2) - 2018-03-02
16-
* SECURITY
17-
* Fix escaping changed title in comments (#3530) (#3534)
18-
 * Escape search query (#3486) (#3488)
19-
* BUGFIXES
20-
* Fix query protected branch bug (#3563) (#3571)
21-
* Fix remove team member issue (#3566) (#3570)
22-
* Fix the protected branch panic issue (#3567) (#3569)
23-
* If Mirrors repository no content is fetched, updated time should not be changed (#3551) (#3565)
24-
* Bug fix for mirrored repository releases sorted (#3522) (#3555)
25-
* Add issue closed time column to fix activity closed issues list (#3537) (#3540)
26-
 * Update markbates/goth library to support OAuth2 with new dropbox API (#3533) (#3539)
27-
 * Fixes missing avatars in offline mode (#3471) (#3477)
28-
 * Fix synchronization bug in repo indexer (#3455) (#3461)
29-
 * Fix rendering of wiki page list if wiki repo contains other files (#3454) (#3463)
30-
31-
## [1.4.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.4.0-rc1) - 2018-02-01
7+
## [1.4.0](https://github.com/go-gitea/gitea/releases/tag/v1.4.0) - 2018-03-25
328
* BREAKING
339
* Drop deprecated GOGS\_WORK\_DIR use (#2946)
3410
* Fix API status code for hook creation (#2814)
3511
* SECURITY
12+
* Escape branch name in dropdown menu (#3691) (#3692)
13+
* Refactor and simplify to correctly validate redirect to URL (#3674) (#3676)
14+
* Fix escaping changed title in comments (#3530) (#3534)
15+
 * Escape search query (#3486) (#3488)
3616
* Sanitize logs for mirror sync (#3057)
3717
* FEATURE
3818
* 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).
4828
* Add dingtalk webhook (#2777)
4929
* Responsive view (#2750)
5030
* BUGFIXES
31+
* Fix wiki inter-links with spaces (#3560) (#3632)
32+
* Fix query protected branch bug (#3563) (#3571)
33+
* Fix remove team member issue (#3566) (#3570)
34+
* Fix the protected branch panic issue (#3567) (#3569)
35+
* If Mirrors repository no content is fetched, updated time should not be changed (#3551) (#3565)
36+
* Bug fix for mirrored repository releases sorted (#3522) (#3555)
37+
* Add issue closed time column to fix activity closed issues list (#3537) (#3540)
38+
 * Update markbates/goth library to support OAuth2 with new dropbox API (#3533) (#3539)
39+
 * Fixes missing avatars in offline mode (#3471) (#3477)
40+
 * Fix synchronization bug in repo indexer (#3455) (#3461)
41+
 * Fix rendering of wiki page list if wiki repo contains other files (#3454) (#3463)
5142
* Fix webhook X-GitHub-* headers casing for better compatibility (#3429)
5243
* Add content type and doctype to requests made with go-get (#3426, #3423)
5344
* Fix SQL type error for webhooks (#3424)

0 commit comments

Comments
 (0)