Accepting request 1172656 from home:Krukas:branches:utilities

- Update to version 0.40.1:
  * fix(sessions): issue where sessions would occasionally become unresponsive
  * fix(cli): respect all options (eg. `default-layout`) when creating a session in the background from the CLI
  * fix(cli): rename tab and pane from cli
  * fix(plugins): respect $SHELL when opening a terminal from plugins (eg. from the filepicker strider)
  * fix(tabs): closing a tab no longer breaks tab movement
  * feat(plugins): add API to open new tabs with a LayoutInfo
  * feat(cli): add `zellij action list-clients` to allow listing the connected clients as well as their pane_id and running command
  * feat(cli): allow binding Ctrl J

OBS-URL: https://build.opensuse.org/request/show/1172656
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=83
This commit is contained in:
Soc Virnyl Estela
2024-05-08 09:38:32 +00:00
committed by Git OBS Bridge
parent 6920f6e420
commit 3e026a49ff
5 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc079f86d8cfc0df68a0c8631d3be64358fb60f2b94f64ca5a967ae992d49f3f
size 51064353
oid sha256:9730358dc0acc49d54abdaa715b725f7ae9ce85ab71947fda4f61691214e19a9
size 51078193

View File

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

3
zellij-0.40.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed May 8 08:59:34 UTC 2024 - Maikel Martens <maikel@martens.me>
- Update to version 0.40.1:
* fix(sessions): issue where sessions would occasionally become unresponsive
* fix(cli): respect all options (eg. `default-layout`) when creating a session in the background from the CLI
* fix(cli): rename tab and pane from cli
* fix(plugins): respect $SHELL when opening a terminal from plugins (eg. from the filepicker strider)
* fix(tabs): closing a tab no longer breaks tab movement
* feat(plugins): add API to open new tabs with a LayoutInfo
* feat(cli): add `zellij action list-clients` to allow listing the connected clients as well as their pane_id and running command
* feat(cli): allow binding Ctrl J
-------------------------------------------------------------------
Sat Apr 20 09:20:37 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>

View File

@@ -22,7 +22,7 @@
%bcond_with test
Name: zellij
Version: 0.40.0
Version: 0.40.1
Release: 0
Summary: Terminal workspace with batteries included
License: MIT