From 61c552156bf802127a804e2cb33b9a420b6c80ba Mon Sep 17 00:00:00 2001 From: Anton Simonov Date: Tue, 5 Mar 2024 20:17:40 +0300 Subject: [PATCH] update on main (#1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ci: add cachix workflow (#740) * feat: add hovered as `$0` for shell and opener (#738) * feat: flavor (#753) * feat: add a new `[notify]` section to the `theme.toml` to configure the `notify` component's style (#749) * feat: switch to inline images protocol for VSCode, Tabby, and Hyper * feat: add `prepend_rules` and `append_rules` for `[open]` in `yazi.toml` (#754) * feat: support `YAZI_FILE_ONE` environment variable for `file(1)` path (#752) * feat: allow both '/' and '\' in folder creation (#751) * perf: apply `add_many()`/`remove_many()` to the visual mode items for selection conflict detecting (#758) * feat: support `%0` as the hovered file for Windows (#761) * feat: `ya.input()` plugin API (#762) * fix: remove redundant check to allow operations on the `shell` command with an empty file list * feat: add musl linux build targets (#759) * fix: nested conflict detection exception when performing cross-level searches (#769) * refactor: add new `run` property (#773) * feat: add `Ctrl-[` as an escape key (#763) * feat: add `parse` method to `Line` element * feat: `ya.notify()` plugin API (#780) --------- Co-authored-by: musjj <72612857+musjj@users.noreply.github.com> Co-authored-by: rrveex <91850165+rrveex@users.noreply.github.com> Co-authored-by: sxyazi Co-authored-by: little camel <54983536+evpeople@users.noreply.github.com> Co-authored-by: Filipe Paniguel Co-authored-by: Nguyễn Đức Toàn <33489972+ndtoan96@users.noreply.github.com> Co-authored-by: Konrad Baran <65494005+uznog@users.noreply.github.com> Co-authored-by: hankertrix <91734413+hankertrix@users.noreply.github.com>