Bump version
This commit is contained in:
parent
813f32d310
commit
6259356ae2
41
CHANGELOG.md
41
CHANGELOG.md
|
@ -1471,3 +1471,44 @@
|
||||||
* Upgrade xorm to v1.3.7 to fix a resource leak problem caused by Iterate (#28891) (#28895)
|
* Upgrade xorm to v1.3.7 to fix a resource leak problem caused by Iterate (#28891) (#28895)
|
||||||
* Fix incorrect PostgreSQL connection string for Unix sockets (#28865) (#28870)
|
* Fix incorrect PostgreSQL connection string for Unix sockets (#28865) (#28870)
|
||||||
|
|
||||||
|
[1.32.6]
|
||||||
|
* Update Gitea to 1.21.7
|
||||||
|
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.21.7)
|
||||||
|
* Fix XSS vulnerabilities (#29336)
|
||||||
|
* Use general token signing secret (#29205) (#29325)
|
||||||
|
* Refactor issue template parsing and fix API endpoint (#29069) (#29140)
|
||||||
|
* Fix swift packages not resolving (#29095) (#29102)
|
||||||
|
* Refactor git version functions and check compatibility (#29155) (#29157)
|
||||||
|
* Improve user experience for outdated comments (#29050) (#29086)
|
||||||
|
* Hide code links on release page if user cannot read code (#29064) (#29066)
|
||||||
|
* Wrap contained tags and branches again (#29021) (#29026)
|
||||||
|
* Fix incorrect button CSS usages (#29015) (#29023)
|
||||||
|
* Strip trailing newline in markdown code copy (#29019) (#29022)
|
||||||
|
* Remove SSH workaround (#27893) (#29332)
|
||||||
|
* Only log error when tag sync fails (#29295) (#29327)
|
||||||
|
* Fix SSPI user creation (#28948) (#29323)
|
||||||
|
* Improve the issue_comment workflow trigger event (#29277) (#29322)
|
||||||
|
* Discard unread data of git cat-file (#29297) (#29310)
|
||||||
|
* Fix error display when merging PRs (#29288) (#29309)
|
||||||
|
* Prevent double use of git cat-file session. (#29298) (#29301)
|
||||||
|
* Fix missing link on outgoing new release notifications (#29079) (#29300)
|
||||||
|
* Fix debian InRelease Acquire-By-Hash newline (#29204) (#29299)
|
||||||
|
* Always write proc-receive hook for all git versions (#29287) (#29291)
|
||||||
|
* Do not show delete button when time tracker is disabled (#29257) (#29279)
|
||||||
|
* Workaround to clean up old reviews on creating a new one (#28554) (#29264)
|
||||||
|
* Fix bug when the linked account was disactived and list the linked accounts (#29263)
|
||||||
|
* Do not use lower tag names to find releases/tags (#29261) (#29262)
|
||||||
|
* Fix missed edit issues event for actions (#29237) (#29251)
|
||||||
|
* Only delete scheduled workflows when needed (#29091) (#29235)
|
||||||
|
* Make submit event code work with both jQuery event and native event (#29223) (#29234)
|
||||||
|
* Fix push to create with capitalize repo name (#29090) (#29206)
|
||||||
|
* Use ghost user if user was not found (#29161) (#29169)
|
||||||
|
* Dont load Review if Comment is CommentTypeReviewRequest (#28551) (#29160)
|
||||||
|
* Refactor parseSignatureFromCommitLine (#29054) (#29108)
|
||||||
|
* Avoid showing unnecessary JS errors when there are elements with different origin on the page (#29081) (#29089)
|
||||||
|
* Fix gitea-origin-url with default ports (#29085) (#29088)
|
||||||
|
* Fix orgmode link resolving (#29024) (#29076)
|
||||||
|
* Fix: Elasticsearch: Request Entity Too Large #28117 (#29062) (#29075)
|
||||||
|
* Do not render empty comments (#29039) (#29049)
|
||||||
|
* Avoid sending update/delete release notice when it is draft (#29008) (#29025)
|
||||||
|
|
||||||
|
|
|
@ -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.5",
|
"version": "1.32.6",
|
||||||
"upstreamVersion": "1.21.5",
|
"upstreamVersion": "1.21.7",
|
||||||
"healthCheckPath": "/explore",
|
"healthCheckPath": "/explore",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|
Loading…
Reference in New Issue