From 730611229ee34b55db59e4d20f196cdbdb5bdb90 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 31 Jul 2022 08:13:30 +0200 Subject: [PATCH] Version 1.24.0 --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cd45261..d0ac14b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 27aa251..d3fcc07 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.23.12", - "upstreamVersion": "1.16.8", + "version": "1.24.0", + "upstreamVersion": "1.17.0", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912,