summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJonathan Dahan <hi@jonathan.is>2018-11-19 16:23:47 -0500
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-11-19 21:23:47 +0000
commit2ede659134936fe294f454a6b2247e1918af6f51 (patch)
tree13f97679a4fd29f267a84338206e5e6f8427bc17 /CHANGELOG.md
parentfc04bc1e6dfc6f1bd3f0a70b1d6d2b6cbc551d40 (diff)
downloadalacritty-2ede659134936fe294f454a6b2247e1918af6f51.tar.gz
alacritty-2ede659134936fe294f454a6b2247e1918af6f51.zip
Add option for launching Alacritty maximized
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 2facda65..a9fbbfaf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Option for evenly spreading extra padding around the terminal (`window.dynamic_padding`)
+- Option for maximizing alacritty on start (`window.start_maximized`)
- Display notice about errors and warnings inside Alacritty
- Log all messages to both stderr and a log file in the system's temporary directory
- New configuration option `persistent_logging` and CLI flag `--persistent-logging`,