diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-11 12:55:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-11 12:55:28 +0000 |
commit | dba3cccf6948fb993e02d03ca8891fbc7f6cd3e6 (patch) | |
tree | f329f86bed6a185a8d7dc4b38bc13155071e6b9f /CHANGELOG.md | |
parent | 021b424858d0b2fcf50c4199e152e93596cc8d5d (diff) | |
download | alacritty-dba3cccf6948fb993e02d03ca8891fbc7f6cd3e6.tar.gz alacritty-dba3cccf6948fb993e02d03ca8891fbc7f6cd3e6.zip |
Set env variables before window start
The environment variables specified in the configuration file are now
all set before the window is created. As a result, this makes it
possible to add the `WINIT_HIDPI_FACTOR` env variable directly to the
Alacritty configuration.
This fixes https://github.com/jwilm/alacritty/issues/1768.
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 32c678b0..15164698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Resizing of windows without decorations - On Wayland, key repetition works again - On macOS, Alacritty will now use the integrated GPU again when available +- On Linux, the `WINIT_HIDPI_FACTOR` environment variable can be set from the config now ## Version 0.2.1 |