Distribute extra pixels among all eight-blocks rather than adding them all to the last block

Makes one block stand out less, every block is now at most a pixel in
size different from every other block. Fixes #3097
This commit is contained in:
Kovid Goyal
2020-11-14 11:06:47 +05:30
parent c830097511
commit ef596f6a8b
2 changed files with 28 additions and 6 deletions

View File

@@ -4,6 +4,13 @@ Changelog
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
To update |kitty|, :doc:`follow the instructions <binary>`.
0.19.3 [future]
-------------------
- Distribute extra pixels among all eight-blocks rather than adding them
all to the last block (:iss:`3097`)
0.19.2 [2020-11-13]
-------------------