Accepting request 1094350 from utilities
- Update to version 0.37.2: * hotfix: include theme files into binary * fix: make plugin hide_self api idempotent - Changes from 0.37.1: * hotfix: theme options does not work * fix: various plugin api methods - Changes from major release 0.37.0: * fix(plugin): respect hide session option on compact-bar * feat: allow excluding tabs from tab sync in layouts * feat: support default cwd * feat: cli action to reload plugins at runtime for easier plugin development * docs(architecture): update architecture docs * feat(themes): add nightfox themes * feat: provide default themes * feat: update and render plugins asynchronously * fix: support environment variables and shell expansions in layout cwds * fix: add file paths to file not found errors * fix: error loading non-existant themes directory * build: speed up build and ci * fix: sticky bit FreeBSD crash * build: Bump rust toolchain version to 1.67 * fix: update config file output * feat: plugin workers for background tasks * fix: cwd of newtab action * feat: plugin system overhaul * feat: add virtually all of Zellij's API to plugins * fix: runtime panic because of local cache * fix: cursor flickering * fix: focus tab as well as pane when relaunching plugin * feat: ui improvements for strider search * fix: only watch fs if plugins explicitly request it * fix: suppress debug logging when not debugging * feat: send pane events to plugins * fix: use debounced watcher for watching filesystem * feat: add more plugin api methods OBS-URL: https://build.opensuse.org/request/show/1094350 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=13
This commit is contained in:
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srctar">zellij-0.36.0.tar.gz</param>
|
||||
<param name="srctar">zellij-0.37.2.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd0913dbc3801dae9827f9734a2300d968deb82b4a0b9dded162fefb68148f96
|
||||
size 57838669
|
||||
oid sha256:1bb0d2aa2232e6df1795d5ed3ee5092774e22aae9321ebfd9437fdbf7090928c
|
||||
size 55266505
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df64fa143c10f3c7c3e53befeb6ab3b8f08c220f3cf6331cfc6faa2aa779b6b1
|
||||
size 6953486
|
3
zellij-0.37.2.tar.gz
Normal file
3
zellij-0.37.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f22223f251dbd352479d4671c0c742ffa225420667e20711d5515be2eb2a256
|
||||
size 7623408
|
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 10:11:48 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Update to version 0.37.2:
|
||||
* hotfix: include theme files into binary
|
||||
* fix: make plugin hide_self api idempotent
|
||||
- Changes from 0.37.1:
|
||||
* hotfix: theme options does not work
|
||||
* fix: various plugin api methods
|
||||
- Changes from major release 0.37.0:
|
||||
* fix(plugin): respect hide session option on compact-bar
|
||||
* feat: allow excluding tabs from tab sync in layouts
|
||||
* feat: support default cwd
|
||||
* feat: cli action to reload plugins at runtime for easier plugin development
|
||||
* docs(architecture): update architecture docs
|
||||
* feat(themes): add nightfox themes
|
||||
* feat: provide default themes
|
||||
* feat: update and render plugins asynchronously
|
||||
* fix: support environment variables and shell expansions in layout cwds
|
||||
* fix: add file paths to file not found errors
|
||||
* fix: error loading non-existant themes directory
|
||||
* build: speed up build and ci
|
||||
* fix: sticky bit FreeBSD crash
|
||||
* build: Bump rust toolchain version to 1.67
|
||||
* fix: update config file output
|
||||
* feat: plugin workers for background tasks
|
||||
* fix: cwd of newtab action
|
||||
* feat: plugin system overhaul
|
||||
* feat: add virtually all of Zellij's API to plugins
|
||||
* fix: runtime panic because of local cache
|
||||
* fix: cursor flickering
|
||||
* fix: focus tab as well as pane when relaunching plugin
|
||||
* feat: ui improvements for strider search
|
||||
* fix: only watch fs if plugins explicitly request it
|
||||
* fix: suppress debug logging when not debugging
|
||||
* feat: send pane events to plugins
|
||||
* fix: use debounced watcher for watching filesystem
|
||||
* feat: add more plugin api methods
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 08:08:07 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
%bcond_with test
|
||||
Name: zellij
|
||||
Version: 0.36.0
|
||||
Version: 0.37.2
|
||||
Release: 0
|
||||
Summary: Terminal workspace with batteries included
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user