@@ -4,6 +4,38 @@ 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
5
been added to each release, please refer to the [blog](https://blog.gitea.com).
6
6
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
+
7
39
## [1.20.5](https://github.com/go-gitea/gitea/releases/tag/1.20.5) - 2023-10-03
8
40
9
41
* ENHANCEMENTS
0 commit comments