Skip to content

Commit 3fa49f3

Browse files
techknowlogicklafriks
authored andcommitted
1.7.0 changelog (#5802)
1 parent 4577cdd commit 3fa49f3

File tree

1 file changed

+20
-25
lines changed

1 file changed

+20
-25
lines changed

CHANGELOG.md

+20-25
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,11 @@ 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.7.0-rc3](https://github.com/go-gitea/gitea/releases/tag/v1.7.0-rc3) - 2019-01-18
7+
## [1.7.0](https://github.com/go-gitea/gitea/releases/tag/v1.7.0) - 2019-01-22
88
* SECURITY
99
* Do not display the raw OpenID error in the UI (#5705) (#5712)
1010
* When redirecting clean the path to avoid redirecting to external site (#5669) (#5679)
11-
* BUGFIX
12-
* Fix sqlite deadlock when assigning to a PR (#5640) (#5642)
13-
* Don't close issues via commits on non-default branch. (#5622) (#5643)
14-
* Fix commit page showing status for current default branch (#5650) (#5653)
15-
* Only count users own actions for heatmap contributions (#5647) (#5655)
16-
* Update xorm to fix issue postgresql dumping issues (#5680) (#5692)
17-
* Use correct value for "MSpan Structures Obtained" (#5706) (#5716)
18-
19-
## [1.6.4](https://github.com/go-gitea/gitea/releases/tag/v1.6.4) - 2019-01-15
20-
* BUGFIX
21-
* Fix SSH key now can be reused as public key after deleting as deploy key (#5671) (#5685)
22-
* When redirecting clean the path to avoid redirecting to external site (#5669) (#5703)
23-
* Fix to use correct value for "MSpan Structures Obtained" (#5706) (#5715)
24-
25-
## [1.7.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.7.0-rc2) - 2019-01-04
26-
* SECURITY
2711
* Prevent DeleteFilePost doing arbitrary deletion (#5631)
28-
29-
## [1.6.3](https://github.com/go-gitea/gitea/releases/tag/v1.6.3) - 2019-01-04
30-
* SECURITY
31-
* Prevent DeleteFilePost doing arbitrary deletion (#5631)
32-
* BUGFIX
33-
* Fix wrong text getting saved on editing second comment on an issue (#5608)
34-
35-
## [1.7.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.7.0) - 2019-01-02
3612
* BREAKING
3713
* Restrict permission check on repositories and fix some problems (#5314)
3814
* Show only opened milestones on issues page milestone filter (#5051)
@@ -51,6 +27,13 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
5127
* Give user a link to create PR after push (#4716)
5228
* Add rebase with merge commit merge style (#3844) (#4052)
5329
* BUGFIXES
30+
* Disallow empty titles (#5785) (#5794)
31+
* Fix sqlite deadlock when assigning to a PR (#5640) (#5642)
32+
* Don't close issues via commits on non-default branch. (#5622) (#5643)
33+
* Fix commit page showing status for current default branch (#5650) (#5653)
34+
* Only count users own actions for heatmap contributions (#5647) (#5655)
35+
* Update xorm to fix issue postgresql dumping issues (#5680) (#5692)
36+
* Use correct value for "MSpan Structures Obtained" (#5706) (#5716)
5437
* Fix bug on modifying sshd username (#5624)
5538
* Delete tags in mirror which are removed for original repo. (#5609)
5639
* Fix wrong text getting saved on editing second comment on an issue. (#5608)
@@ -177,6 +160,18 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
177160
* Git-Trees API (#5403)
178161
* Only chown directories during docker setup if necessary. Fix #4425 (#5064)
179162

163+
## [1.6.4](https://github.com/go-gitea/gitea/releases/tag/v1.6.4) - 2019-01-15
164+
* BUGFIX
165+
* Fix SSH key now can be reused as public key after deleting as deploy key (#5671) (#5685)
166+
* When redirecting clean the path to avoid redirecting to external site (#5669) (#5703)
167+
* Fix to use correct value for "MSpan Structures Obtained" (#5706) (#5715)
168+
169+
## [1.6.3](https://github.com/go-gitea/gitea/releases/tag/v1.6.3) - 2019-01-04
170+
* SECURITY
171+
* Prevent DeleteFilePost doing arbitrary deletion (#5631)
172+
* BUGFIX
173+
* Fix wrong text getting saved on editing second comment on an issue (#5608)
174+
180175
## [1.6.2](https://github.com/go-gitea/gitea/releases/tag/v1.6.2) - 2018-12-21
181176
* SECURITY
182177
* Sanitize uploaded file names (#5571) (#5573)

0 commit comments

Comments
 (0)