forked from cloudron-apps/gitea-app
Version 1.25.0
This commit is contained in:
parent
9eea9fe0be
commit
e10793d421
2 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
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)
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue