@ -4,7 +4,26 @@ This changelog goes through the changes that have been made in each release
@@ -4,7 +4,26 @@ This changelog goes through the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.com).
* Return 201 Created for CreateVariable API responses (#34517)
@ -231,7 +250,119 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
@@ -231,7 +250,119 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
* Docs/fix typo and grammar in CONTRIBUTING.md (#35024)
* Improve english grammar and readability in locale_en-US.ini (#35017)
* Make Gitea always use its internal config, ignore `/etc/gitconfig` (#33076)
@ -601,7 +732,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
@@ -601,7 +732,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
* Bump x/net (#32896) (#32900)
* Only activity tab needs heatmap data loading (#34652)
* Fix a bug when uploading file via lfs ssh command (#34408) (#34411)
@ -628,7 +759,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
@@ -628,7 +759,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
* Bump go version in go.mod (#34160)
* remove hardcoded 'code' string in clone_panel.tmpl (#34153) (#34158)
* Add a config option to block "expensive" pages for anonymous users (#34024) (#34071)
@ -726,7 +857,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
@@ -726,7 +857,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
* BUGFIXES
* Fix a bug caused by status webhook template #33512
* Add tests for webhook and fix some webhook bugs (#33396) (#33442)
@ -3256,7 +3387,7 @@ Key highlights of this release encompass significant changes categorized under `
@@ -3256,7 +3387,7 @@ Key highlights of this release encompass significant changes categorized under `
* Use golang 1.20.4 to fix CVE-2023-24539, CVE-2023-24540, and CVE-2023-29400
@ -3269,7 +3400,7 @@ Key highlights of this release encompass significant changes categorized under `
@@ -3269,7 +3400,7 @@ Key highlights of this release encompass significant changes categorized under `
* Fix incorrect CurrentUser check for docker rootless (#24435)
* Getting the tag list does not require being signed in (#24413) (#24416)
* Require repo scope for PATs for private repos and basic authentication (#24362) (#24364)
@ -3768,7 +3899,7 @@ Key highlights of this release encompass significant changes categorized under `
@@ -3768,7 +3899,7 @@ Key highlights of this release encompass significant changes categorized under `
* Display attachments of review comment when comment content is blank (#23035) (#23046)
* Return empty url for submodule tree entries (#23043) (#23048)
* Provide the ability to set password hash algorithm parameters (#22942) (#22943)
@ -4195,7 +4326,7 @@ Key highlights of this release encompass significant changes categorized under `
@@ -4195,7 +4326,7 @@ Key highlights of this release encompass significant changes categorized under `
* Fix the mode of custom dir to 0700 in docker-rootless (#20861) (#20867)
* Fix UI mis-align for PR commit history (#20845) (#20859)