summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-02-05 11:41:23 +0300
committerGitHub <noreply@github.com>2023-02-05 11:41:23 +0300
commitf409f743724207e7a2a4c008ce74ea505ae6bbcf (patch)
tree34d5a135883dbadf4a9d802554122df841c80a59 /CHANGELOG.md
parent8a838710e37665f5bdeb8c01d2f1d3e6fec976a6 (diff)
Resize the window by cell dimensions
This should resize window by cell dimensions granularity instead of using pixels. Fixes #388.
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 df8c61d6..e3ffe341 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `window.decorations_theme_variant` could now control theme on macOS and Windows
- The IME purpose is now set to `Terminal` which could help with OSK
- `window.decorations_theme_variant` is now using `Dark`, `Light`, and `None` values
+- Resize increments are now set on macOS and X11 to resize by cell sizes
### Fixed