summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBen Pye <ben@curlybracket.co.uk>2019-04-23 10:41:21 -0700
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-23 17:41:21 +0000
commitb0efa9d105b53211d8df094238c7eb8324e93566 (patch)
treeb8ff924a328f2fdc807d319ad9967a6015509d90 /CHANGELOG.md
parentcf1a35bcb471b293ced201284a888f40a555f274 (diff)
Add DirectWrite font rasterizer
This adds a DirectWrite font rasterizer for Windows and enables subpixel rendering and hinting. It also completely replaces rusttype for font rendering on Windows, allowing Alacritty to use the native font stacks on all operating systems. Fixes #1673. Fixes #2316.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55ce0af1..c32d58b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [Unreleased]
+
+### Changed
+
+- On Windows, Alacritty will now use the native DirectWrite font API
+
## Version 0.3.2
### Fixed