diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-02-02 20:23:29 +0100 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2022-02-10 03:17:21 +0300 |
commit | c313b5b2c78cb0ae0de68b3c702d90e4bc61be28 (patch) | |
tree | 95e2b1629169ea2408c7a30edcb38eb2a49cc2d0 /CHANGELOG.md | |
parent | 5bab2ad2d0b1f3827f55665fe7b1bac98b4726b6 (diff) | |
download | alacritty-c313b5b2c78cb0ae0de68b3c702d90e4bc61be28.tar.gz alacritty-c313b5b2c78cb0ae0de68b3c702d90e4bc61be28.zip |
Fix repeated permission requests on M1 macs
This adds a codesign step to our makefile build which should
automatically sign the application and resolve the issues on M1 macs
where Alacritty constantly requests permissions.
Since self-signing does still seem to fix this issue after sharing the
resulting `Alacritty.app` with other M1 macs, the binary produced by our
release build should also be fixed automatically.
Fixes #5840.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fce012a9..de90da0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Builtin font lines not contiguous when `font.offset` is used - `font.glyph_offset` is no longer applied on builtin font - Buili-in font arcs alignment +- Repeated permission prompts on M1 macs ## 0.10.0 |