diff options
author | Jonathan Dahan <hi@jonathan.is> | 2018-11-19 16:23:47 -0500 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-19 21:23:47 +0000 |
commit | 2ede659134936fe294f454a6b2247e1918af6f51 (patch) | |
tree | 13f97679a4fd29f267a84338206e5e6f8427bc17 /CHANGELOG.md | |
parent | fc04bc1e6dfc6f1bd3f0a70b1d6d2b6cbc551d40 (diff) | |
download | alacritty-2ede659134936fe294f454a6b2247e1918af6f51.tar.gz alacritty-2ede659134936fe294f454a6b2247e1918af6f51.zip |
Add option for launching Alacritty maximized
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
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`, |