Skip to content

Commit 51694ee

Browse files
delvhGiteaBot
authored andcommitted
Add changelog for 1.20.3 (go-gitea#26373)
1 parent cb1a4da commit 51694ee

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

Diff for: CHANGELOG.md

+32-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,38 @@
22

33
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
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).
66

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
837

938
* ENHANCEMENTS
1039
* 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).
3261
* Fix wrong workflow status when rerun a job in an already finished workflow (#26119) (#26124)
3362
* Fix duplicated url prefix on issue context menu (#26066) (#26067)
3463

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
3665

3766
* SECURITY
3867
* Disallow dangerous URL schemes (#25960) (#25964)

0 commit comments

Comments
 (0)