Version 1.32.7

master v1.32.7
Girish Ramakrishnan 2024-03-13 09:43:02 +01:00
parent 4961b7c4c8
commit 5d44c03115
2 changed files with 14 additions and 2 deletions

View File

@ -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)

View File

@ -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,