Version 1.28.3

master v1.28.3
Girish Ramakrishnan 2023-05-04 09:34:42 +02:00
parent 35ac25e140
commit f2818dc4f9
2 changed files with 13 additions and 4 deletions

View File

@ -1199,3 +1199,12 @@
* Fix broken clone script on an empty archived repo (#24339) (#24348)
* Fix Monaco IOS keyboard button (#24341) (#24347)
* Don't set meta theme-color by default (#24340) (#24346)
[1.28.3]
* Update Gitea to 1.19.3
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.19.3)
* Use golang 1.20.4 to fix CVE-2023-24539, CVE-2023-24540, and CVE-2023-29400
* Enable whitespace rendering on selection in Monaco (#24444) (#24485)
* Improve milestone filter on issues page (#22423) (#24440)
* Fix api error message if fork exists (#24487) (#24493)
* Fix user-cards format (#24428) (#24431)

View File

@ -4,15 +4,15 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.28.2",
"upstreamVersion": "1.19.2",
"version": "1.28.3",
"upstreamVersion": "1.19.3",
"healthCheckPath": "/explore",
"httpPort": 3000,
"memoryLimit": 536870912,
"addons": {
"mysql": { },
"sendmail": { },
"localstorage": { "supportsDisplayName": true },
"sendmail": { "supportsDisplayName": true },
"localstorage": { },
"ldap": { }
},
"tcpPorts": {