From 370320bdfc4f74051659bffaf7abeeb40794fadbc7af9d9f13420c01c5e8384d Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 11 Dec 2022 04:19:19 +0000 Subject: [PATCH] - Update to version 0.34.3: * Performance: both loading and rendering are significantly faster now and take less HW resources * Loading screen: Zellij now has a minor loading screen (0.5 seconds) before it starts. This is so that input from STDIN will not be lost while Zellij queries the user's terminal emulator for pixel/cell ratio and the default colors * We now fall back to /bin/sh if we can't find a $SHELL variable * Users can now directionally decrease pane size and not just increase it - by default these are bound to HJKL (uppercase letter) in resize mode, but can be bound like anything to other keys. * Lots of stability and bug fixes * BREAKING CHANGES: - performance: change plugin data flow to improve render speed - performance: various render pipeline improvements * Fixes: - server on longer crashes on client crash - preserve pane focus properly when closing panes and switching tabs - missing tokyo-night-dark theme OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=45 --- _service | 2 +- v0.33.0.tar.gz | 3 --- v0.34.3.tar.gz | 3 +++ vendor.tar.gz | 4 ++-- zellij.changes | 20 ++++++++++++++++++++ zellij.spec | 4 ++-- 6 files changed, 28 insertions(+), 8 deletions(-) delete mode 100644 v0.33.0.tar.gz create mode 100644 v0.34.3.tar.gz diff --git a/_service b/_service index e85b25d..158a805 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - v0.33.0.tar.gz + v0.34.3.tar.gz gz true diff --git a/v0.33.0.tar.gz b/v0.33.0.tar.gz deleted file mode 100644 index 3d541d7..0000000 --- a/v0.33.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63eaf8ca0c1235389281e3ee5f599b810de3921d220e500cb35c46ec9b5125ff -size 9341113 diff --git a/v0.34.3.tar.gz b/v0.34.3.tar.gz new file mode 100644 index 0000000..15973b4 --- /dev/null +++ b/v0.34.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf1e5a87eb3bd458487b2db91cd8918b6df308de2809041fc62df30c50a735c +size 9043928 diff --git a/vendor.tar.gz b/vendor.tar.gz index 14e63e2..763d211 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3ea87dc9425d5db3ca2b9951183de7eed8a166104d3d50d92dfa65d2a14064f -size 37905065 +oid sha256:5f53dbc56d77ef6cc002b6c237d0b9674f950876594cbf369895b14beb8e9e86 +size 45740953 diff --git a/zellij.changes b/zellij.changes index d9fc79c..68802d3 100644 --- a/zellij.changes +++ b/zellij.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Dec 11 04:13:24 UTC 2022 - Soc Virnyl Estela + +- Update to version 0.34.3: + * Performance: both loading and rendering are significantly faster now and take less HW resources + * Loading screen: Zellij now has a minor loading screen (0.5 seconds) before it starts. This is so + that input from STDIN will not be lost while Zellij queries the user's terminal emulator for + pixel/cell ratio and the default colors + * We now fall back to /bin/sh if we can't find a $SHELL variable + * Users can now directionally decrease pane size and not just increase it - by default these are + bound to HJKL (uppercase letter) in resize mode, but can be bound like anything to other keys. + * Lots of stability and bug fixes + * BREAKING CHANGES: + - performance: change plugin data flow to improve render speed + - performance: various render pipeline improvements + * Fixes: + - server on longer crashes on client crash + - preserve pane focus properly when closing panes and switching tabs + - missing tokyo-night-dark theme + ------------------------------------------------------------------- Thu Nov 17 02:24:51 UTC 2022 - Soc Virnyl Estela diff --git a/zellij.spec b/zellij.spec index 9b6b5e4..11adf82 100644 --- a/zellij.spec +++ b/zellij.spec @@ -18,12 +18,12 @@ %bcond_with test Name: zellij -Version: 0.33.0 +Version: 0.34.3 Release: 0 Summary: Terminal workspace with batteries included License: MIT URL: https://github.com/zellij-org/zellij -Source0: %{url}/archive/refs/tags/v%{version}.tar.gz +Source0: https://github.com/zellij-org/zellij/archive/refs/tags/v%{version}.tar.gz Source1: vendor.tar.gz Source2: cargo_config Source3: README.suse-maint.md