- 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
This commit is contained in:
Soc Virnyl Estela 2023-06-21 10:17:07 +00:00 committed by Git OBS Bridge
parent 161b78acc2
commit 533d0ee4ff
6 changed files with 46 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<services> <services>
<service name="download_files" mode="disabled" /> <service name="download_files" mode="disabled" />
<service name="cargo_vendor" 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="compression">zst</param>
<param name="update">true</param> <param name="update">true</param>
</service> </service>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:dd0913dbc3801dae9827f9734a2300d968deb82b4a0b9dded162fefb68148f96 oid sha256:1bb0d2aa2232e6df1795d5ed3ee5092774e22aae9321ebfd9437fdbf7090928c
size 57838669 size 55266505

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f22223f251dbd352479d4671c0c742ffa225420667e20711d5515be2eb2a256
size 7623408

View File

@ -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 #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 <socvirnyl.estela@gmail.com> Mon May 1 08:08:07 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -22,7 +22,7 @@
%bcond_with test %bcond_with test
Name: zellij Name: zellij
Version: 0.36.0 Version: 0.37.2
Release: 0 Release: 0
Summary: Terminal workspace with batteries included Summary: Terminal workspace with batteries included
License: MIT License: MIT