diff options
author | Yarden Shoham <git@yardenshoham.com> | 2023-05-04 05:05:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 22:05:47 -0400 |
commit | a2fe68e50ba819daed9b0e28166a749d18c58750 (patch) | |
tree | 6c1100cdb6735c097b1315d1a4b72f52309b2d4b | |
parent | f7f078213297ee870301d1282366d2f0b5d9de2b (diff) | |
download | gitea-a2fe68e50ba819daed9b0e28166a749d18c58750.tar.gz gitea-a2fe68e50ba819daed9b0e28166a749d18c58750.zip |
Changelog for 1.19.3 (#24495) (#24506)
Frontport #24495
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d1bab896..e4e5c9368a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ This changelog goes through all the changes that have been made in each release without substantial changes to our git log; to see the highlights of what has been added to each release, please refer to the [blog](https://blog.gitea.io). +## [1.19.3](https://github.com/go-gitea/gitea/releases/tag/1.19.3) - 2023-05-03 + +* SECURITY + * Use golang 1.20.4 to fix CVE-2023-24539, CVE-2023-24540, and CVE-2023-29400 +* ENHANCEMENTS + * Enable whitespace rendering on selection in Monaco (#24444) (#24485) + * Improve milestone filter on issues page (#22423) (#24440) +* BUGFIXES + * Fix api error message if fork exists (#24487) (#24493) + * Fix user-cards format (#24428) (#24431) + * Fix incorrect CurrentUser check for docker rootless (#24435) + * Getting the tag list does not require being signed in (#24413) (#24416) + ## [1.19.2](https://github.com/go-gitea/gitea/releases/tag/1.19.2) - 2023-04-26 * SECURITY |