Version 1.23.0
This commit is contained in:
parent
2c284d36fa
commit
6874ea9d46
|
@ -844,3 +844,10 @@
|
||||||
* Ensure that restricted users can access repos for which they are members (#17460) (#17464)
|
* Ensure that restricted users can access repos for which they are members (#17460) (#17464)
|
||||||
* Make commit-statuses popup show correctly (#17447) (#17466)
|
* Make commit-statuses popup show correctly (#17447) (#17466)
|
||||||
|
|
||||||
|
[1.23.0]
|
||||||
|
* Update Gitea to 1.15.7
|
||||||
|
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.15.7)
|
||||||
|
* Enable rendering of jupyter notebooks, rst, asciidoc by default
|
||||||
|
* Only allow webhook to send requests to allowed hosts (#17482) (#17510)
|
||||||
|
* Fix login redirection links (#17451) (#17473)
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"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.22.6",
|
"version": "1.23.0",
|
||||||
"healthCheckPath": "/explore",
|
"healthCheckPath": "/explore",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Gitea <upstream>1.15.6</upstream>
|
This app packages Gitea <upstream>1.15.7</upstream>
|
||||||
|
|
||||||
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue