@@ -4,6 +4,30 @@ 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.9.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.5 ) - 2019-10-30
8
+ * BREAKING
9
+ * Hide some user information via API if user doesn't have enough permission (#8655 ) (#8658 )
10
+ * BUGFIXES
11
+ * Fix milestone close timestamp (#8728 ) (#8731 )
12
+ * Fix deadline on update issue or PR via API (#8699 )
13
+ * Fix 'New Issue Missing Milestone Comment' (#8678 ) (#8682 )
14
+ * Fix 500 when getting user as unauthenticated user (#8653 ) (#8662 )
15
+ * Use AppSubUrl for more redirections (#8647 ) (#8652 )
16
+ * Add SubURL to redirect path (#8632 ) (#8634 ) (#8640 )
17
+ * Fix #8582 by handling empty repos (#8587 ) (#8593 )
18
+ * Fix bug on pull requests when transfer head repository (#8571 )
19
+ * Add missed close in ServeBlobLFS (#8527 ) (#8543 )
20
+ * Return false if provided branch name is empty for IsBranchExist (#8485 ) (#8492 )
21
+ * Create .ssh dir as necessary (#8369 ) (#8486 ) (#8489 )
22
+ * Restore functionality for early gits (#7775 ) (#8476 )
23
+ * Add check for empty set when dropping indexes during migration (#8475 )
24
+ * Ensure Request Body Readers are closed in LFS server (#8454 ) (#8459 )
25
+ * Ensure that LFS files are relative to the LFS content path (#8455 ) (#8458 )
26
+ * SECURITY
27
+ * Ignore mentions for users with no access (#8395 ) (#8484 )
28
+ * TESTING
29
+ * Update heatmap fixtures to restore tests (#8615 ) (#8617 )
30
+
7
31
## [ 1.9.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.4 ) - 2019-10-08
8
32
* BUGFIXES
9
33
* Highlight issue references (#8101 ) (#8404 )
0 commit comments