Version 1.24.0

master v1.24.0
Girish Ramakrishnan 2022-07-31 08:13:30 +02:00
parent fcb4caff89
commit 730611229e
2 changed files with 12 additions and 2 deletions

View File

@ -959,3 +959,13 @@
* Fix new release from tags list UI (#19670) (#19673)
* 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)

View File

@ -4,8 +4,8 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.23.12",
"upstreamVersion": "1.16.8",
"version": "1.24.0",
"upstreamVersion": "1.17.0",
"healthCheckPath": "/explore",
"httpPort": 3000,
"memoryLimit": 536870912,