From cb621b86379dcff655dceb1f4c626bc1b221da544381b598704b8312acc237cc Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 10 Mar 2023 14:05:45 +0000 Subject: [PATCH] - Update to version 0.35.1: * fix(panes): show visual error when unable to split panes vertically/horizontally * WIP: Use xtask as build system * fix(panes): show visual error when failing to resize panes * chore(repo): remove nix support * Floating panes in layouts * add tmux close pane key * fix: properly end selection with copy_on_select = false * fix 3 bugs * Errors: less unwrap in server * Support UTF-8 character in tab name and pane name * errors: handle missing plugin caches * Improve client disconnect handling * feat: add ScrollToTop action by * Fix status bar not displaying w/ size=1 and show shortcuts * Add GoToTabName action to switch tab by name * Use singlepass in debug mode by * cleanups around "buffer full" error * Make the singlepass compiler opt-in through flags by * Add pencil theme * Apply correct color on 'more tabs' message * feat: add args to new-tab action * update termwiz to v0.20.0 * feat(ui): swap layouts and stacked panes * fix(ux): cache stdin queries on startup (remove startup delay) * Project Governance Change * Add Helix editor (hx) to editors that support prefix positions * Extend display char in tab * Fix fullscreen navigation by * fix(grid): glitchy resizes * Update bug_report.md template with OSX log directory * fix(layout): various parser and ui fixes * fix(messaging): cache hold pane messages by their tab_id if the tab is not ready * fix(layout): tab focus * fix(cli): new-tab now also looks in layout_dir for layouts * fix(kdl): new-tab keybind looks in layout_dir for layouts * fix(cli): edit cwd * fix(layouts): do not relayout twice on auto_layout * fix(new-tab): get config parameters from config file * fix(grid): only use background pending styling when deleting characters * feat(layouts): exact panes constraint * fix(pty): report no-cwd for empty path returned from sysinfo * fix(sixel): report pixel size in winsize change ioctl * Fix plugin location path decoding from Url * Add action QueryTabNames to list all tab names * fix(pty): do not crash when unable to set cwd * fix(layouts): naming and gototabname * fix(cli): make auto_layout work through the cli * feat: add self-provided themes * Feature: simulate publishing * Revert theme pr OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=49 --- _service | 4 ++-- v0.34.4.tar.gz | 3 --- vendor.tar.gz | 3 --- vendor.tar.zst | 3 +++ zellij-0.35.1.tar.gz | 3 +++ zellij.changes | 55 ++++++++++++++++++++++++++++++++++++++++++++ zellij.spec | 10 ++++---- 7 files changed, 69 insertions(+), 12 deletions(-) delete mode 100644 v0.34.4.tar.gz delete mode 100644 vendor.tar.gz create mode 100644 vendor.tar.zst create mode 100644 zellij-0.35.1.tar.gz diff --git a/_service b/_service index 1def030..c2cc00c 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - v0.34.4.tar.gz - gz + zellij-0.35.1.tar.gz + zst true diff --git a/v0.34.4.tar.gz b/v0.34.4.tar.gz deleted file mode 100644 index 6a993ae..0000000 --- a/v0.34.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:687e30a3e6916cdd7189ab04ff4b170bc5e09edd937637f0388b3f8432d0fc49 -size 9043987 diff --git a/vendor.tar.gz b/vendor.tar.gz deleted file mode 100644 index 25fb749..0000000 --- a/vendor.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed4c71d43f88b8edb6215098c9a394b9ef8a44c6d115e161e98ffedef804418f -size 46504781 diff --git a/vendor.tar.zst b/vendor.tar.zst new file mode 100644 index 0000000..16cdacb --- /dev/null +++ b/vendor.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7cd98fe967ddb8978ae0d43c4d42121fe320fc735aba6844b009c9a5240884 +size 41574677 diff --git a/zellij-0.35.1.tar.gz b/zellij-0.35.1.tar.gz new file mode 100644 index 0000000..0f581a6 --- /dev/null +++ b/zellij-0.35.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa92982ea3b1481a1c50065f9d1c3eff2e47ac0deee071ca4752a18424aeb93e +size 6861183 diff --git a/zellij.changes b/zellij.changes index e9dc56b..b394324 100644 --- a/zellij.changes +++ b/zellij.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Fri Mar 10 13:52:38 UTC 2023 - Soc Virnyl Estela + +- Update to version 0.35.1: + * fix(panes): show visual error when unable to split panes vertically/horizontally + * WIP: Use xtask as build system + * fix(panes): show visual error when failing to resize panes + * chore(repo): remove nix support + * Floating panes in layouts + * add tmux close pane key + * fix: properly end selection with copy_on_select = false + * fix 3 bugs + * Errors: less unwrap in server + * Support UTF-8 character in tab name and pane name + * errors: handle missing plugin caches + * Improve client disconnect handling + * feat: add ScrollToTop action by + * Fix status bar not displaying w/ size=1 and show shortcuts + * Add GoToTabName action to switch tab by name + * Use singlepass in debug mode by + * cleanups around "buffer full" error + * Make the singlepass compiler opt-in through flags by + * Add pencil theme + * Apply correct color on 'more tabs' message + * feat: add args to new-tab action + * update termwiz to v0.20.0 + * feat(ui): swap layouts and stacked panes + * fix(ux): cache stdin queries on startup (remove startup delay) + * Project Governance Change + * Add Helix editor (hx) to editors that support prefix positions + * Extend display char in tab + * Fix fullscreen navigation by + * fix(grid): glitchy resizes + * Update bug_report.md template with OSX log directory + * fix(layout): various parser and ui fixes + * fix(messaging): cache hold pane messages by their tab_id if the tab is not ready + * fix(layout): tab focus + * fix(cli): new-tab now also looks in layout_dir for layouts + * fix(kdl): new-tab keybind looks in layout_dir for layouts + * fix(cli): edit cwd + * fix(layouts): do not relayout twice on auto_layout + * fix(new-tab): get config parameters from config file + * fix(grid): only use background pending styling when deleting characters + * feat(layouts): exact panes constraint + * fix(pty): report no-cwd for empty path returned from sysinfo + * fix(sixel): report pixel size in winsize change ioctl + * Fix plugin location path decoding from Url + * Add action QueryTabNames to list all tab names + * fix(pty): do not crash when unable to set cwd + * fix(layouts): naming and gototabname + * fix(cli): make auto_layout work through the cli + * feat: add self-provided themes + * Feature: simulate publishing + * Revert theme pr + ------------------------------------------------------------------- Sat Dec 17 06:21:27 UTC 2022 - Soc Virnyl Estela diff --git a/zellij.spec b/zellij.spec index 9568dc3..c5931ad 100644 --- a/zellij.spec +++ b/zellij.spec @@ -1,7 +1,7 @@ # # spec file for package zellij # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,18 @@ %bcond_with test Name: zellij -Version: 0.34.4 +Version: 0.35.1 Release: 0 Summary: Terminal workspace with batteries included License: MIT URL: https://github.com/zellij-org/zellij -Source0: https://github.com/zellij-org/zellij/archive/refs/tags/v%{version}.tar.gz -Source1: vendor.tar.gz +Source0: https://github.com/zellij-org/zellij/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source1: vendor.tar.zst Source2: cargo_config Source3: README.suse-maint.md BuildRequires: cargo-packaging +BuildRequires: rust+cargo +BuildRequires: zstd %if 0%{?suse_version} > 1500 BuildRequires: mandown