- Update to 0.26.0:

* A new option remote_control_password to use fine grained permissions
    for what can be remote controlled (#5320)
  * Reduce startup latency by ~30 milliseconds when running kittens
    via key bindings inside kitty (#5159)
  * A new option modify_font to adjust various font metrics like
    underlines, cell sizes etc. (#5265)
  * A new shortcut ctrl+shift+f1 to display the kitty docs in a browser
  * Graphics protocol: Only delete temp files if they have the
    string tty-graphics-protocol in their file paths. This prevents
    deletion of arbitrary files in /tmp.
  * Deprecate the adjust_baseline, adjust_line_height and
    adjust_column_width options in favor of modify_font
  * Wayland: Fix a regression in the previous release that caused
    mouse cursor animation and keyboard repeat to stop working when switching seats (#5188)
  * Allow resizing windows created in session files (#5196)
  * Fix horizontal wheel events not being reported to client programs
    when they grab the mouse (#2819)
  * kitty @ set-colors: Fix changing inactive_tab_foreground not working (#5214)
  * Add a mappable action to toggle the mirrored setting for the tall and fat layouts (#5344)
  * Add a mappable action to switch between predefined bias values
    for the tall and fat layouts (#5352)
  * Wayland: Reduce flicker at startup by not using render frames
    immediately after a resize (#5235)
  * Linux: Update cursor position after all key presses not just
    pre-edit text changes (#5241)
  * ssh kitten: Allow ssh kitten to work from inside tmux, provided
    the tmux session inherits the correct KITTY env vars (#5227)
  * ssh kitten: A new option --symlink-strategy to control how
    symlinks are copied to the remote machine (#5249)

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=104
This commit is contained in:
Michael Vetter 2022-08-29 07:41:47 +00:00 committed by Git OBS Bridge
parent 8c1942dcfd
commit ccd97de2a0
4 changed files with 51 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0893f7c26045242919f8f2baafc5fdb427968a7dbc793771c0a04d4e86377990
size 6004652

3
kitty-0.26.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fef874ca6d7470da77ac49ccc25d60bc91177b9e4f7d76f0399e340d17c350a
size 6040164

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Mon Aug 29 07:38:27 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.26.0:
* A new option remote_control_password to use fine grained permissions
for what can be remote controlled (#5320)
* Reduce startup latency by ~30 milliseconds when running kittens
via key bindings inside kitty (#5159)
* A new option modify_font to adjust various font metrics like
underlines, cell sizes etc. (#5265)
* A new shortcut ctrl+shift+f1 to display the kitty docs in a browser
* Graphics protocol: Only delete temp files if they have the
string tty-graphics-protocol in their file paths. This prevents
deletion of arbitrary files in /tmp.
* Deprecate the adjust_baseline, adjust_line_height and
adjust_column_width options in favor of modify_font
* Wayland: Fix a regression in the previous release that caused
mouse cursor animation and keyboard repeat to stop working when switching seats (#5188)
* Allow resizing windows created in session files (#5196)
* Fix horizontal wheel events not being reported to client programs
when they grab the mouse (#2819)
* kitty @ set-colors: Fix changing inactive_tab_foreground not working (#5214)
* Add a mappable action to toggle the mirrored setting for the tall and fat layouts (#5344)
* Add a mappable action to switch between predefined bias values
for the tall and fat layouts (#5352)
* Wayland: Reduce flicker at startup by not using render frames
immediately after a resize (#5235)
* Linux: Update cursor position after all key presses not just
pre-edit text changes (#5241)
* ssh kitten: Allow ssh kitten to work from inside tmux, provided
the tmux session inherits the correct KITTY env vars (#5227)
* ssh kitten: A new option --symlink-strategy to control how
symlinks are copied to the remote machine (#5249)
* ssh kitten: Allow pressing Ctrl+C to abort ssh before the connection
is completed (#5271)
* Bash integration: Fix declare not creating global variables in .bashrc (#5254)
* Bash integration: Fix the inherit_errexit option being set by shell integration (#5349)
* kitty @ scroll-window allow scrolling by fractions of a screen (#5294)
* remote files kitten: Fix working with files whose names have characters that
need to be quoted in shell scripts (#5313)
* Expand ~ in paths configured in editor and exe_search_path (#5298)
* Allow showing the working directory of the active window in tab titles (#5314)
* ssh kitten: Allow completion of ssh options between the destination and command (#5322)
* Allow ignoring failure to close windows/tabs via rc commands (#5406)
* Fix hyperlinks not present when fetching text from the history buffer (#5427)
-------------------------------------------------------------------
Tue Jun 7 18:11:05 UTC 2022 - Michael Vetter <mvetter@suse.com>

View File

@ -19,7 +19,7 @@
# sphinx_copybutton not in Factory
%bcond_with docs
Name: kitty
Version: 0.25.2
Version: 0.26.0
Release: 0
Summary: A GPU-based terminal emulator
License: GPL-3.0-only
@ -47,6 +47,7 @@ BuildRequires: librsync-devel
BuildRequires: libwayland-egl-devel
BuildRequires: libxkbcommon-devel
BuildRequires: libxkbcommon-x11-devel
BuildRequires: openssl-devel
# for 'tic'
BuildRequires: ncurses-devel
BuildRequires: pkgconfig