Version 1.33.0
This commit is contained in:
parent
08868f64d4
commit
56cb2ba6b2
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1597,3 +1597,16 @@
|
||||||
* Use db.ListOptions directly instead of Paginator interface to make it easier to use and fix performance of /pulls and /issues (#29990) (#30447)
|
* Use db.ListOptions directly instead of Paginator interface to make it easier to use and fix performance of /pulls and /issues (#29990) (#30447)
|
||||||
* Fix code owners will not be mentioned when a pull request comes from a forked repository (#30476) (#30497)
|
* Fix code owners will not be mentioned when a pull request comes from a forked repository (#30476) (#30497)
|
||||||
|
|
||||||
|
[1.33.0]
|
||||||
|
* Update Gitea to 1.22.0
|
||||||
|
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.22.0)
|
||||||
|
* [Breaking changes](https://github.com/go-gitea/gitea/releases/tag/v1.22.0#Breaking)
|
||||||
|
* Allow everyone to read or write a wiki by a repo unit setting (#30495)
|
||||||
|
* Use raw Wiki links for non-renderable Wiki files (#30273)
|
||||||
|
* Render embedded code preview by permalink in markdown (#30234) (#30249)
|
||||||
|
* Support repo code search without setting up an indexer (#29998)
|
||||||
|
* Support pasting URLs over markdown text (#29566)
|
||||||
|
* Allow to change primary email before account activation (#29412)
|
||||||
|
* Customizable "Open with" applications for repository clone (#29320)
|
||||||
|
* Allow options to disable user deletion from the interface on app.ini (#29275)
|
||||||
|
* Extend issue template YAML engine (#29274)
|
||||||
|
|
|
@ -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.10",
|
"version": "1.33.0",
|
||||||
"upstreamVersion": "1.21.11",
|
"upstreamVersion": "1.22.0",
|
||||||
"healthCheckPath": "/explore",
|
"healthCheckPath": "/explore",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|
Loading…
Reference in New Issue