diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e66216..ff63610e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,8 @@ is explicitly added. * Default sixel aspect ratio is now 2:1 instead of 1:1. * Sixel images are no longer cropped to the last non-transparent row. +* `dpi-aware` now defaults to `no`, and the `auto` value has been + removed. [1371]: https://codeberg.org/dnkl/foot/pulls/1371 @@ -92,6 +94,10 @@ ### Removed + +* `auto` value for the `dpi-aware` option. + + ### Fixed * Incorrect icon in dock and window switcher on Gnome ([#1317][1317])