Update CHANGELOG

This commit is contained in:
Kovid Goyal 2018-05-20 18:34:07 +05:30
parent 07782e071a
commit f8f5838ab5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -15,7 +15,47 @@ version 0.10.0 [future]
<https://github.com/kovidgoyal/kitty#layouts>`_ for details.
- Implement support for the SGR _faint_ escape code to make text blend
into the background (#446).
into the background (`#446 <https://github.com/kovidgoyal/kitty/issues/446>`_).
- Make the hints kitten a little `smarter
<https://github.com/kovidgoyal/kitty/commit/ad1109b6fe0a6802ca4f77182a7a0b36086b3e9f>`_,
so that URLs that stretch over multiple lines are detected. Also improve
detection of surrounding brackets/quotes.
- Make the kitty window id available as the environment variable
`KITTY_WINDOW_ID` (`#532 <https://github.com/kovidgoyal/kitty/issues/532>`_).
- Add a "fat" layout that is similar to the "tall" layout but vertically
oriented.
- Expand environment variables in config file include directives
- Allow programs running in kitty to `read/write from the clipboard
<https://github.com/kovidgoyal/kitty/commit/889ca7791244253cb08fbc3eca8883a87fb943a7>`_.
By default only writing is allowed.
- Fix moving cursor outside a defined page area incorrectly causing the cursor
to be placed inside the page area. Caused incorrect rendering in neovim, in
some situations.
- Render a couple more powerline symbols directly, bypassing the font
(`#550 <https://github.com/kovidgoyal/kitty/issues/550 >`_).
- Fix ctrl+alt+<special> not working in normal and application keyboard (`#548
https://github.com/kovidgoyal/kitty/issues/548`_).
- Partial fix for rendering Right-to-left languages like Arabic. Rendering of
Arabic is never going to be perfect, but now it is at least readable.
- Fix Ctrl+backspace acting as plain backspace in normal and application
keyboard modes (`#538 <https://github.com/kovidgoyal/kitty/issues/538>`_).
- Have the paste_from_selection action paste from the clipboard on platforms
that do not have a primary selection such as Wayland and macOS
(`#529 <https://github.com/kovidgoyal/kitty/issues/529>`_)
- Fix cursor_stop_blinking_after=0 not working (`#530 <https://github.com/kovidgoyal/kitty/issues/530>`_)
version 0.9.1 [2018-05-05]
------------------------------