summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorwayne <wayne.warren.s@gmail.com>2019-11-03 13:02:26 -0600
committerChristian Duerr <contact@christianduerr.com>2019-11-03 20:02:26 +0100
commitfa6ceacfa4158c568c55dff85621788ff1df4099 (patch)
treec2019eb5e047c0a58956c103cfa67012ef629002 /CHANGELOG.md
parent4dd327f0aec53d4501601281b796b1d7dda9a5d3 (diff)
downloadalacritty-fa6ceacfa4158c568c55dff85621788ff1df4099.tar.gz
alacritty-fa6ceacfa4158c568c55dff85621788ff1df4099.zip
Add live config reload for font family and style
Fixes #2737.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34c80e89..b29c6c1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,11 +24,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Terminal escape bindings with combined modifiers
- Bindings for ScrollToTop and ScrollToBottom actions
- `ReceiveChar` key binding action to insert the key's text character
-- Live reload font size from config
- New CLI flag `--hold` for keeping Alacritty opened after its child process exits
- Escape sequence to save and restore window title from stack
- Alternate scroll escape sequence (`CSI ? 1007 h` / `CSI ? 1007 l`)
- Print name of launch command if Alacritty failed to execute it
+- Live reload font settings from config
### Changed