- 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
This commit is contained in:
parent
bf5924a8c9
commit
370320bdfc
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srctar">v0.33.0.tar.gz</param>
|
||||
<param name="srctar">v0.34.3.tar.gz</param>
|
||||
<param name="compression">gz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63eaf8ca0c1235389281e3ee5f599b810de3921d220e500cb35c46ec9b5125ff
|
||||
size 9341113
|
3
v0.34.3.tar.gz
Normal file
3
v0.34.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cf1e5a87eb3bd458487b2db91cd8918b6df308de2809041fc62df30c50a735c
|
||||
size 9043928
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3ea87dc9425d5db3ca2b9951183de7eed8a166104d3d50d92dfa65d2a14064f
|
||||
size 37905065
|
||||
oid sha256:5f53dbc56d77ef6cc002b6c237d0b9674f950876594cbf369895b14beb8e9e86
|
||||
size 45740953
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 11 04:13:24 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- 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 <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user