macOS: Bundle mozilla's root certificates with kitty

Apple doesnt provide root certificates in a form useable by openssl
which means all ssl based network requests fail, so bundle our own

Fixes #3936
This commit is contained in:
Kovid Goyal
2021-08-16 17:16:03 +05:30
parent 827b6598b2
commit 56cb628ee8
3 changed files with 37 additions and 7 deletions

View File

@@ -4,6 +4,13 @@ Changelog
|kitty| is a feature-rich, cross-platform, *fast*, GPU based terminal.
To update |kitty|, :doc:`follow the instructions <binary>`.
0.23.1 [future]
----------------------
- macOS: Fix themes kitten failing to download themes because of missing SSL
certificates (:iss:`3936`)
- A new :doc:`themes kitten </kittens/themes>` to easily change kitty themes.
0.23.0 [2021-08-16]
----------------------