forked from cloudron-apps/gitea-app
Version 1.13.4
This commit is contained in:
parent
7aebe88c3e
commit
4301fd5117
3 changed files with 16 additions and 2 deletions
14
CHANGELOG
14
CHANGELOG
|
@ -346,3 +346,17 @@
|
||||||
* BUILD
|
* BUILD
|
||||||
* Drone/docker: prepare multi-arch release + provide arm64 image (#7571) (#7884)
|
* Drone/docker: prepare multi-arch release + provide arm64 image (#7571) (#7884)
|
||||||
|
|
||||||
|
[1.13.4]
|
||||||
|
* Update Gitea to 1.9.3
|
||||||
|
* Fix go get from a private repository with Go 1.13 (#8100)
|
||||||
|
* Strict name matching for Repository.GetTagID() (#8082)
|
||||||
|
* Avoid ambiguity of branch/directory names for the git-diff-tree command (#8070)
|
||||||
|
* Add change title notification for issues (#8064)
|
||||||
|
* Run CORS handler first for /api routes (#7967) (#8053)
|
||||||
|
* Evaluate emojis in commit messages in list view (#8044)
|
||||||
|
* Fix failed to synchronize tags to releases for repository (#7990) (#7994)
|
||||||
|
* Fix adding default Telegram webhook (#7972) (#7992)
|
||||||
|
* Abort synchronization from LDAP source if there is some error (#7965)
|
||||||
|
* Fix deformed emoji in commit message (#8071)
|
||||||
|
* Keep blame view buttons sequence consistent with normal view when viewing a file (#8007) (#8009)
|
||||||
|
|
||||||
|
|
|
@ -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.13.3",
|
"version": "1.13.4",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Gitea <upstream>1.9.2</upstream>
|
This app packages Gitea <upstream>1.9.3</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