- Update to 0.24.2:
* Allow including config files matching glob patterns in kitty.conf (#4533) * Shell integration: Fix bash integration not working when PROMPT_COMMAND is used to change the prompt variables (#4476) * Shell integration: Fix cursor shape not being restored to default when running commands in the shell * Improve the UI of the ask kitten (#4545) * Allow customizing the placement and formatting of the tab_activity_symbol and bell_on_tab symbols by adding them to the tab_title_template (#4581, #4507) * hints kitten: Fix common single letter extension files not being detected (#4491) * Support dotted and dashed underline styles (#4529) * For the vertical and horizontal layouts have the windows arranged on a ring rather than a plane. This means the first and last window are considered neighbors (#4494) * A new action to clear the current selection (#4600) * Shell integration: fish: Fix cursor shape not working with fish’s vi mode (#4508) * Shell integration: fish: Dont override fish’s native title setting functionality. See discussion. * Draw the dots for braille characters more evenly spaced at all font sizes (#4499) * icat kitten: Add options to mirror images and remove their transparency before displaying them (#4513) * Fix getting last command output not working correctly when the screen is scrolled (#4522) * Show number of windows per tab in the select_tab action (#4523) * Fix clicking in a window to focus it and typingimmediately OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=94
This commit is contained in:
parent
7a5c68f35a
commit
ef62e21b1f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a49b7ea7d36989fb17bd31935dc6a9a619338647c58ca1eb00400340b0d756ff
|
||||
size 5828079
|
3
kitty-0.24.2.tar.gz
Normal file
3
kitty-0.24.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6edf5cb7f4f24afe4fef7d209cb7a2bb479438a90919610b0147f48d57b34fc0
|
||||
size 5916823
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 3 08:15:30 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.24.2:
|
||||
* Allow including config files matching glob patterns in
|
||||
kitty.conf (#4533)
|
||||
* Shell integration: Fix bash integration not working when
|
||||
PROMPT_COMMAND is used to change the prompt variables (#4476)
|
||||
* Shell integration: Fix cursor shape not being restored to
|
||||
default when running commands in the shell
|
||||
* Improve the UI of the ask kitten (#4545)
|
||||
* Allow customizing the placement and formatting of the
|
||||
tab_activity_symbol and bell_on_tab symbols by adding
|
||||
them to the tab_title_template (#4581, #4507)
|
||||
* hints kitten: Fix common single letter extension files
|
||||
not being detected (#4491)
|
||||
* Support dotted and dashed underline styles (#4529)
|
||||
* For the vertical and horizontal layouts have the windows
|
||||
arranged on a ring rather than a plane. This means the
|
||||
first and last window are considered neighbors (#4494)
|
||||
* A new action to clear the current selection (#4600)
|
||||
* Shell integration: fish: Fix cursor shape not working
|
||||
with fish’s vi mode (#4508)
|
||||
* Shell integration: fish: Dont override fish’s native
|
||||
title setting functionality. See discussion.
|
||||
* Draw the dots for braille characters more evenly spaced
|
||||
at all font sizes (#4499)
|
||||
* icat kitten: Add options to mirror images and remove
|
||||
their transparency before displaying them (#4513)
|
||||
* Fix getting last command output not working correctly
|
||||
when the screen is scrolled (#4522)
|
||||
* Show number of windows per tab in the select_tab action (#4523)
|
||||
* Fix clicking in a window to focus it and typingimmediately
|
||||
sometimes having unexpected effects if at a shell prompt (#4128)
|
||||
* themes kitten: Allow writing to a different file than kitty.conf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 13:37:22 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kitty
|
||||
Version: 0.24.1
|
||||
Version: 0.24.2
|
||||
Release: 0
|
||||
Summary: A GPU-based terminal emulator
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user