yazi/yazi.changes

58 lines
2.7 KiB
Plaintext

-------------------------------------------------------------------
Wed Feb 07 14:25:50 UTC 2024 - xtexchooser@duck.com
- Update to version 0.2.3:
* 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)
-------------------------------------------------------------------
Fri Feb 2 00:15:25 UTC 2024 - xtexChooser <xtexchooser@duck.com>
- Use system lua5.4.
- Use remove tar.zst source, and keep only obscpio source.
-------------------------------------------------------------------
Wed Jan 31 11:02:18 UTC 2024 - xtexChooser <xtexchooser@duck.com>
- Package vendored lua for lua 5.4 syntax support.
LuaJIT only supports up to lua 5.1 syntax.
-------------------------------------------------------------------
Wed Jan 31 09:09:58 UTC 2024 - xtexChooser <xtexchooser@duck.com>
- Build shell completions packages
-------------------------------------------------------------------
Wed Jan 31 04:24:38 UTC 2024 - xtexChooser <xtexchooser@duck.com>
- Fix rustc SIGSEGV exception
-------------------------------------------------------------------
Wed Jan 31 03:29:18 UTC 2024 - xtexChooser <xtexchooser@duck.com>
- Init package yazi v0.2.2