|
2 | 2 |
|
3 | 3 | 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 |
| -been added to each release, please refer to the [blog](https://blog.gitea.io). |
| 5 | +been added to each release, please refer to the [blog](https://blog.gitea.com). |
6 | 6 |
|
7 |
| -## [1.20.2](https://github.com/go-gitea/gitea/releases/tag/1.20.2) - 2023-07-29 |
| 7 | +## [1.20.3](https://github.com/go-gitea/gitea/releases/tag/v1.20.3) - 2023-08-07 |
| 8 | + |
| 9 | +* BREAKING |
| 10 | + * Fix the wrong derive path (#26271) (#26318) |
| 11 | +* SECURITY |
| 12 | + * Fix API leaking Usermail if not logged in (#25097) (#26350) |
| 13 | +* ENHANCEMENTS |
| 14 | + * Display human-readable text instead of cryptic filemodes (#26352) (#26358) |
| 15 | + * Hide `last indexed SHA` when a repo could not be indexed yet (#26340) (#26345) |
| 16 | + * Fix the topic validation rule and suport dots (#26286) (#26303) |
| 17 | + * Fix due date rendering the wrong date in issue (#26268) (#26274) |
| 18 | + * Don't autosize textarea in diff view (#26233) (#26244) |
| 19 | + * Fix commit compare style (#26209) (#26226) |
| 20 | + * Warn instead of reporting an error when a webhook cannot be found (#26039) (#26211) |
| 21 | +* BUGFIXES |
| 22 | + * Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueIndex (#26279) (#26368) |
| 23 | + * Fix incorrect CLI exit code and duplicate error message (#26346) (#26347) |
| 24 | + * Prevent newline errors with Debian packages (#26332) (#26342) |
| 25 | + * Fix bug with sqlite load read (#26305) (#26339) |
| 26 | + * Make git batch operations use parent context timeout instead of default timeout (#26325) (#26330) |
| 27 | + * Support getting changed files when commit ID is `EmptySHA` (#26290) (#26316) |
| 28 | + * Clarify the logger's MODE config option (#26267) (#26281) |
| 29 | + * Use shared template for webhook icons (#26242) (#26246) |
| 30 | + * Fix pull request check list is limited (#26179) (#26245) |
| 31 | + * Fix attachment clipboard copy on insecure origin (#26224) (#26231) |
| 32 | + * Fix access check for org-level project (#26182) (#26223) |
| 33 | +* MISC |
| 34 | + * Upgrade x/net to 0.13.0 (#26301) |
| 35 | + |
| 36 | +## [1.20.2](https://github.com/go-gitea/gitea/releases/tag/v1.20.2) - 2023-07-29 |
8 | 37 |
|
9 | 38 | * ENHANCEMENTS
|
10 | 39 | * Calculate MAX_WORKERS default value by CPU number (#26177) (#26183)
|
@@ -32,7 +61,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
|
32 | 61 | * Fix wrong workflow status when rerun a job in an already finished workflow (#26119) (#26124)
|
33 | 62 | * Fix duplicated url prefix on issue context menu (#26066) (#26067)
|
34 | 63 |
|
35 |
| -## [1.20.1](https://github.com/go-gitea/gitea/releases/tag/1.20.1) - 2023-07-22 |
| 64 | +## [1.20.1](https://github.com/go-gitea/gitea/releases/tag/v1.20.1) - 2023-07-22 |
36 | 65 |
|
37 | 66 | * SECURITY
|
38 | 67 | * Disallow dangerous URL schemes (#25960) (#25964)
|
|
0 commit comments