diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-14 20:37:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-14 20:37:54 +0000 |
commit | bf71d532b01841067b5654072af22bcc0cc0019a (patch) | |
tree | 260b0a231c14d86fd04ed88de13f700628acfb02 | |
parent | f5e2f39979e2983399dd867cb6f844256fd14163 (diff) | |
download | alacritty-bf71d532b01841067b5654072af22bcc0cc0019a.tar.gz alacritty-bf71d532b01841067b5654072af22bcc0cc0019a.zip |
Add change log entry for `scale_with_dpi` setting
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b9d434..675d5d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The `custom_cursor_colors` config field was deleted, remove the `colors.cursor.*` options to achieve the same behavior as setting it to `false` +- The `scale_with_dpi` configuration value has been removed, on Linux the env + variable `WINIT_HIDPI_FACTOR=1` can be set instead to disable DPI scaling ### Fixed |