diff --git a/CHANGELOG.md b/CHANGELOG.md index 60747f0..b4f1122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1066,3 +1066,14 @@ [1.24.5] * Support autosigning via gnupg +[1.25.0] +* Update Gitea to 1.17.4 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.17.4) +* Do not allow Ghost access to limited visible user/org (#21849) (#21875) +* Fix package access for admins and inactive users (#21580) (#21592) +* Fix button in branch list, avoid unexpected page jump before restore branch actually done (#21562) (#21927) +* Fix vertical align of committer avatar rendered by email address (#21884) (#21919) +* Fix setting HTTP headers after write (#21833) (#21874) +* Ignore line anchor links with leading zeroes (#21728) (#21777) +* Enable Monaco automaticLayout (#21516) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 92035dc..71dec6f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,8 +4,8 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.24.5", - "upstreamVersion": "1.17.3", + "version": "1.25.0", + "upstreamVersion": "1.17.4", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912,