changelog: move entry for dpi-aware up, to make it more visible

This commit is contained in:
Daniel Eklöf 2020-12-18 14:46:56 +01:00
parent c1dc38e813
commit 59e4243f2a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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 monitors 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 monitors 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`,