Version 1.32.7
This commit is contained in:
parent
4961b7c4c8
commit
5d44c03115
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1512,3 +1512,15 @@
|
||||||
* Do not render empty comments (#29039) (#29049)
|
* Do not render empty comments (#29039) (#29049)
|
||||||
* Avoid sending update/delete release notice when it is draft (#29008) (#29025)
|
* 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)
|
||||||
|
|
|
@ -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.32.6",
|
"version": "1.32.7",
|
||||||
"upstreamVersion": "1.21.7",
|
"upstreamVersion": "1.21.8",
|
||||||
"healthCheckPath": "/explore",
|
"healthCheckPath": "/explore",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|
Loading…
Reference in New Issue