mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-25 17:31:01 +00:00
Version 1.22.4
This commit is contained in:
parent
9a03f268cb
commit
dc7f7e2f4e
3 changed files with 21 additions and 2 deletions
19
CHANGELOG
19
CHANGELOG
|
@ -799,3 +799,22 @@
|
||||||
* Add caller to cat-file batch calls (#17082) (#17089)
|
* Add caller to cat-file batch calls (#17082) (#17089)
|
||||||
* Many bug fixes
|
* Many bug fixes
|
||||||
|
|
||||||
|
[1.22.4]
|
||||||
|
* Update Gitea to 1.15.4
|
||||||
|
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.15.4)
|
||||||
|
* Raw file API: don't try to interpret 40char filenames as commit SHA (#17185) (#17272)
|
||||||
|
* Don't allow merged PRs to be reopened (#17192) (#17271)
|
||||||
|
* Fix incorrect repository count on organization tab of dashboard (#17256) (#17266)
|
||||||
|
* Fix unwanted team review request deletion (#17257) (#17264)
|
||||||
|
* Fix broken Activities link in team dashboard (#17255) (#17258)
|
||||||
|
* API pull's head/base have correct permission(#17214) (#17245)
|
||||||
|
* Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223) (#17227)
|
||||||
|
* Upgrade xorm to v1.2.5 (#17177) (#17188)
|
||||||
|
* Fix missing repo link in issue/pull assigned emails (#17183) (#17184)
|
||||||
|
* Fix bug of get context user (#17169) (#17172)
|
||||||
|
* Nicely handle missing user in collaborations (#17049) (#17166)
|
||||||
|
* Add Horizontal scrollbar to inner menu on Chrome (#17086) (#17164)
|
||||||
|
* Fix wrong i18n keys (#17150) (#17153)
|
||||||
|
* Fix Archive Creation: correct transaction ending (#17151)
|
||||||
|
* Prevent panic in Org mode HighlightCodeBlock (#17140) (#17141)
|
||||||
|
* Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#17136) (#17137)
|
||||||
|
|
|
@ -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.3",
|
"version": "1.22.4",
|
||||||
"healthCheckPath": "/explore",
|
"healthCheckPath": "/explore",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Gitea <upstream>1.15.3</upstream>
|
This app packages Gitea <upstream>1.15.4</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