version 0.25.1
This commit is contained in:
parent
3eb5320e29
commit
cc4f1c0a24
@ -34,7 +34,7 @@ mouse anywhere in the current command to move the cursor there. See
|
|||||||
Detailed list of changes
|
Detailed list of changes
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
0.25.1 [future]
|
0.25.1 [2022-05-26]
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- Shell integration: Add a command to :ref:`clone_shell`
|
- Shell integration: Add a command to :ref:`clone_shell`
|
||||||
@ -69,6 +69,8 @@ Detailed list of changes
|
|||||||
|
|
||||||
- Fix deleting images by row not calculating image bounds correctly (:iss:`5081`)
|
- Fix deleting images by row not calculating image bounds correctly (:iss:`5081`)
|
||||||
|
|
||||||
|
- Increase the max number of combining chars per cell from two to three, without increasing memory usage.
|
||||||
|
|
||||||
- Linux: Load libfontconfig at runtime to allow the binaries to work for
|
- Linux: Load libfontconfig at runtime to allow the binaries to work for
|
||||||
running kittens on servers without FontConfig
|
running kittens on servers without FontConfig
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@ class Version(NamedTuple):
|
|||||||
|
|
||||||
appname: str = 'kitty'
|
appname: str = 'kitty'
|
||||||
kitty_face = '🐱'
|
kitty_face = '🐱'
|
||||||
version: Version = Version(0, 25, 0)
|
version: Version = Version(0, 25, 1)
|
||||||
str_version: str = '.'.join(map(str, version))
|
str_version: str = '.'.join(map(str, version))
|
||||||
_plat = sys.platform.lower()
|
_plat = sys.platform.lower()
|
||||||
is_macos: bool = 'darwin' in _plat
|
is_macos: bool = 'darwin' in _plat
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user