From 59e4243f2a93f3003613499af66d48f3b1a382c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 18 Dec 2020 14:46:56 +0100 Subject: [PATCH] changelog: move entry for dpi-aware up, to make it more visible --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46583bbb..1b9a59f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,13 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See * `DECSET` escape to enable/disable IME: `CSI ? 737769 h` enables IME and `CSI ? 737769 l` disables it. This can be used to e.g. enable/disable IME when entering/leaving insert mode in vim. +* `dpi-aware` option to `foot.ini`. The default, `auto`, sizes fonts + using the monitor’s DPI when output scaling has been + **disabled**. If output scaling has been **enabled**, fonts are + sized using the scaling factor. DPI-only font sizing can be forced + by setting `dpi-aware=yes`. Setting `dpi-aware=no` forces font + sizing to be based on the scaling factor. + (https://codeberg.org/dnkl/foot/issues/206). * Implement reverse auto-wrap (_auto\_left\_margin_, _bw_, in terminfo). This mode can be enabled/disabled with `CSI ? 45 h` and `CSI ? 45 l`. It is **enabled** by default @@ -78,13 +85,6 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See * `bold-text-in-bright` option to `foot.ini`. When enabled, bold text is rendered in a brighter color (https://codeberg.org/dnkl/foot/issues/199). -* `dpi-aware` option to `foot.ini`. The default, `auto`, sizes fonts - using the monitor’s DPI when output scaling has been - **disabled**. If output scaling has been **enabled**, fonts are - sized using the scaling factor. DPI-only font sizing can be forced - by setting `dpi-aware=yes`. Setting `dpi-aware=no` forces font - sizing to be based on the scaling factor. - (https://codeberg.org/dnkl/foot/issues/206). * `-w,--window-size-pixels` and `-W,--window-size-chars` command line options to `footclient` (https://codeberg.org/dnkl/foot/issues/189). * Short command line options for `--title`, `--maximized`,