diff --git a/CHANGELOG.md b/CHANGELOG.md index dd94a63..2f3720f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1512,3 +1512,15 @@ * Do not render empty comments (#29039) (#29049) * Avoid sending update/delete release notice when it is draft (#29008) (#29025) +[1.32.7] +* Update Gitea to 1.21.8 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.21.8) +* Only use supported sort orders for "/explore/users" page (#29430) (#29443) +* Fix wrong line number in code search result (#29260) (#29623) +* Use Get but not Post to get actions artifacts (#29734) (#29737) +* Fix inconsistent rendering of block mathematical expressions (#29677) (#29711) +* Fix rendering internal file links in org (#29669) (#29705) +* Don't show AbortErrors on logout (#29639) (#29667) +* Fix user-defined markup links targets (#29305) (#29666) +* Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFileSize (#29653) (#29663) +* Fix hidden test's failure (#29254) (#29662) diff --git a/CloudronManifest.json b/CloudronManifest.json index 0f1377d..40b5866 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.32.6", - "upstreamVersion": "1.21.7", + "version": "1.32.7", + "upstreamVersion": "1.21.8", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912,