@@ -4,9 +4,15 @@ This changelog goes through all the changes that have been made in each release
44without substantial changes to our git log; to see the highlights of what has
55been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
66
7- ## [ 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
88* BREAKING
99 * 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 )
1016* FEATURE
1117 * Content API for Creating, Updating, Deleting Files (#6314 )
1218 * Enable tls-alpn-01: Use certmanager provided TLSConfig for LetsEncrypt (#7229 )
@@ -29,6 +35,39 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
2935 * Implement Default Webhooks (#4299 )
3036 * Telegram webhook (#4227 )
3137* 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 )
3271 * Correctly adjust mirror url (#6593 )
3372 * Handle early git version's lack of get-url (#7065 )
3473 * Fix icon position in issue view (#7354 )
@@ -166,6 +205,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
166205 * Disable benchmarking during tag events on DroneIO (#6365 )
167206 * Comments list performance optimization (#5305 )
168207* ENHANCEMENT
208+ * Update Drone docker generation to standard format (#7480 ) (#7496 ) (#7504 )
169209 * Add API Endpoint for Repo Edit (#7006 )
170210 * Add state param to milestone listing API (#7131 )
171211 * Make captcha and password optional for external accounts (#6606 )
@@ -285,8 +325,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
285325 * Refactor: append, build variable and type switch (#4940 )
286326 * Git statistics in Activity tab (#4724 )
287327 * Drop the bits argument when generating an ed25519 key (#6504 )
288- * SECURITY
289- * Shadow the password on cache and session config on admin panel (#7300 )
290328* TESTING
291329 * Exclude pull_request from fetch-tags step, fixes #7108 (#7120 )
292330 * Refactor and improve git test (#7086 )
0 commit comments