Merge branch 'macos-thicken-font' of https://github.com/tbodt/kitty

This commit is contained in:
Kovid Goyal
2018-09-11 09:57:28 +05:30
5 changed files with 16 additions and 1 deletions

View File

@@ -21,6 +21,10 @@ Changelog
fullscreen/maximized/minimized. This replaces the ``--start-in-fullscreen``
flag introduced in the previous release (:iss:`935`)
- macOS: Add a new :opt:`macos_thicken_font` to make text rendering
on macs thicker, which makes it similar to the result of
sub-pixel antialiasing (:pull:`950`)
- Fix drag-scrolling not working when the mouse leaves the window confines
(:iss:`917`)