* chore: bump version to 0.2.5
* feat: new builtin `session.lua` plugin (#940)
* feat: split `ya send` into `ya pub` and `ya pub-static` to make it more ergonomic (#933)
* perf: cache each file's icon to avoid redundant calculations at rendering (#931)
* feat: preserve files' modified at timestamp while copying (#926)
* fix: prevent pasting a directory into itself (#925)
* feat: change status bar percent at 100 to Bot (#930)
* fix: always persist static messages even when there are no remote clients (#928)
* feat: expand the types supported by the event system (#923)
* fix: rollback ratatui to v0.26.1 to avoid panicking (#922)
* feat: allow opening interactively with the `--chosen-file` flag (#920)
* feat: generate autocomplete script for `ya` command (#919)
* feat: allow creating a tab with the startup directory when the `tab_create` command is called without specifying a `path` parameter (#917)
* feat: add a new `ya send` command to allow standalone client processes to communicate with DDS from the command line (#913)
* feat: smart case completion in `cd` paths (#910)
* feat: trigger path completion with both `/` and `\` on Windows (#909)
* perf: switch to `globset` to reduce CPU time spent on matching icons (#908)
* feat: default "Reveal" opener for Linux (#907)
* feat: add loading state to directories (#904)
* feat: when there are no files in the list, add a placeholder message (#900)
* feat: add `YAZI_ID` environment variable (#895)
* feat: add new `move`, `trash`, and `delete` event kinds to DDS (#880)
* fix: file list expansion arguments (`$@`, `$*`) of shell command under opener rules are out of order (#890)
* feat: add new `--orphan` option to the `shell` command (#887)
* feat: re-implement `fzf` as a built-in plugin (#884)
* feat: re-implement `zoxide` as a built-in plugin (#881)
* fix: CJK text rendering issue where the input popup component overlaps with images (#879)
* perf: re-implement file watcher in an async way (#877)
* feat: add `is_exec` and `is_sticky` to `Cha` bindings (#875)
OBS-URL: https://build.opensuse.org/package/show/utilities/yazi?expand=0&rev=27
* feat: add `--debug` flag to print debug information (#794)
* feat: `ya.hide()` plugin API (#792)
* feat: truncate path for deeply nested directories (#787)
* fix: track the latest file changes for the `selected`, `yanked` state when available (#791)
* feat: `cx.yanked` plugin API (#788)
* feat: send a foreground notification to the user when the process fails to run (#775)
* feat: add `<C-p>` and `<C-n>` to the select component for moving the cursor up/down (#779)
* feat: test new color system
* feat: `ui.Clear` component for UI plugins (#786)
* feat: `ya.notify()` plugin API (#780)
* feat: add `parse` method to `Line` element
* feat: add `Ctrl-[` as an escape key (#763)
* refactor: add new `run` property (#773)
* fix: nested conflict detection exception when performing cross-level searches (#769)
* feat: add musl linux build targets (#759)
* fix: remove redundant check to allow operations on the `shell` command with an empty file list
* feat: `ya.input()` plugin API (#762)
* feat: support `%0` as the hovered file for Windows (#761)
* perf: apply `add_many()`/`remove_many()` to the visual mode items for selection conflict detecting (#758)
* feat: allow both '/' and '\' in folder creation (#751)
* feat: support `YAZI_FILE_ONE` environment variable for `file(1)` path (#752)
* feat: add `prepend_rules` and `append_rules` for `[open]` in `yazi.toml` (#754)
* feat: switch to inline images protocol for VSCode, Tabby, and Hyper
* feat: add a new `[notify]` section to the `theme.toml` to configure the `notify` component's style (#749)
* feat: flavor (#753)
* feat: add hovered as `$0` for shell and opener (#738)
* ci: add cachix workflow (#740)
* refactor: prefer `Display` over `ToString` (#734)
* perf: prefer `raw_get()` and `raw_set()`
OBS-URL: https://build.opensuse.org/package/show/utilities/yazi?expand=0&rev=15
- Update to version 0.2.4:
* feat: add `--debug` flag to print debug information (#794)
* feat: `ya.hide()` plugin API (#792)
* feat: truncate path for deeply nested directories (#787)
* fix: track the latest file changes for the `selected`, `yanked` state when available (#791)
* feat: `cx.yanked` plugin API (#788)
* feat: send a foreground notification to the user when the process fails to run (#775)
* feat: add `<C-p>` and `<C-n>` to the select component for moving the cursor up/down (#779)
* feat: test new color system
* feat: `ui.Clear` component for UI plugins (#786)
* feat: `ya.notify()` plugin API (#780)
* feat: add `parse` method to `Line` element
* feat: add `Ctrl-[` as an escape key (#763)
* refactor: add new `run` property (#773)
* fix: nested conflict detection exception when performing cross-level searches (#769)
* feat: add musl linux build targets (#759)
* fix: remove redundant check to allow operations on the `shell` command with an empty file list
* feat: `ya.input()` plugin API (#762)
* feat: support `%0` as the hovered file for Windows (#761)
* perf: apply `add_many()`/`remove_many()` to the visual mode items for selection conflict detecting (#758)
* feat: allow both '/' and '\' in folder creation (#751)
* feat: support `YAZI_FILE_ONE` environment variable for `file(1)` path (#752)
* feat: add `prepend_rules` and `append_rules` for `[open]` in `yazi.toml` (#754)
* feat: switch to inline images protocol for VSCode, Tabby, and Hyper
* feat: add a new `[notify]` section to the `theme.toml` to configure the `notify` component's style (#749)
* feat: flavor (#753)
* feat: add hovered as `$0` for shell and opener (#738)
* ci: add cachix workflow (#740)
OBS-URL: https://build.opensuse.org/package/show/utilities/yazi?expand=0&rev=13
* feat: add `--debug` flag to print debug information (#794)
* feat: `ya.hide()` plugin API (#792)
* feat: truncate path for deeply nested directories (#787)
* fix: track the latest file changes for the `selected`, `yanked` state when available (#791)
* feat: `cx.yanked` plugin API (#788)
* feat: send a foreground notification to the user when the process fails to run (#775)
* feat: add `<C-p>` and `<C-n>` to the select component for moving the cursor up/down (#779)
* feat: test new color system
* feat: `ui.Clear` component for UI plugins (#786)
* feat: `ya.notify()` plugin API (#780)
* feat: add `parse` method to `Line` element
* feat: add `Ctrl-[` as an escape key (#763)
* refactor: add new `run` property (#773)
* fix: nested conflict detection exception when performing cross-level searches (#769)
* feat: add musl linux build targets (#759)
* fix: remove redundant check to allow operations on the `shell` command with an empty file list
* feat: `ya.input()` plugin API (#762)
* feat: support `%0` as the hovered file for Windows (#761)
* perf: apply `add_many()`/`remove_many()` to the visual mode items for selection conflict detecting (#758)
* feat: allow both '/' and '\' in folder creation (#751)
* feat: support `YAZI_FILE_ONE` environment variable for `file(1)` path (#752)
* feat: add `prepend_rules` and `append_rules` for `[open]` in `yazi.toml` (#754)
* feat: switch to inline images protocol for VSCode, Tabby, and Hyper
* feat: add a new `[notify]` section to the `theme.toml` to configure the `notify` component's style (#749)
* feat: flavor (#753)
* feat: add hovered as `$0` for shell and opener (#738)
* ci: add cachix workflow (#740)
* refactor: prefer `Display` over `ToString` (#734)
* perf: prefer `raw_get()` and `raw_set()`
OBS-URL: https://build.opensuse.org/package/show/utilities/yazi?expand=0&rev=11
* chore: bump version to 0.2.3
* feat: if input is empty, close it on `backspace` command (#630)
* feat: add `ya.quote()` function instead of `ya.shell_join()`
* fix: task manager not re-rendering after progress update (#633)
* fix: hidden attribute of files on Windows (#632)
* feat: support char device in filetype (#628)
* feat: add `ya.shell_join()` API
* fix: attach plugin `args` to the `entry` method for better future optimization possibilities (#627)
* feat: `app_emit` and `manager_emit` accepts boolean, integer, and number as option values (#625)
* fix: image rotation with orientation 4
* feat: add `plugin` command to each layer
* feat: plugin interface for key events via `ya.which()` (#617)
* perf: use lazy sorting when loading large directories to reduce unnecessary CPU consumption (#607)
* feat: make `trash` crate optional on Android (#600)
* feat: support `unyank` (#313)
* refactor: use `Cmd` instead of `Exec` (#604)
* perf: read directory in bulk in the background at startup (#599)
* feat: preview image over SSH (#585)
* feat: plugin-specific state persistence (#590)
* feat: support passing arguments to plugin (#587)
* feat: allow to configure image filter (#586)
* feat: shorten unit names and add more units to `ya.readable_size`
* fix: parent folder not tracking CWD (#581)
* feat: new `image_quality` and `sixel_fraction` options to allow users to configure the image preview quality (#576)
* fix: input offset is not reset when renaming with `--cursor=start` and the filename is too long (#575)
* feat: customizing the number of columns of "which key" component (#571)
OBS-URL: https://build.opensuse.org/package/show/utilities/yazi?expand=0&rev=9
Yazi (means "duck") is a terminal file manager written in Rust, based on non-blocking async I/O. It aims to provide an efficient, user-friendly, and customizable file management experience.
Changes from last request:
- Replace vendored lua with lua54-devel
- yazi-bash-completion now supplements again bash-completion
- Remove tar.zst sources, as obscpio is also available and should be preferred than zst
OBS-URL: https://build.opensuse.org/request/show/1143525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yazi?expand=0&rev=1