summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Tuñón <camotubi@gmail.com>2019-01-05 15:47:12 -0500
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-01-05 20:47:12 +0000
commite4dc43e87c5330c1f22dc2e7570d7e66881ef647 (patch)
treeb8bfa95519ac71845d5ed2bc873cfdd57dc27993 /CHANGELOG.md
parentf4fc9eb35a02426dac33a19e2cb9ff182d745316 (diff)
downloadalacritty-e4dc43e87c5330c1f22dc2e7570d7e66881ef647.tar.gz
alacritty-e4dc43e87c5330c1f22dc2e7570d7e66881ef647.zip
Add key/mouse action for spawning new Alacritty instances
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a1d152b..5c724939 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Crashes on Windows are now also reported with a popup in addition to stderr
- Windows: New configuration field `enable_experimental_conpty_backend` which enables support
for the Pseudoconsole API (ConPTY) added in Windows 10 October 2018 (1809) update
+- New mouse and key action `SpawnNewInstance` for launching another instance of Alacritty
### Changed