v0.1.2
sxyazi/yaziv0.1.2Jul 30, 2023by sxyazi
AI Summary
This release improves user interaction and performance by adding which-key support, bracketed paste, and the ability to auto-hover newly created files. It also introduces the Überzug++ image previewer and optimizations for folder sorting.
Key Highlights
- Which-key and multi-key support
- Bracketed paste support
- Auto-hover after file creation
- Überzug++ image preview support
New Features
- Which-key support
- Bracketed paste
- Close input using Esc
- Switch sorting by key
- Folder openable
- Auto-hover after creation
- Überzug++ support
Full Release Notes
## What's Changed * fix: fn import by @fzdwx in https://github.com/sxyazi/yazi/pull/3 * feat: which-key and multi-key support by @sxyazi in https://github.com/sxyazi/yazi/pull/4 * feat: enable bracketed paste by @sxyazi in https://github.com/sxyazi/yazi/pull/5 * feat: the ability to close input using `Esc`, and the new op of `Cut` by @sxyazi in https://github.com/sxyazi/yazi/pull/6 * feat: switch sorting by key; precalculate and cache directory size when sorting by size; use `BTreeMap` to improve performance by @sxyazi in https://github.com/sxyazi/yazi/pull/7 * feat: make folder openable by @sxyazi in https://github.com/sxyazi/yazi/pull/9 * feat: auto hover the file after it created by @sxyazi in https://github.com/sxyazi/yazi/pull/10 * feat: avoid duplicating the same task of precaching the size by @sxyazi in https://github.com/sxyazi/yazi/pull/11 * feat: support for Überzug++ for image previews with X11/wayland environment by @sxyazi in https://github.com/sxyazi/yazi/pull/12 ## New Contributors * @sxyazi made their first contribution in https://github.com/sxyazi/yazi/pull/4 **Full Changelog**: https://github.com/sxyazi/yazi/compare/v0.1.1...v0.1.2