diff --git a/_service b/_service index 24c8d8b..fc6389d 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/zellij-org/zellij.git @PARENT_TAG@ git - v0.41.1 + v0.41.2 * v(\d+\.\d+\.\d+) \1 diff --git a/_servicedata b/_servicedata index dd98e70..f478719 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/zellij-org/zellij.git - 9b756be3d7dd9341ea1a62ed7539692982e89a18 \ No newline at end of file + 40d49737d126eef60dd988f1fe60df4c42d23773 \ No newline at end of file diff --git a/vendor.tar.zst b/vendor.tar.zst index 26ca66a..a60fc17 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9db130ba5a7333e58f6ec85f3969d824cfeeb4c5116729b03419b102905d24f -size 46498745 +oid sha256:565619877170e94f66fb1ff28a82c2d1ed0bbeaa8e4e99341e375d67cd80d256 +size 46816273 diff --git a/zellij-0.41.1.tar.zst b/zellij-0.41.1.tar.zst deleted file mode 100644 index 546cbcd..0000000 --- a/zellij-0.41.1.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c9d288c8b98ff0bb0fb234263f8165b8228a213e4d5fd75449af85246d6b68a -size 7010552 diff --git a/zellij-0.41.2.tar.zst b/zellij-0.41.2.tar.zst new file mode 100644 index 0000000..4f451ea --- /dev/null +++ b/zellij-0.41.2.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1621284038c8200aecbb2982866d6e7a2e0193b32bbb2fb6b5132ab9006c8fc6 +size 7013007 diff --git a/zellij.changes b/zellij.changes index 52834ca..063b73e 100644 --- a/zellij.changes +++ b/zellij.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Wed Feb 12 21:31:52 UTC 2025 - gerald_chen@foxmail.com + +- Update to version 0.41.2: + * chore(release): v0.41.2 + * chore(version): set patch version + * style(fmt): remove warnings + * docs(changelog): derive hash and ord for paneid + * fix(plugins): derive hash and ord for PaneId (#3790) + * docs(changelog): vendor common_path + * chore(package): vendor common_path (#3780) + * docs(changelog): plugin cache folder url + * docs(changelog): plugin cache folder + * feat(plugins): add /cache folder (#3787) + * docs(changelog): pane-closed event + * fix(screen): send PaneClosed event to plugins also when closing the whole tab (#3781) + * docs(changelog): shortcut change + * fix(ux): change plugin manager shortcut (#3779) + * docs(changelog): vendored curl option + * chore: add vendored_curl feature (#3766) + * docs(changelog): invalid state handling + * fix(panes): handle various invalid state situations (#3776) + * docs(changelog): occasional slow startup fix + * fix(statup): slow startup on some occasions (#3767) + * docs(changelog): config dir crash fix + * fix(config): crash if unable to watch config folder (#3761) + * docs(changelog): kitty reset fix + * fix(terminal): reset kitty keyboard support when resetting terminal state (#3760) + * docs(changelog): do not duplicate built-in plugins + * fix(plugins): do not open extra instances of aliases (#3759) + * docs(changelog): event ordering fix + * fix(tabs): maintain event order for MoveTab (#3758) + * docs(changelog): output-buffer fix + * fix(output-buffer): truncate grid height when not rendering it fully (#3750) + * docs(changelog): plugin fixes + * fix(plugins): cwd and usability fixes (#3749) + * docs(changelog): refix ctrl-j + * fix(input): refix ctrl-j (#3746) + * docs(changelog): kitty input fix + * fix(input): remove support for extra modifiers (#3725) + * chore(repo): bump development version + ------------------------------------------------------------------- Tue Nov 05 10:16:30 UTC 2024 - gerald_chen@foxmail.com diff --git a/zellij.spec b/zellij.spec index d886ee1..be393d9 100644 --- a/zellij.spec +++ b/zellij.spec @@ -1,7 +1,7 @@ # # spec file for package zellij # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %bcond_with test Name: zellij -Version: 0.41.1 +Version: 0.41.2 Release: 0 Summary: Terminal workspace with batteries included License: MIT @@ -88,32 +88,32 @@ rm -v zellij-utils/assets/plugins/* # First rebuilt plugins we just deleted # Note: RUSTFLAGS break linking with WASM-files, so we don't use the cargo_build-macro here pushd default-plugins/compact-bar -cargo --offline build --release --target=wasm32-wasi +cargo --offline build --release --target=wasm32-wasip1 popd pushd default-plugins/status-bar -cargo --offline build --release --target=wasm32-wasi +cargo --offline build --release --target=wasm32-wasip1 popd pushd default-plugins/tab-bar -cargo --offline build --release --target=wasm32-wasi +cargo --offline build --release --target=wasm32-wasip1 popd pushd default-plugins/strider -cargo --offline build --release --target=wasm32-wasi +cargo --offline build --release --target=wasm32-wasip1 popd pushd default-plugins/session-manager -cargo --offline build --release --target=wasm32-wasi +cargo --offline build --release --target=wasm32-wasip1 popd pushd default-plugins/fixture-plugin-for-tests -cargo --offline build --release --target=wasm32-wasi +cargo --offline build --release --target=wasm32-wasip1 popd pushd default-plugins/configuration -cargo --offline build --release --target=wasm32-wasi +cargo --offline build --release --target=wasm32-wasip1 popd pushd default-plugins/plugin-manager -cargo --offline build --release --target=wasm32-wasi +cargo --offline build --release --target=wasm32-wasip1 popd # Move the results to the place they are expected -mv -v target/wasm32-wasi/release/*.wasm zellij-utils/assets/plugins/ +mv -v target/wasm32-wasip1/release/*.wasm zellij-utils/assets/plugins/ # Build zellij proper %{cargo_build} --features unstable