@@ -4,13 +4,25 @@ 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.com ) .
66
7- ## [ 1.20.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.20.3 ) - 2023-08-07
7+ ## [ 1.20.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.20.3 ) - 2023-08-20
88
99* BREAKING
1010 * Fix the wrong derive path (#26271 ) (#26318 )
1111* SECURITY
1212 * Fix API leaking Usermail if not logged in (#25097 ) (#26350 )
13+ * FEATURES
14+ * Add ThreadID parameter for Telegram webhooks (#25996 ) (#26480 )
1315* ENHANCEMENTS
16+ * Add minimum polyfill to support "relative-time-element" in PaleMoon (#26575 ) (#26578 )
17+ * Fix dark theme highlight for "NameNamespace" (#26519 ) (#26527 )
18+ * Detect ogg mime-type as audio or video (#26494 ) (#26505 )
19+ * Use ` object-fit: contain ` for oauth2 custom icons (#26493 ) (#26498 )
20+ * Move dropzone progress bar to bottom to show filename when uploading (#26492 ) (#26497 )
21+ * Remove last newline from config file (#26468 ) (#26471 )
22+ * Minio: add missing region on client initialization (#26412 ) (#26438 )
23+ * Add pull request review request webhook event (#26401 ) (#26407 )
24+ * Fix text truncate (#26354 ) (#26384 )
25+ * Fix incorrect color of selected assignees when create issue (#26324 ) (#26372 )
1426 * Display human-readable text instead of cryptic filemodes (#26352 ) (#26358 )
1527 * Hide ` last indexed SHA ` when a repo could not be indexed yet (#26340 ) (#26345 )
1628 * Fix the topic validation rule and suport dots (#26286 ) (#26303 )
@@ -19,6 +31,23 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
1931 * Fix commit compare style (#26209 ) (#26226 )
2032 * Warn instead of reporting an error when a webhook cannot be found (#26039 ) (#26211 )
2133* BUGFIXES
34+ * Use "input" event instead of "keyup" event for migration form (#26602 ) (#26605 )
35+ * Do not use deprecated log config options by default (#26592 ) (#26600 )
36+ * Fix "issueReposQueryPattern does not match query" (#26556 ) (#26564 )
37+ * Sync repo's IsEmpty status correctly (#26517 ) (#26560 )
38+ * Fix project filter bugs (#26490 ) (#26558 )
39+ * Use ` hidden ` over ` clip ` for text truncation (#26520 ) (#26522 )
40+ * Set "type=button" for editor's toolbar buttons (#26510 ) (#26518 )
41+ * Fix NuGet search endpoints (#25613 ) (#26499 )
42+ * Fix storage path logic especially for relative paths (#26441 ) (#26481 )
43+ * Close stdout correctly for "git blame" (#26470 ) (#26473 )
44+ * Check first if minio bucket exists before trying to create it (#26420 ) (#26465 )
45+ * Avoiding accessing undefined tributeValues #26461 (#26462 )
46+ * Call git.InitSimple for runRepoSyncReleases (#26396 ) (#26450 )
47+ * Add transaction when creating pull request created dirty data (#26259 ) (#26437 )
48+ * Fix wrong middleware sequence (#26428 ) (#26436 )
49+ * Fix admin queue page title and fix CI failures (#26409 ) (#26421 )
50+ * Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392 ) (#26405 )
2251 * Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueIndex (#26279 ) (#26368 )
2352 * Fix incorrect CLI exit code and duplicate error message (#26346 ) (#26347 )
2453 * Prevent newline errors with Debian packages (#26332 ) (#26342 )
@@ -31,6 +60,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
3160 * Fix attachment clipboard copy on insecure origin (#26224 ) (#26231 )
3261 * Fix access check for org-level project (#26182 ) (#26223 )
3362* MISC
63+ * Improve profile readme rendering (#25988 ) (#26453 )
64+ * [ docs] Add missing backtick in quickstart.zh-cn.md (#26349 ) (#26357 )
3465 * Upgrade x/net to 0.13.0 (#26301 )
3566
3667## [ 1.20.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.20.2 ) - 2023-07-29
0 commit comments