@@ -4,61 +4,7 @@ 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.12.0-rc2] ( https://github.com/go-gitea/gitea/releases/tag/v1.12.0-rc2 ) - 2020-06-08
8
-
9
- * BUGFIXES
10
- * In File Create/Update API return 404 if Branch does not exist (#11791 ) (#11795 )
11
- * Fix doer of rename repo (#11789 ) (#11794 )
12
- * Initialize SimpleMDE when making a code comment (#11749 ) (#11785 )
13
- * Fix timezone on issue deadline (#11697 ) (#11784 )
14
- * Fix to allow comment poster to edit or delete his own comments (#11671 ) (#11774 )
15
- * Show full 500 error in API when Gitea in dev mode (#11641 ) (#11753 )
16
- * Add missing templates for Matrix system webhooks (#11729 ) (#11748 )
17
- * Fix verification of subkeys of default gpg key (#11713 ) (#11747 )
18
- * Fix styling for commiter on diff view (#11715 ) (#11744 )
19
- * Properly truncate system notices (#11714 ) (#11742 )
20
- * Handle expected errors in FileCreate & FileUpdate API (#11643 ) (#11718 )
21
- * Fix missing authorization check on pull for public repos of private/limited org (#11656 ) (#11682 )
22
- * Update emoji regex (#11584 ) (#11679 )
23
- * Doctor check & fix db consistency (#11111 ) (#11676 )
24
- * Default MSSQL port 0 to allow automatic detection by default (#11642 ) (#11673 )
25
- * Exclude generated files from language statistics (#11653 ) (#11670 )
26
- * Use -1 to disable key algorithm type in ssh.minimum_key_sizes (#11635 ) (#11662 )
27
- * Return json on 500 error from API (#11574 ) (#11659 )
28
- * When must change password only show Signout (#11600 ) (#11637 )
29
- * Backport various styling fixes (#11619 )
30
- * Fix wrong milestone in webhook message (#11596 ) (#11611 )
31
- * Fix serviceworker output file and misc improvements (#11562 ) (#11610 )
32
- * When initialising repositories ensure that the user doing the creation is the initializer (#11601 ) (#11608 )
33
- * Prevent empty query parameter being set on dashboard (#11561 ) (#11604 )
34
- * Fix images in wiki edit preview (#11546 ) (#11602 )
35
- * Allow different HardBreaks settings for documents and comments (#11515 ) (#11599 )
36
- * Prevent (caught) panic on login (#11590 ) (#11597 )
37
- * Prevent transferring repos to invisible orgs (#11517 ) (#11549 )
38
- * Move serviceworker to workbox and fix SSE interference (#11538 ) (#11547 )
39
- * API PullReviewComment HTMLPullURL should return the HTMLURL (#11501 ) (#11533 )
40
- * Fix repo-list private and total count bugs (#11500 ) (#11532 )
41
- * Fix form action template substitutions on admin pages (backport #11519 ) (#11531 )
42
- * Fix a bug where the reaction emoji doesn't disappear. (#11489 ) (#11530 )
43
- * TrimSpace when reading InternalToken from a file (#11502 ) (#11524 )
44
- * Fix selected line color in arc-green (#11492 ) (#11520 )
45
- * Make localstorage read ssh or https correctly (#11483 ) (#11490 )
46
- * ENHANCEMENTS
47
- * Make tabular menu styling consistent for arc-green (#11570 ) (#11798 )
48
- * Add option to API to update PullRequest base branch (#11666 ) (#11796 )
49
- * Increase maximum SQLite variables count to 32766 (#11696 ) (#11783 )
50
- * Update emoji dataset with skin tone variants (#11678 ) (#11763 )
51
- * Add logging to long migrations (#11647 ) (#11691 )
52
- * Change language statistics to save size instead of percentage (#11681 ) (#11690 )
53
- * Fix alignment for commits on dashboard (#11595 ) (#11680 )
54
- * Handle expected errors in AddGPGkey API (#11644 ) (#11661 )
55
- * Close EventSource before unloading the page (#11539 ) (#11557 )
56
- * Ensure emoji render with regular font-weight (#11541 ) (#11545 )
57
- * Fix webpack chunk loading with STATIC_URL_PREFIX (#11526 ) (#11542 )
58
- * Tweak reaction buttons (#11516 )
59
- * Use more toned colors for selected line (#11493 ) (#11511 )
60
-
61
- ## [ 1.12.0-rc1] ( https://github.com/go-gitea/gitea/releases/tag/v1.12.0-rc1 ) - 2020-05-18
7
+ ## [ 1.12.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.12.0 ) - 2020-06-17
62
8
63
9
* BREAKING
64
10
* When using API CreateRelease set created_unix to the tag commit time (#11218 )
@@ -68,6 +14,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
68
14
* Return 404 from Contents API when items don't exist (#10323 )
69
15
* Notification API should always return a JSON object with the current count of notifications (#10059 )
70
16
* Remove migration support from versions earlier than 1.6.0 (#10026 )
17
+ * SECURITY
18
+ * Use -1 to disable key algorithm type in ssh.minimum_key_sizes (#11635 ) (#11662 )
71
19
* FEATURES
72
20
* Improve config logging when WrappedQueue times out (#11174 )
73
21
* Add branch delete to API (#11112 )
@@ -109,6 +57,53 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
109
57
* Language statistics bar for repositories (#8037 )
110
58
* Restricted users (#6274 )
111
59
* BUGFIXES
60
+ * Fix commenting on non-utf8 encoded files (#11916 ) (#11950 )
61
+ * Use google/uuid to instead satori/go.uuid (#11943 ) (#11946 )
62
+ * Align show/hide outdated button on code review block (#11932 ) (#11944 )
63
+ * Update to go-git v5.1.0 (#11936 ) (#11941 )
64
+ * Use ID or Where to instead directly use Get when load object from database (#11925 ) (#11934 )
65
+ * Update CommitsAhead CommitsBehind on Pull BaseBranch Change too (#11912 ) (#11915 )
66
+ * Invalidate comments when file is shortened (#11882 ) (#11884 )
67
+ * Rework api/user/repos for pagination (#11827 ) (#11877 )
68
+ * Handle more pathological branch and tag names (#11843 ) (#11863 )
69
+ * Add doctor check to set IsArchived false if it is null (partial #11853 ) (#11859 )
70
+ * Prevent panic on empty HOST for mysql (#11850 ) (#11856 )
71
+ * Use DEFAULT_PAGING_NUM instead of MAX_RESPONSE_ITEMS in ListOptions (#11831 ) (#11836 )
72
+ * Fix reply octicon (#11821 ) (#11822 )
73
+ * Honor DEFAULT_PAGING_NUM for API (#11805 ) (#11813 )
74
+ * Ensure rejected push to refs/pull/index/head fails nicely (#11724 ) (#11809 )
75
+ * In File Create/Update API return 404 if Branch does not exist (#11791 ) (#11795 )
76
+ * Fix doer of rename repo (#11789 ) (#11794 )
77
+ * Initialize SimpleMDE when making a code comment (#11749 ) (#11785 )
78
+ * Fix timezone on issue deadline (#11697 ) (#11784 )
79
+ * Fix to allow comment poster to edit or delete his own comments (#11671 ) (#11774 )
80
+ * Show full 500 error in API when Gitea in dev mode (#11641 ) (#11753 )
81
+ * Add missing templates for Matrix system webhooks (#11729 ) (#11748 )
82
+ * Fix verification of subkeys of default gpg key (#11713 ) (#11747 )
83
+ * Fix styling for commiter on diff view (#11715 ) (#11744 )
84
+ * Properly truncate system notices (#11714 ) (#11742 )
85
+ * Handle expected errors in FileCreate & FileUpdate API (#11643 ) (#11718 )
86
+ * Fix missing authorization check on pull for public repos of private/limited org (#11656 ) (#11682 )
87
+ * Doctor check & fix db consistency (#11111 ) (#11676 )
88
+ * Exclude generated files from language statistics (#11653 ) (#11670 )
89
+ * Return json on 500 error from API (#11574 ) (#11659 )
90
+ * When must change password only show Signout (#11600 ) (#11637 )
91
+ * Backport various styling fixes (#11619 )
92
+ * Fix wrong milestone in webhook message (#11596 ) (#11611 )
93
+ * Fix serviceworker output file and misc improvements (#11562 ) (#11610 )
94
+ * When initialising repositories ensure that the user doing the creation is the initializer (#11601 ) (#11608 )
95
+ * Prevent empty query parameter being set on dashboard (#11561 ) (#11604 )
96
+ * Fix images in wiki edit preview (#11546 ) (#11602 )
97
+ * Prevent (caught) panic on login (#11590 ) (#11597 )
98
+ * Prevent transferring repos to invisible orgs (#11517 ) (#11549 )
99
+ * Move serviceworker to workbox and fix SSE interference (#11538 ) (#11547 )
100
+ * API PullReviewComment HTMLPullURL should return the HTMLURL (#11501 ) (#11533 )
101
+ * Fix repo-list private and total count bugs (#11500 ) (#11532 )
102
+ * Fix form action template substitutions on admin pages (backport #11519 ) (#11531 )
103
+ * Fix a bug where the reaction emoji doesn't disappear. (#11489 ) (#11530 )
104
+ * TrimSpace when reading InternalToken from a file (#11502 ) (#11524 )
105
+ * Fix selected line color in arc-green (#11492 ) (#11520 )
106
+ * Make localstorage read ssh or https correctly (#11483 ) (#11490 )
112
107
* Check branch protection on IsUserAllowedToUpdate (#11448 )
113
108
* Fix margin on attached segment headers when they are separated by other element (#11425 )
114
109
* Fix webhook template when validation errors occur (#11421 )
@@ -176,6 +171,22 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
176
171
* Fix wrong original git service type on a migrated repository (#9693 )
177
172
* Fix ref links in issue overviews for tags (#8742 )
178
173
* ENHANCEMENTS
174
+ * Fix search form button overlap (#11840 ) (#11864 )
175
+ * Make tabular menu styling consistent for arc-green (#11570 ) (#11798 )
176
+ * Add option to API to update PullRequest base branch (#11666 ) (#11796 )
177
+ * Increase maximum SQLite variables count to 32766 (#11696 ) (#11783 )
178
+ * Update emoji dataset with skin tone variants (#11678 ) (#11763 )
179
+ * Add logging to long migrations (#11647 ) (#11691 )
180
+ * Change language statistics to save size instead of percentage (#11681 ) (#11690 )
181
+ * Allow different HardBreaks settings for documents and comments (#11515 ) (#11599 )
182
+ * Fix alignment for commits on dashboard (#11595 ) (#11680 )
183
+ * Default MSSQL port 0 to allow automatic detection by default (#11642 ) (#11673 )
184
+ * Handle expected errors in AddGPGkey API (#11644 ) (#11661 )
185
+ * Close EventSource before unloading the page (#11539 ) (#11557 )
186
+ * Ensure emoji render with regular font-weight (#11541 ) (#11545 )
187
+ * Fix webpack chunk loading with STATIC_URL_PREFIX (#11526 ) (#11542 )
188
+ * Tweak reaction buttons (#11516 )
189
+ * Use more toned colors for selected line (#11493 ) (#11511 )
179
190
* Increase width for authors on commit view (#11441 )
180
191
* Hide archived repos by default in repo-list (#11440 )
181
192
* Better styling for code review comment textarea (#11428 )
0 commit comments