- Update to 0.36.1:

* Allow specifying that the `cursor shape for unfocused windows`
    should remain unchanged (#7728)
  * MacOS Intel: Fix a crash in the choose-fonts kitten when displaying
    previews of variable fonts (#7734)
  * Remote control: Fix a regression causing an escape code to leak when using
    @ launch with `--no-response` over the TTY (#7752)
  * OSC 52: Fix a regression in the previous release that broke handling of
    invalid base64 encoded data in OSC 52 requests (#7757)
  * macOS: Fix a regression in the previous release that caused
    `kitty --single-instance` to not work when using
    `macos-launch-services-cmdline`

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=159
This commit is contained in:
2024-08-25 18:57:06 +00:00
committed by Git OBS Bridge
parent 61d0617c81
commit 513b2431ea
5 changed files with 26 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fee443b310b9240e8412e0a48c6146c982de4ff6afafc8f5b0d28b123ae5279
size 8582355

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f4dfc3153d21f54b784562fe33d80ba85191ed8c27a2d3ad39b1514eb92a35d
size 8582848

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Aug 25 18:01:21 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Update to 0.36.1:
* Allow specifying that the `cursor shape for unfocused windows`
should remain unchanged (#7728)
* MacOS Intel: Fix a crash in the choose-fonts kitten when displaying
previews of variable fonts (#7734)
* Remote control: Fix a regression causing an escape code to leak when using
@ launch with `--no-response` over the TTY (#7752)
* OSC 52: Fix a regression in the previous release that broke handling of
invalid base64 encoded data in OSC 52 requests (#7757)
* macOS: Fix a regression in the previous release that caused
`kitty --single-instance` to not work when using
`macos-launch-services-cmdline`
-------------------------------------------------------------------
Sat Aug 17 19:29:13 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>

View File

@@ -19,7 +19,7 @@
# sphinx_copybutton not in Factory
%bcond_with docs
Name: kitty
Version: 0.36.0
Version: 0.36.1
Release: 0
Summary: A GPU-based terminal emulator
License: GPL-3.0-only
@@ -35,8 +35,10 @@ BuildRequires: fdupes
BuildRequires: fontconfig-devel
BuildRequires: freetype2-devel
### Avoiding any 'have choice for go' issues ...
BuildRequires: go1.22
#BuildRequires: go >= 1.22
#BuildRequires: go1.22
BuildRequires: go >= 1.23
#####
### Temporarily disabled until go1.23 is default
#BuildRequires: golang-packaging
#####
BuildRequires: harfbuzz-devel >= 1.5.0

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7cd39d23d5e0ba93dcfd26a3acbb936fc8cbf46d73862eccf52d1b33df0cc01
size 2809444
oid sha256:3fc10b147909c7d321557dfdaea133f161efe935b0bc20614baaace59294bba3
size 2809641