Merge branch 'main' of https://github.com/zellij-org/zellij
This commit is contained in:
commit
83223ff8cf
2 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||
* Add: detach `action` to `tmux-mode` (https://github.com/zellij-org/zellij/pull/1116)
|
||||
* Add: initial `nix` support (https://github.com/zellij-org/zellij/pull/1131)
|
||||
* Fix: unused code warnings (https://github.com/zellij-org/zellij/pull/1087)
|
||||
* Add: support `cargo-binstall` (https://github.com/zellij-org/zellij/pull/1129)
|
||||
|
||||
## [0.25.0] - 2022-02-22
|
||||
* Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)
|
||||
|
|
|
|||
|
|
@ -59,5 +59,10 @@ assets = [
|
|||
["assets/completions/_zellij", "usr/share/zsh/vendor-completions/_zellij", "644"],
|
||||
]
|
||||
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz"
|
||||
bin-dir = "{ bin }{ binary-ext }"
|
||||
pkg-fmt = "tgz"
|
||||
|
||||
[features]
|
||||
disable_automatic_asset_installation = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue