From 23d515f5066794593eb7f7bc13c2ef3d0c6f9626 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Tue, 10 Jun 2025 18:30:43 +0000 Subject: [PATCH] Update package version to 1.36.0 --- CHANGELOG.md | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aded59c..718b6d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1788,3 +1788,17 @@ * Fix bug when visiting comparation page ([#34334](https://github.com/go-gitea/gitea/issues/34334)) ([#34364](https://github.com/go-gitea/gitea/issues/34364)) * Fix wrong review requests when updating the pull request ([#34286](https://github.com/go-gitea/gitea/issues/34286)) ([#34304](https://github.com/go-gitea/gitea/issues/34304)) +[1.36.0] +* Update gitea to 1.24.0 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.24.0) +* Make Gitea always use its internal config, ignore `/etc/gitconfig` ([#33076](https://github.com/go-gitea/gitea/issues/33076)) +* Improve log format ([#33814](https://github.com/go-gitea/gitea/issues/33814)) +* Fix markdown render behaviors ([#34122](https://github.com/go-gitea/gitea/issues/34122)) +* Add package version api endpoints ([#34173](https://github.com/go-gitea/gitea/issues/34173)) +* Enforce two-factor auth (2FA: TOTP or WebAuthn) ([#34187](https://github.com/go-gitea/gitea/issues/34187)) +* Add fullscreen mode as a more efficient operation way to view projects ([#34081](https://github.com/go-gitea/gitea/issues/34081)) +* Add anonymous access support for private/unlisted repositories ([#34051](https://github.com/go-gitea/gitea/issues/34051)) +* Support public code/issue access for private repositories ([#33127](https://github.com/go-gitea/gitea/issues/33127)) +* Add middleware for request prioritization ([#33951](https://github.com/go-gitea/gitea/issues/33951)) +* Add cli flags LDAP group configuration ([#33933](https://github.com/go-gitea/gitea/issues/33933)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 5355fec..cffe05a 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,7 +4,7 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.35.5", + "version": "1.36.0", "upstreamVersion": "1.24.0", "healthCheckPath": "/explore", "httpPort": 3000,