diff --git a/docs/changelog.rst b/docs/changelog.rst index dac716952..17e2f0b33 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,9 +4,14 @@ Changelog |kitty| is a feature-rich, cross-platform, *fast*, GPU based terminal. To update |kitty|, :doc:`follow the instructions `. -0.23.2 [future] +0.24.0 [future] ---------------------- +- Integrate kitty closely with common shells such as zsh, fish and bash. + This allows lots of niceties such as jumping to previous prompts, opening the + output of the last command in a new window, etc. See :ref:`shell_integration` + for details. + - A new option :opt:`tab_bar_align` to draw the tab bar centered or right aligned (:iss:`3946`) @@ -16,6 +21,7 @@ To update |kitty|, :doc:`follow the instructions `. - Fix a regression that caused :option:`kitty --title` to not work when opening new OS windows using :option:`kitty --single-instance` (:iss:`3893`) + 0.23.1 [2021-08-17] ---------------------- @@ -41,11 +47,6 @@ To update |kitty|, :doc:`follow the instructions `. Choose from almost two hundred themes in the `kitty themes repository `_ -- Integrate kitty closely with common shells such as zsh, fish and bash. - This allows lots of niceties such as jumping to previous prompts, opening the - output of the last command in a new window, etc. See :ref:`shell_integration` - for details. - - A new style for the tab bar that makes tabs looks like the tabs in a physical tabbed file, see :opt:`tab_bar_style`