@@ -4,35 +4,11 @@ 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.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
8
8
* SECURITY
9
9
* Do not display the raw OpenID error in the UI (#5705 ) (#5712 )
10
10
* 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
27
11
* 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
36
12
* BREAKING
37
13
* Restrict permission check on repositories and fix some problems (#5314 )
38
14
* 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).
51
27
* Give user a link to create PR after push (#4716 )
52
28
* Add rebase with merge commit merge style (#3844 ) (#4052 )
53
29
* 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 )
54
37
* Fix bug on modifying sshd username (#5624 )
55
38
* Delete tags in mirror which are removed for original repo. (#5609 )
56
39
* 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).
177
160
* Git-Trees API (#5403 )
178
161
* Only chown directories during docker setup if necessary. Fix #4425 (#5064 )
179
162
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
+
180
175
## [ 1.6.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.2 ) - 2018-12-21
181
176
* SECURITY
182
177
* Sanitize uploaded file names (#5571 ) (#5573 )
0 commit comments