@@ -4,6 +4,62 @@ 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.11.0-RC2] ( https://github.com/go-gitea/gitea/releases/tag/v1.11.0-rc2 ) - 2020-01-18
8
+ * BREAKING
9
+ * Make CertFile and KeyFile relative to CustomPath (#9868 ) (#9874 )
10
+ * SECURITY
11
+ * Never allow an empty password to validate (#9682 ) (#9683 )
12
+ * Prevent redirect to Host (#9678 ) (#9679 )
13
+ * BUGFIXES
14
+ * Don't convert ellipsis in markdown (#9905 ) (#9937 )
15
+ * Fixed repo link in generated comment for cross repository dependency (#9863 ) (#9935 )
16
+ * Check if diff actually contains sections when rendering (#9926 ) (#9933 )
17
+ * Fix wrong hint when status checking is running on pull request view (#9886 ) (#9928 )
18
+ * Fix RocketChat (#9908 ) (#9921 )
19
+ * Do not try to recreate ldap user if they are already created (#9900 ) (#9919 )
20
+ * Create terminated channel in queue_redis (#9910 ) (#9911 )
21
+ * Prevent empty LDAP search result from deactivating all users (#9879 ) (#9896 )
22
+ * Fix wrong permissions check when issues/prs shared operations (#9885 ) (#9889 )
23
+ * Check user != nil before checking values (#9881 ) (#9883 )
24
+ * Allow hyphen in language name (#9873 ) (#9880 )
25
+ * Ensure that 2fa is checked on reset-password (#9857 ) (#9876 )
26
+ * Fix issues/pulls dependencies problems (#9842 ) (#9864 )
27
+ * Explicitly refer to PR in squash-merge commit message in case of external tracker (#9844 ) (#9855 )
28
+ * Fix markdown anchor links (#9673 ) (#9840 )
29
+ * Allow assignee on Pull Creation when Issue Unit is deactivated (#9836 ) (#9837 )
30
+ * Fix download file wrong content-type (#9825 ) (#9834 )
31
+ * Fix wrong poster identity on a migrated pull request when submit review (#9827 ) (#9830 )
32
+ * Fix database dump when log directory is missing (#9818 ) (#9819 )
33
+ * Fix compare (#9808 ) (#9814 )
34
+ * Fix push-to-create (#9772 ) (#9797 )
35
+ * Fix missing msteam webhook on organization (#9781 ) (#9794 )
36
+ * Fix missing unlock in uniquequeue (#9790 ) (#9791 )
37
+ * Fix add team on collaborator page when same name as organization (#9778 )
38
+ * DeleteRepoFile incorrectly handles Delete to new branch (#9769 ) (#9775 )
39
+ * Fix milestones page (#9771 )
40
+ * Fix SimpleMDE quote reply (#9757 ) (#9768 )
41
+ * Fix missing updated time on migrated issues and comments (#9744 ) (#9764 )
42
+ * Move Errored PRs out of StatusChecking (#9675 ) (#9726 )
43
+ * Make hook status printing configurable with delay (#9641 ) (#9725 )
44
+ * Fix /repos/issues/search (#9698 ) (#9724 )
45
+ * Silence fomantic error regarding tabs (#9713 ) (#9718 )
46
+ * Remove unused lock (#9709 ) (#9710 )
47
+ * Remove q.lock.Unlock() in setInternal to prevent panic (#9705 ) (#9706 )
48
+ * Load milestone in API PR list (#9671 ) (#9700 )
49
+ * Don't attempt to close issue if already closed (#9696 ) (#9699 )
50
+ * Remove google font call (#9668 ) (#9681 )
51
+ * Eliminate horizontal scroll caused by footer (#9674 )
52
+ * Fix nil reference in repo generation (#9660 ) (#9666 )
53
+ * Add HTML URL to API Issues (#9654 ) (#9661 )
54
+ * Add PR review webhook to Telegram (#9653 ) (#9655 )
55
+ * Use filepath.IsAbs instead of path.IsAbs (#9651 ) (#9652 )
56
+ * TRANSLATION
57
+ * Fix Korean locales (#9761 ) (#9780 )
58
+ * BUILD
59
+ * Fix webpack polyfills (#9735 ) (#9738 )
60
+ * MISC
61
+ * Backport Locales [ 2020-01-14] (#9773 )
62
+
7
63
## [ 1.11.0-RC1] ( https://github.com/go-gitea/gitea/releases/tag/v1.11.0-rc1 ) - 2020-01-07
8
64
* BREAKING
9
65
* Remove unused endpoints (#9538 )
@@ -1501,13 +1557,13 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
1501
1557
* BUGFIXES
1502
1558
* Allow resend of confirmation email when logged in (#6482 ) (#6487 )
1503
1559
1504
- ## [ 1.7.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.5 ) - 2019-03-27
1560
+ ## [ 1.7.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.5 ) - 2019-03-27
1505
1561
* BUGFIXES
1506
1562
* Fix unitTypeCode not being used in accessLevelUnit (#6419 ) (#6423 )
1507
1563
* Fix bug where manifest.json was being requested without cookies and continuously creating new sessions (#6372 ) (#6383 )
1508
1564
* Fix ParsePatch function to work with quoted diff --git strings (#6323 ) (#6332 )
1509
1565
1510
- ## [ 1.7.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.4 ) - 2019-03-12
1566
+ ## [ 1.7.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.4 ) - 2019-03-12
1511
1567
* SECURITY
1512
1568
* Fix potential XSS vulnerability in repository description. (#6306 ) (#6308 )
1513
1569
* BUGFIXES
0 commit comments