diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9175fcad..46510dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - To use the cell's text color for selection with a modified background, the `color.selection.text` variable must now be set to `CellForeground` instead of omitting it - URLs are no longer highlighted without a clearly delimited scheme -- Renamed `visual_bell` to `bell` +- Renamed config option `visual_bell` to `bell` +- Moved config option `dynamic_title` to `window.dynamic_title` ### Fixed @@ -71,6 +72,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ingoring of default FreeType properties - Alacritty crashing at startup when the configured font does not exist +### Removed + +- Deprecated `window.start_maximized` config field +- Deprecated `render_timer` config field +- Deprecated `persistent_logging` config field + ## 0.4.3 ### Fixed |