mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-22 08:01:01 +00:00
Version 1.23.6
This commit is contained in:
parent
e5296ab5ee
commit
2f85d288e0
3 changed files with 10 additions and 2 deletions
|
@ -900,3 +900,11 @@
|
||||||
* Stop logging an error when notes are not found (#18626) (#18635)
|
* Stop logging an error when notes are not found (#18626) (#18635)
|
||||||
* Ensure that blob-excerpt links work for wiki (#18587) (#18624)
|
* Ensure that blob-excerpt links work for wiki (#18587) (#18624)
|
||||||
* Only attempt to flush queue if the underlying worker pool is not finished (#18593) (#18620)
|
* Only attempt to flush queue if the underlying worker pool is not finished (#18593) (#18620)
|
||||||
|
|
||||||
|
[1.23.6]
|
||||||
|
* Update Gitea to 1.16.2
|
||||||
|
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.16.2)
|
||||||
|
* Show fullname on issue edits and gpg/ssh signing info (#18828)
|
||||||
|
* Immediately Hammer if second kill is sent (#18823) (#18826)
|
||||||
|
* Allow mermaid render error to wrap (#18791)
|
||||||
|
|
||||||
|
|
|
@ -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.23.5",
|
"version": "1.23.6",
|
||||||
"healthCheckPath": "/explore",
|
"healthCheckPath": "/explore",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Gitea <upstream>1.16.1</upstream>
|
This app packages Gitea <upstream>1.16.2</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 a new issue