forked from cloudron-apps/gitea-app
Version 1.24.0
This commit is contained in:
parent
fcb4caff89
commit
730611229e
2 changed files with 12 additions and 2 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -959,3 +959,13 @@
|
||||||
* Fix new release from tags list UI (#19670) (#19673)
|
* Fix new release from tags list UI (#19670) (#19673)
|
||||||
* Prevent NPE when checking repo units if the user is nil (#19625) (#19630)
|
* Prevent NPE when checking repo units if the user is nil (#19625) (#19630)
|
||||||
|
|
||||||
|
[1.24.0]
|
||||||
|
* Update Gitea to 1.17.0
|
||||||
|
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.17.0)
|
||||||
|
* Automatically render wiki TOC (#19873)
|
||||||
|
* Adding button to link accounts from user settings (#19792)
|
||||||
|
* Allow set default merge style while creating repo (#19751)
|
||||||
|
* Auto merge pull requests when all checks succeeded (#9307 & #19648)
|
||||||
|
* Improve reviewing PR UX (#19612)
|
||||||
|
* Add support for rendering console output with colors (#19497)
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
"author": "Gitea developers",
|
"author": "Gitea developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "1.23.12",
|
"version": "1.24.0",
|
||||||
"upstreamVersion": "1.16.8",
|
"upstreamVersion": "1.17.0",
|
||||||
"healthCheckPath": "/explore",
|
"healthCheckPath": "/explore",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|
Loading…
Reference in a new issue