From 533d0ee4ff76f825c6073b4649dff4bb4776e563d1f18ffbdb7df7ae4dd3b887 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 21 Jun 2023 10:17:07 +0000 Subject: [PATCH] - Add patch fix-gitignore-bypass.patch. * This will fix issues where setting `--all` to see hidden files will still hide gitignore-ed files. OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=63 --- _service | 2 +- vendor.tar.zst | 4 ++-- zellij-0.36.0.tar.gz | 3 --- zellij-0.37.2.tar.gz | 3 +++ zellij.changes | 39 +++++++++++++++++++++++++++++++++++++++ zellij.spec | 2 +- 6 files changed, 46 insertions(+), 7 deletions(-) delete mode 100644 zellij-0.36.0.tar.gz create mode 100644 zellij-0.37.2.tar.gz diff --git a/_service b/_service index 820fbc2..e55c273 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - zellij-0.36.0.tar.gz + zellij-0.37.2.tar.gz zst true diff --git a/vendor.tar.zst b/vendor.tar.zst index d360a97..3729549 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd0913dbc3801dae9827f9734a2300d968deb82b4a0b9dded162fefb68148f96 -size 57838669 +oid sha256:1bb0d2aa2232e6df1795d5ed3ee5092774e22aae9321ebfd9437fdbf7090928c +size 55266505 diff --git a/zellij-0.36.0.tar.gz b/zellij-0.36.0.tar.gz deleted file mode 100644 index 5c0098c..0000000 --- a/zellij-0.36.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df64fa143c10f3c7c3e53befeb6ab3b8f08c220f3cf6331cfc6faa2aa779b6b1 -size 6953486 diff --git a/zellij-0.37.2.tar.gz b/zellij-0.37.2.tar.gz new file mode 100644 index 0000000..906a701 --- /dev/null +++ b/zellij-0.37.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f22223f251dbd352479d4671c0c742ffa225420667e20711d5515be2eb2a256 +size 7623408 diff --git a/zellij.changes b/zellij.changes index 8876fe1..844a9d8 100644 --- a/zellij.changes +++ b/zellij.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Jun 21 10:11:48 UTC 2023 - Soc Virnyl Estela + +- 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 #2396 + * fix: sticky bit FreeBSD crash #2424 + * 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 diff --git a/zellij.spec b/zellij.spec index d75840a..389d6e4 100644 --- a/zellij.spec +++ b/zellij.spec @@ -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