Skip to content

Commit 5f4cff6

Browse files
lafrikslunny
authored andcommitted
Release 1.4.x changelog (#3894)
1 parent 1e1ece8 commit 5f4cff6

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,32 @@ 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-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.4.0-rc1) - 2018-01-31
7+
## [1.4.1](https://github.com/go-gitea/gitea/releases/tag/v1.4.1) - 2018-05-03
8+
* BREAKING
9+
* Add "error" as reserved username (#3882) (#3886)
10+
* SECURITY
11+
* Do not allow inactive users to access repositories using private key (#3887) (#3889)
12+
* Fix path cleanup in file editor, when initilizing new repository and LFS oids (#3871) (#3873)
13+
* Remove unnecessary allowed safe HTML (#3778) (#3779)
14+
* Correctly check http git access rights for reverse proxy authorized users (#3721) (#3743)
15+
* BUGFIXES
16+
* Fix to use only needed columns from tables to get repository git paths (#3870) (#3883)
17+
* Fix GPG expire time display when time is zero (#3584) (#3884)
18+
* Fix to update only issue last update time when adding a comment (#3855) (#3860)
19+
* Fix repository star count after deleting user (#3781) (#3783)
20+
* Use the active branch for the code tab (#3720) (#3776)
21+
* Set default branch name on first push (#3715) (#3723)
22+
* Show clipboard button if disable HTTP of git protocol (#3773) (#3774)
23+
24+
## [1.4.0](https://github.com/go-gitea/gitea/releases/tag/v1.4.0) - 2018-03-25
825
* BREAKING
926
* Drop deprecated GOGS\_WORK\_DIR use (#2946)
1027
* Fix API status code for hook creation (#2814)
1128
* SECURITY
29+
* Escape branch name in dropdown menu (#3691) (#3692)
30+
* Refactor and simplify to correctly validate redirect to URL (#3674) (#3676)
31+
* Fix escaping changed title in comments (#3530) (#3534)
32+
 * Escape search query (#3486) (#3488)
1233
* Sanitize logs for mirror sync (#3057)
1334
* FEATURE
1435
* Serve .patch and .diff for pull requests (#3305, #3293)
@@ -24,6 +45,17 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
2445
* Add dingtalk webhook (#2777)
2546
* Responsive view (#2750)
2647
* BUGFIXES
48+
* Fix wiki inter-links with spaces (#3560) (#3632)
49+
* Fix query protected branch bug (#3563) (#3571)
50+
* Fix remove team member issue (#3566) (#3570)
51+
* Fix the protected branch panic issue (#3567) (#3569)
52+
* If Mirrors repository no content is fetched, updated time should not be changed (#3551) (#3565)
53+
* Bug fix for mirrored repository releases sorted (#3522) (#3555)
54+
* Add issue closed time column to fix activity closed issues list (#3537) (#3540)
55+
 * Update markbates/goth library to support OAuth2 with new dropbox API (#3533) (#3539)
56+
 * Fixes missing avatars in offline mode (#3471) (#3477)
57+
 * Fix synchronization bug in repo indexer (#3455) (#3461)
58+
 * Fix rendering of wiki page list if wiki repo contains other files (#3454) (#3463)
2759
* Fix webhook X-GitHub-* headers casing for better compatibility (#3429)
2860
* Add content type and doctype to requests made with go-get (#3426, #3423)
2961
* Fix SQL type error for webhooks (#3424)

0 commit comments

Comments
 (0)