* diff kitten: Implement searching for text in the diff (#574)
* Add an option startup_session to kitty.conf to specify a default startup session (#641)
* Add a command line option kitty --wait-for-single-instance-window-close to make kitty --single-instance wait for the closing of the newly opened window before quitting (#630)
* diff kitten: Allow theming the selection background/foreground as well
* diff kitten: Display CRLF line endings using the unicode return symbol instead of <d> as it is less intrusive (#638)
* diff kitten: Fix default foreground/background colors not being restored when kitten quits (#637)
* Fix kitty @ set-colors --all not working when more than one window present (#632)
* Fix a regression that broke the legacy increase/decrease_font_size actions
* A new tab bar style "fade" in which each tab's edges fade into the background.
* A new kitten to create dock panels on X11 desktops showing the output from arbitrary terminal programs.
* Reduce data sent to the GPU per render by 30% (commit: 8dea5b3e)
* Implement changing the font size for individual top level (OS) windows (#408)
* When viewing the scrollback in less using ctrl+shift+h and kitty is currently scrolled, position the scrollback in less to match kitty's scroll position. (#148)
* ssh kitten: Support all SSH options. It can now be aliased directly to ssh for convenience. (#591)
* icat kitten: Add kitty +kitten icat --print-window-size to easily detect the window size in pixels from scripting languages (#581)
* hints kitten: Allow selecting hashes from the terminal with ctrl+shift+p>h useful for git commits. (#604)
* Allow specifying initial window size in number of cells in addition to pixels (#436)
* Add a setting to control the margins to the left and right of the tab-bar (#584)
* When closing a tab switch to the last active tab instead of the right-most tab (#585)
* Wayland: Fix kitty not starting when using wl_roots based compositors (#157)
* Wayland: Fix mouse wheel/touchpad scrolling in opposite direction to other apps (#594)
* Add a config option (editor) to set the EDITOR kitty uses (#580)
* Add a config option (x11_hide_window_decorations) to hide window decorations under X11/Wayland (#607)
* Add an option to @set-window-title to make the title change non-permanent (#592)
* Add support for the CSI t escape code to query window and cell sizes (#581)
* Linux: Fix fonts not being correctly read from TrueType Collection (.ttc) files (#577)
* Fix inactive_text_alpha also applying to the tab bar (#612)
* hints kitten: Fix a regression that caused some blank lines to be not be displayed.
* Linux: Include a man page and the HTML docs when building the linux-package
* Remote control: Fix kitty @ sometimes failing to read the response from kitty. (#614)
* Fix kitty @ set-colors not working with the window border colors. (#623)
- Add BuildRequires: python3-Sphinx for docu building
- Add documentation and man pages to files section
* Add a kitten to easily ssh into servers that automatically copies the terminfo files over. kitty +kitten ssh myserver.
* diff kitten: Make the keyboard shortcuts configurable (#563)
* Allow controlling background_opacity via either keyboard shortcuts or remote control. Note that you must set dynamic_background_opacity yes in kitty.conf first. (#569)
* diff kitten: Add keybindings to scroll by page
* diff kitten: Fix incorrect syntax highlighting for a few file formats such as yaml
* Fix Ctrl+Alt+Space not working in normal and application keyboard modes (#562)