Skip to content

Commit c208b11

Browse files
authored
Change log for v1.20.6 (#28223)
As title.
1 parent dfd511f commit c208b11

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@ 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.com).
66

7+
## [1.20.6](https://github.com/go-gitea/gitea/releases/tag/1.20.6) - 2023-11-26
8+
9+
* SECURITY
10+
* Fix comment permissions (#28213) (#28217)
11+
* Dont leak private users via extensions (#28023) (#28028)
12+
* Unify two factor check (#27915) (#27939)
13+
* Support allowed hosts for webhook to work with proxy (#27655) (#27674)
14+
* BUGFIXES
15+
* Fix no ActionTaskOutput table waring (#28149) (#28151)
16+
* Restricted users only see repos in orgs which their team was assigned to (#28025) (#28050)
17+
* Fix DownloadFunc when migrating releases (#27887) (#27889)
18+
* Fix http protocol auth (#27875) (#27878)
19+
* Revert "fix orphan check for deleted branch (#27310) (#27320)" (#27763)
20+
* Fix label render containing invalid HTML (#27752) (#27761)
21+
* Fix poster is not loaded in get default merge message (#27657) (#27665)
22+
* Fix 404 when deleting Docker package with an internal version (#27615) (#27629)
23+
* Fix attachment download bug (#27486) (#27570)
24+
* When comparing with an non-exist repository, return 404 but 500 (#27437) (#27441)
25+
* API
26+
* Fix package webhook (#27839) (#27854)
27+
* Fix org team endpoint (#27721) (#27729)
28+
* ENHANCEMENTS
29+
* Render email addresses as such if followed by punctuation (#27987) (#27991)
30+
* Fix mermaid flowchart margin issue (#27503) (#27517)
31+
* Fix panic in storageHandler (#27446) (#27478)
32+
* DOCS
33+
* Update agit-support.en-us.md (#27652)
34+
* MISC
35+
* Fix wrong xorm Delete usage(backport for 1.20) (#28003)
36+
* Remove duplicated button in Install web page (#27941)
37+
* Avoid run change title process when the title is same (#27467) (#27557)
38+
739
## [1.20.5](https://github.com/go-gitea/gitea/releases/tag/1.20.5) - 2023-10-03
840

941
* ENHANCEMENTS

0 commit comments

Comments
 (0)