MyGit

v0.2.4

sxyazi/yazi

版本发布时间: 2024-03-09 21:14:28

sxyazi/yazi最新发布版本:v0.3.3(2024-09-04 23:58:24)

This version adds support for cross-directory selection, which means you can select files from multiple different directories and perform operations on them.

Yazi's accessibility also has been greatly improved, including adding color to icons, a new file selection counter, improved visibility of hovered files, enhanced keyword recognition in finds, long path truncation, and a new color system.

As for the plugin system, we have rewritten Yazi's Lua binding using Unsafe Rust, making the initialization process of plugins very inexpensive by lazy-loading app data. This fundamentally solves the difficulty of cross-tab data access, making future plans for dual-pane/tree-view possible, as they can be efficiently implemented as a plugin!

In addition, loaded plugins are now cached, meaning that plugin loading speed will be faster. The improvement in plugin performance directly reflects the overall performance of Yazi because in Yazi, plugins are first-class citizens, with most UI being drawn by built-in UI plugins, and previews and preloads also being done through plugins, which is the biggest driving force for us to constantly improve plugin performance.

Finally, we have added some new APIs that we hope plugin developers will find useful:

To implement ya.notify(), we have added a new Vim-like notification component:

https://github.com/sxyazi/yazi/assets/17523360/0765ecf4-9d90-49da-90d1-6b5d9a27901c

For more changes, please read "What's Changed" below.

Heads up

The exec property will be deprecated in the next major version, v0.3, and will be replaced by run.

Please replace all instances of exec = ... with run = ... in your yazi.toml and keymap.toml if any.

What's Changed

New Contributors

Full Changelog: https://github.com/sxyazi/yazi/compare/v0.2.3...v0.2.4

相关地址:原始地址 下载(tar) 下载(zip)

1、 yazi-aarch64-apple-darwin.zip 4.42MB

2、 yazi-aarch64-pc-windows-msvc.zip 4.46MB

3、 yazi-aarch64-unknown-linux-gnu.zip 5.01MB

4、 yazi-aarch64-unknown-linux-musl.zip 4.97MB

5、 yazi-x86_64-apple-darwin.zip 4.8MB

6、 yazi-x86_64-pc-windows-msvc.zip 4.77MB

7、 yazi-x86_64-unknown-linux-gnu.snap 12.6MB

8、 yazi-x86_64-unknown-linux-gnu.zip 5.25MB

9、 yazi-x86_64-unknown-linux-musl.zip 5.33MB

查看:2024-03-09发行的版本