@@ -4,35 +4,15 @@ This changelog goes through all the changes that have been made in each release
4
4
without substantial changes to our git log; to see the highlights of what has
5
5
been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
6
6
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
32
8
* BREAKING
33
9
* Drop deprecated GOGS\_ WORK\_ DIR use (#2946 )
34
10
* Fix API status code for hook creation (#2814 )
35
11
* 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 )
36
16
* Sanitize logs for mirror sync (#3057 )
37
17
* FEATURE
38
18
* 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).
48
28
* Add dingtalk webhook (#2777 )
49
29
* Responsive view (#2750 )
50
30
* 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 )
51
42
* Fix webhook X-GitHub-* headers casing for better compatibility (#3429 )
52
43
* Add content type and doctype to requests made with go-get (#3426 , #3423 )
53
44
* Fix SQL type error for webhooks (#3424 )
0 commit comments