diff options
author | Alex <the.decryptor@gmail.com> | 2019-07-14 20:53:04 +1000 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-07-14 10:53:04 +0000 |
commit | 1c05b3bb0cfe29ddaa349906a7359f4b65e78f19 (patch) | |
tree | d6700b640af6bcb6730184b9b6daf4b5f82d7800 /CHANGELOG.md | |
parent | 9a159a77604e0354f1176b02ff700bc11da19c86 (diff) | |
download | alacritty-1c05b3bb0cfe29ddaa349906a7359f4b65e78f19.tar.gz alacritty-1c05b3bb0cfe29ddaa349906a7359f4b65e78f19.zip |
Query DirectWrite for the rendering mode to use
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a629010a..ede22e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Completions for `--class` and `-t` (short title) - Change the mouse cursor when hovering over the message bar and its close button +### Changed + +- On Windows, query DirectWrite for recommended anti-aliasing settings + ### Fixed - GUI programs launched by Alacritty starting in the background on X11 |