Skip to content

Commit 8f29011

Browse files
1.9.0 Changelog (#7676)
1 parent ee43d20 commit 8f29011

File tree

1 file changed

+41
-19
lines changed

1 file changed

+41
-19
lines changed

CHANGELOG.md

+41-19
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,15 @@ 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.9.0-RC2](https://github.com/go-gitea/gitea/releases/tag/v1.9.0-rc2) - 2019-07-15
8-
* BUGFIXES
9-
* Fix regex for issues in commit messages (#7444) (#7466)
10-
* cmd/serv: actually exit after fatal errors (#7458) (#7460)
11-
* Fix an issue with some pages throwing 'not defined' js exceptions #7450 (#7453)
12-
* Fix Dropzone.js integration (#7445) (#7448)
13-
* Create class for inline positioned lists (#7439) (#7393)
14-
* Diff: Fix indentation on unhighlighted code (#7435) (#7443)
15-
* jQuery 3 (#7442) (#7425)
16-
* Only show "New Pull Request" button if repo allows pulls (#7426) (#7432)
17-
* Fix vendor references (#7394) (#7396)
18-
* Only return head: null if source branch was deleted (#6705) (#7376)
19-
* Add missing template variable on organisation settings (#7386) (#7385)
20-
* Fix post parameter on issue list which had unset assignee (#7380) (#7383)
21-
* Fix migration tests due to issue 7 being resolved (#7375) (#7381)
22-
23-
## [1.9.0-RC1](https://github.com/go-gitea/gitea/releases/tag/v1.9.0-rc1) - 2019-07-06
7+
## [1.9.0](https://github.com/go-gitea/gitea/releases/tag/v1.9.0) - 2019-07-30
248
* BREAKING
259
* Better logging (#6038) (#6095)
10+
* SECURITY
11+
* Shadow the password on cache and session config on admin panel (#7300)
12+
* Fix markdown invoke sequence (#7513) (#7560)
13+
* Reserve .well-known username (#7638)
14+
* Do not leak secrets via timing side channel (#7364)
15+
* Ensure that decryption of cookie actually suceeds (#7363)
2616
* FEATURE
2717
* Content API for Creating, Updating, Deleting Files (#6314)
2818
* Enable tls-alpn-01: Use certmanager provided TLSConfig for LetsEncrypt (#7229)
@@ -45,6 +35,39 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
4535
* Implement Default Webhooks (#4299)
4636
* Telegram webhook (#4227)
4737
* BUGFIXES
38+
* Send webhook after commit when creating issue with assignees (#7681) (#7684)
39+
* Upgrade macaron/captcha to fix random error problem (#7407) (#7683)
40+
* Move add to hook queue for created repo to outside xorm session. (#7682) (#7675)
41+
* Show protection symbol if needed on default branch (#7660) (#7668)
42+
* Hide delete/restore button on archived repos (#7660)
43+
* Fix bug on migrating milestone from github (#7665) (#7666)
44+
* Use flex to fix floating paginate (#7656) (#7662)
45+
* Change length of some repository's columns (#7652) (#7655)
46+
* Fix wrong email when use gitea as OAuth2 provider (#7640) (#7647)
47+
* Fix syntax highlight initialization (#7617) (#7626)
48+
* Fix bug create/edit wiki pages when code master branch protected (#7580) (#7623)
49+
* Fix panic on push at #7611 (#7615) (#7618)
50+
* Handle ErrUserProhibitLogin in http git (#7586, #7591) (#7590)
51+
* Fix color of split-diff view in dark theme (#7587) (#7589)
52+
* Fix file header overflow in file and blame views (#7562) (#7579)
53+
* Malformed URLs in API git/commits response (#7565) (#7567)
54+
* Fix empty commits now showing in repo overview (#7521) (#7563)
55+
* Fix repository's pull request count error (#7518) (#7524)
56+
* Remove duplicated webhook trigger (#7511) (#7516)
57+
* Handles all redirects for Web UI File CRUD (#7478) (#7507)
58+
* Fix regex for issues in commit messages (#7444) (#7466)
59+
* cmd/serv: actually exit after fatal errors (#7458) (#7460)
60+
* Fix an issue with some pages throwing 'not defined' js exceptions #7450 (#7453)
61+
* Fix Dropzone.js integration (#7445) (#7448)
62+
* Create class for inline positioned lists (#7439) (#7393)
63+
* Diff: Fix indentation on unhighlighted code (#7435) (#7443)
64+
* jQuery 3 (#7442) (#7425)
65+
* Only show "New Pull Request" button if repo allows pulls (#7426) (#7432)
66+
* Fix vendor references (#7394) (#7396)
67+
* Only return head: null if source branch was deleted (#6705) (#7376)
68+
* Add missing template variable on organisation settings (#7386) (#7385)
69+
* Fix post parameter on issue list which had unset assignee (#7380) (#7383)
70+
* Fix migration tests due to issue 7 being resolved (#7375) (#7381)
4871
* Correctly adjust mirror url (#6593)
4972
* Handle early git version's lack of get-url (#7065)
5073
* Fix icon position in issue view (#7354)
@@ -182,6 +205,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
182205
* Disable benchmarking during tag events on DroneIO (#6365)
183206
* Comments list performance optimization (#5305)
184207
* ENHANCEMENT
208+
* Update Drone docker generation to standard format (#7480) (#7496) (#7504)
185209
* Add API Endpoint for Repo Edit (#7006)
186210
* Add state param to milestone listing API (#7131)
187211
* Make captcha and password optional for external accounts (#6606)
@@ -301,8 +325,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
301325
* Refactor: append, build variable and type switch (#4940)
302326
* Git statistics in Activity tab (#4724)
303327
* Drop the bits argument when generating an ed25519 key (#6504)
304-
* SECURITY
305-
* Shadow the password on cache and session config on admin panel (#7300)
306328
* TESTING
307329
* Exclude pull_request from fetch-tags step, fixes #7108 (#7120)
308330
* Refactor and improve git test (#7086)

0 commit comments

Comments
 (0)