v0.1.4
⭐️ Highlights
- Support Windows
- Copy file path, with multi-selection support
- Customizable UI layout
- Better file change detection: update mime-type and preview in real-time after a change
- New sorting method: natural mode
- Scrollable preview, support videos, PDFs, archives, directories, etc.
- Simplified file system for better overall performance
- Help for all components, quick view of the key bindings
- Allow customization of Yazi config paths and cache persistence
- Adapt Black Box for the image preview
What's Changed
- feat: message about deleting files should be different by @g-plane in #64
- fix: wrong height of
Select
component by @sxyazi in #65 - docs: update opener rules to the new format by @sxyazi in #66
- feat: choose-file mode by @Eric-Song-Nop in #69
- feat: prepare for Windows by @g-plane in #44
- feat: copy file path, with multi-selection support by @sxyazi in #72
- feat: allow references to the selected files during shell execution by @sxyazi in #73
- feat: add
xclip
andxsel
support by @sxyazi in #74 - feat: windows clipboard support by @sxyazi in #75
- feat: custom manager layout by @sxyazi in #76
- fix: don't follow the symbolic link on Linux by @sxyazi in #77
- docs: install with Homebrew by @Surinrasu in #80
- feat: update mime-type after file changes detected by @sxyazi in #78
- feat: organize keys for logical behavior by @asim215 in #83
- feat: sort naturally by @asim215 in #82
- feat: make the preview scrollable by @sxyazi in #86
- feat: respect
EDITOR
environment variable, close #90 by @sxyazi in #91 - refactor: simplify filesystem design to improve performance by @sxyazi in #89
- feat: help by @sxyazi in #93
- feat: new
cache_dir
option by @sxyazi in #96 - feat: new
YAZI_CONFIG_HOME
env variable by @sxyazi in #97 - feat: add Black Box image preview support by @sxyazi in #99
- feat: deprecate
--cwd
in favor of the positional argument by @sxyazi in #100
New Contributors
- @Surinrasu made their first contribution in #80
- @asim215 made their first contribution in #83
Full Changelog: v0.1.3...v0.1.4