Skip to content

Commit 403fcf1

Browse files
committed
merge RC-logs
1 parent 82343f4 commit 403fcf1

File tree

1 file changed

+50
-55
lines changed

1 file changed

+50
-55
lines changed

CHANGELOG.md

Lines changed: 50 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -4,61 +4,7 @@ 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.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
628

639
* BREAKING
6410
* When using API CreateRelease set created_unix to the tag commit time (#11218)
@@ -109,6 +55,42 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
10955
* Language statistics bar for repositories (#8037)
11056
* Restricted users (#6274)
11157
* BUGFIXES
58+
* In File Create/Update API return 404 if Branch does not exist (#11791) (#11795)
59+
* Fix doer of rename repo (#11789) (#11794)
60+
* Initialize SimpleMDE when making a code comment (#11749) (#11785)
61+
* Fix timezone on issue deadline (#11697) (#11784)
62+
* Fix to allow comment poster to edit or delete his own comments (#11671) (#11774)
63+
* Show full 500 error in API when Gitea in dev mode (#11641) (#11753)
64+
* Add missing templates for Matrix system webhooks (#11729) (#11748)
65+
* Fix verification of subkeys of default gpg key (#11713) (#11747)
66+
* Fix styling for commiter on diff view (#11715) (#11744)
67+
* Properly truncate system notices (#11714) (#11742)
68+
* Handle expected errors in FileCreate & FileUpdate API (#11643) (#11718)
69+
* Fix missing authorization check on pull for public repos of private/limited org (#11656) (#11682)
70+
* Update emoji regex (#11584) (#11679)
71+
* Doctor check & fix db consistency (#11111) (#11676)
72+
* Default MSSQL port 0 to allow automatic detection by default (#11642) (#11673)
73+
* Exclude generated files from language statistics (#11653) (#11670)
74+
* Use -1 to disable key algorithm type in ssh.minimum_key_sizes (#11635) (#11662)
75+
* Return json on 500 error from API (#11574) (#11659)
76+
* When must change password only show Signout (#11600) (#11637)
77+
* Backport various styling fixes (#11619)
78+
* Fix wrong milestone in webhook message (#11596) (#11611)
79+
* Fix serviceworker output file and misc improvements (#11562) (#11610)
80+
* When initialising repositories ensure that the user doing the creation is the initializer (#11601) (#11608)
81+
* Prevent empty query parameter being set on dashboard (#11561) (#11604)
82+
* Fix images in wiki edit preview (#11546) (#11602)
83+
* Allow different HardBreaks settings for documents and comments (#11515) (#11599)
84+
* Prevent (caught) panic on login (#11590) (#11597)
85+
* Prevent transferring repos to invisible orgs (#11517) (#11549)
86+
* Move serviceworker to workbox and fix SSE interference (#11538) (#11547)
87+
* API PullReviewComment HTMLPullURL should return the HTMLURL (#11501) (#11533)
88+
* Fix repo-list private and total count bugs (#11500) (#11532)
89+
* Fix form action template substitutions on admin pages (backport #11519) (#11531)
90+
* Fix a bug where the reaction emoji doesn't disappear. (#11489) (#11530)
91+
* TrimSpace when reading InternalToken from a file (#11502) (#11524)
92+
* Fix selected line color in arc-green (#11492) (#11520)
93+
* Make localstorage read ssh or https correctly (#11483) (#11490)
11294
* Check branch protection on IsUserAllowedToUpdate (#11448)
11395
* Fix margin on attached segment headers when they are separated by other element (#11425)
11496
* Fix webhook template when validation errors occur (#11421)
@@ -176,6 +158,19 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
176158
* Fix wrong original git service type on a migrated repository (#9693)
177159
* Fix ref links in issue overviews for tags (#8742)
178160
* ENHANCEMENTS
161+
* Make tabular menu styling consistent for arc-green (#11570) (#11798)
162+
* Add option to API to update PullRequest base branch (#11666) (#11796)
163+
* Increase maximum SQLite variables count to 32766 (#11696) (#11783)
164+
* Update emoji dataset with skin tone variants (#11678) (#11763)
165+
* Add logging to long migrations (#11647) (#11691)
166+
* Change language statistics to save size instead of percentage (#11681) (#11690)
167+
* Fix alignment for commits on dashboard (#11595) (#11680)
168+
* Handle expected errors in AddGPGkey API (#11644) (#11661)
169+
* Close EventSource before unloading the page (#11539) (#11557)
170+
* Ensure emoji render with regular font-weight (#11541) (#11545)
171+
* Fix webpack chunk loading with STATIC_URL_PREFIX (#11526) (#11542)
172+
* Tweak reaction buttons (#11516)
173+
* Use more toned colors for selected line (#11493) (#11511)
179174
* Increase width for authors on commit view (#11441)
180175
* Hide archived repos by default in repo-list (#11440)
181176
* Better styling for code review comment textarea (#11428)

0 commit comments

Comments
 (0)