diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8553d2b42..c4eae038b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,7 +15,47 @@ version 0.10.0 [future] `_ for details. - Implement support for the SGR _faint_ escape code to make text blend - into the background (#446). + into the background (`#446 `_). + +- Make the hints kitten a little `smarter + `_, + 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 `_). + +- 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 + `_. + 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 `_). + +- Fix ctrl+alt+ 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 `_). + +- 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 `_) + +- Fix cursor_stop_blinking_after=0 not working (`#530 `_) + version 0.9.1 [2018-05-05] ------------------------------