Version 1.33.2
This commit is contained in:
parent
c956c27334
commit
9c4088e812
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1615,3 +1615,17 @@
|
|||
* Update Gitea to 1.22.1
|
||||
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.22.1)
|
||||
|
||||
[1.33.2]
|
||||
* Update Gitea to 1.22.2
|
||||
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.22.2)
|
||||
* Replace v-html with v-text in search inputbox (#31966) (#31973)
|
||||
* Fix nuget/conan/container packages upload bugs (#31967) (#31982)
|
||||
* Refactor the usage of batch catfile (#31754) (#31889)
|
||||
* Fix overflowing content in action run log (#31842) (#31853)
|
||||
* Scroll images in project issues separately from the remaining issue (#31683) (#31823)
|
||||
* Add :focus-visible style to buttons (#31799) (#31819)
|
||||
* Fix the display of project type for deleted projects (#31732) (#31734)
|
||||
* Fix API owner ID should be zero when created repo secret (#31715) (#31811)
|
||||
* Set owner id to zero when GetRegistrationToken for repo (#31725) (#31729)
|
||||
* Fix API endpoint for registration-token (#31722) (#31728)
|
||||
* Add permission check when creating PR (#31033) (#31720)
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"author": "Gitea developers",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "A painless self-hosted Git Service",
|
||||
"version": "1.33.1",
|
||||
"upstreamVersion": "1.22.1",
|
||||
"version": "1.33.2",
|
||||
"upstreamVersion": "1.22.2",
|
||||
"healthCheckPath": "/explore",
|
||||
"httpPort": 3000,
|
||||
"memoryLimit": 536870912,
|
||||
|
|
Loading…
Reference in New Issue