- Update to version 0.34.4:
* Fix application crash when resizing with flexible plugin panes in layout * Allow the SHELL variable to contain non-absolute shell paths (e.g. SHELL=sh instead of SHELL=/bin/sh OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=47
This commit is contained in:
parent
24a98e07f8
commit
f9030d513d
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.34.3.tar.gz</param>
|
||||
<param name="srctar">v0.34.4.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:1cf1e5a87eb3bd458487b2db91cd8918b6df308de2809041fc62df30c50a735c
|
||||
size 9043928
|
3
v0.34.4.tar.gz
Normal file
3
v0.34.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:687e30a3e6916cdd7189ab04ff4b170bc5e09edd937637f0388b3f8432d0fc49
|
||||
size 9043987
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f53dbc56d77ef6cc002b6c237d0b9674f950876594cbf369895b14beb8e9e86
|
||||
size 45740953
|
||||
oid sha256:ed4c71d43f88b8edb6215098c9a394b9ef8a44c6d115e161e98ffedef804418f
|
||||
size 46504781
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 17 06:21:27 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Update to version 0.34.4:
|
||||
* Fix application crash when resizing with flexible plugin panes in layout
|
||||
* Allow the SHELL variable to contain non-absolute shell paths (e.g. SHELL=sh instead of SHELL=/bin/sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 11 04:13:24 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_with test
|
||||
Name: zellij
|
||||
Version: 0.34.3
|
||||
Version: 0.34.4
|
||||
Release: 0
|
||||
Summary: Terminal workspace with batteries included
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user