From ef62e21b1f1285b51c89580362595703f381d05cdb2eae8ee5f7231bfc025492 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 3 Feb 2022 08:18:38 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=200.24.2:=20=20=20*=20Allow=20i?= =?UTF-8?q?ncluding=20config=20files=20matching=20glob=20patterns=20in=20?= =?UTF-8?q?=20=20=20=20kitty.conf=20(#4533)=20=20=20*=20Shell=20integratio?= =?UTF-8?q?n:=20Fix=20bash=20integration=20not=20working=20when=20=20=20?= =?UTF-8?q?=20=20PROMPT=5FCOMMAND=20is=20used=20to=20change=20the=20prompt?= =?UTF-8?q?=20variables=20(#4476)=20=20=20*=20Shell=20integration:=20Fix?= =?UTF-8?q?=20cursor=20shape=20not=20being=20restored=20to=20=20=20=20=20d?= =?UTF-8?q?efault=20when=20running=20commands=20in=20the=20shell=20=20=20*?= =?UTF-8?q?=20Improve=20the=20UI=20of=20the=20ask=20kitten=20(#4545)=20=20?= =?UTF-8?q?=20*=20Allow=20customizing=20the=20placement=20and=20formatting?= =?UTF-8?q?=20of=20the=20=20=20=20=20tab=5Factivity=5Fsymbol=20and=20bell?= =?UTF-8?q?=5Fon=5Ftab=20symbols=20by=20adding=20=20=20=20=20them=20to=20t?= =?UTF-8?q?he=20tab=5Ftitle=5Ftemplate=20(#4581,=20#4507)=20=20=20*=20hint?= =?UTF-8?q?s=20kitten:=20Fix=20common=20single=20letter=20extension=20file?= =?UTF-8?q?s=20=20=20=20=20not=20being=20detected=20(#4491)=20=20=20*=20Su?= =?UTF-8?q?pport=20dotted=20and=20dashed=20underline=20styles=20(#4529)=20?= =?UTF-8?q?=20=20*=20For=20the=20vertical=20and=20horizontal=20layouts=20h?= =?UTF-8?q?ave=20the=20windows=20=20=20=20=20arranged=20on=20a=20ring=20ra?= =?UTF-8?q?ther=20than=20a=20plane.=20This=20means=20the=20=20=20=20=20fir?= =?UTF-8?q?st=20and=20last=20window=20are=20considered=20neighbors=20(#449?= =?UTF-8?q?4)=20=20=20*=20A=20new=20action=20to=20clear=20the=20current=20?= =?UTF-8?q?selection=20(#4600)=20=20=20*=20Shell=20integration:=20fish:=20?= =?UTF-8?q?Fix=20cursor=20shape=20not=20working=20=20=20=20=20with=20fish?= =?UTF-8?q?=E2=80=99s=20vi=20mode=20(#4508)=20=20=20*=20Shell=20integratio?= =?UTF-8?q?n:=20fish:=20Dont=20override=20fish=E2=80=99s=20native=20=20=20?= =?UTF-8?q?=20=20title=20setting=20functionality.=20See=20discussion.=20?= =?UTF-8?q?=20=20*=20Draw=20the=20dots=20for=20braille=20characters=20more?= =?UTF-8?q?=20evenly=20spaced=20=20=20=20=20at=20all=20font=20sizes=20(#44?= =?UTF-8?q?99)=20=20=20*=20icat=20kitten:=20Add=20options=20to=20mirror=20?= =?UTF-8?q?images=20and=20remove=20=20=20=20=20their=20transparency=20befo?= =?UTF-8?q?re=20displaying=20them=20(#4513)=20=20=20*=20Fix=20getting=20la?= =?UTF-8?q?st=20command=20output=20not=20working=20correctly=20=20=20=20?= =?UTF-8?q?=20when=20the=20screen=20is=20scrolled=20(#4522)=20=20=20*=20Sh?= =?UTF-8?q?ow=20number=20of=20windows=20per=20tab=20in=20the=20select=5Fta?= =?UTF-8?q?b=20action=20(#4523)=20=20=20*=20Fix=20clicking=20in=20a=20wind?= =?UTF-8?q?ow=20to=20focus=20it=20and=20typingimmediately?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=94 --- kitty-0.24.1.tar.gz | 3 --- kitty-0.24.2.tar.gz | 3 +++ kitty.changes | 36 ++++++++++++++++++++++++++++++++++++ kitty.spec | 2 +- 4 files changed, 40 insertions(+), 4 deletions(-) delete mode 100644 kitty-0.24.1.tar.gz create mode 100644 kitty-0.24.2.tar.gz diff --git a/kitty-0.24.1.tar.gz b/kitty-0.24.1.tar.gz deleted file mode 100644 index f052c9b..0000000 --- a/kitty-0.24.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a49b7ea7d36989fb17bd31935dc6a9a619338647c58ca1eb00400340b0d756ff -size 5828079 diff --git a/kitty-0.24.2.tar.gz b/kitty-0.24.2.tar.gz new file mode 100644 index 0000000..f2eef91 --- /dev/null +++ b/kitty-0.24.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edf5cb7f4f24afe4fef7d209cb7a2bb479438a90919610b0147f48d57b34fc0 +size 5916823 diff --git a/kitty.changes b/kitty.changes index 64027d1..646b28e 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Thu Feb 3 08:15:30 UTC 2022 - Michael Vetter + +- 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 diff --git a/kitty.spec b/kitty.spec index e211e47..99fc052 100644 --- a/kitty.spec +++ b/kitty.spec @@ -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