yazi/yazi-shared/src
2026-02-18 17:08:48 +08:00
..
data refactor: move Lua bindings into their own yazi-binding crate (#3636) 2026-01-29 23:12:29 +08:00
errors refactor: move Lua bindings into their own yazi-binding crate (#3636) 2026-01-29 23:12:29 +08:00
event refactor: use the term "action" instead of "command" (#3694) 2026-02-18 17:08:48 +08:00
loc feat: deduplicate empty directories in preset archive previewer (#3676) 2026-02-11 11:07:23 +08:00
path feat: new Path.os() API creates an OS-native Path (#3541) 2026-01-09 19:51:37 +08:00
pool feat: multi-path architecture (#3334) 2025-11-18 13:56:20 +08:00
scheme fix: add preset VFS config file to avoid TOML parsing errors (#3414) 2025-12-08 16:24:19 +08:00
shell feat: WTF-8 validator (#3374) 2025-11-27 16:01:06 +08:00
strand refactor: move Lua bindings into their own yazi-binding crate (#3636) 2026-01-29 23:12:29 +08:00
translit fix: escape control characters in filenames (#3400) 2025-12-04 16:13:39 +08:00
url fix: stricter casefold matching (#3470) 2025-12-28 16:05:06 +08:00
wtf8 feat: WTF-8 validator (#3374) 2025-11-27 16:01:06 +08:00
alias.rs refactor: introduce the SStr type for static strings (#2957) 2025-07-06 22:16:29 +08:00
bytes.rs feat: multi-path architecture (#3334) 2025-11-18 13:56:20 +08:00
chars.rs fix: escape control characters in filenames (#3400) 2025-12-04 16:13:39 +08:00
completion_token.rs fix: unify path expansion and absolutization behavior (#3438) 2025-12-17 23:00:05 +08:00
condition.rs refactor: use Self where possible (#3138) 2025-09-06 00:48:30 +08:00
debounce.rs refactor: use Self where possible (#3138) 2025-09-06 00:48:30 +08:00
env.rs fix: make environment detection work on WSL 2 (#3587) 2026-01-19 01:08:15 +08:00
id.rs feat: new yazi-vfs crate (#3187) 2025-09-21 11:44:52 +08:00
layer.rs feat: subscribe to and intercept app-level events through DDS (#3632) 2026-01-29 00:34:28 +08:00
lib.rs feat: new relay-notify-push DDS event to allow custom notification handlers (#3642) 2026-01-31 09:25:17 +08:00
localset.rs feat: new experimental ya.async() API (#3422) 2025-12-11 01:10:28 +08:00
natsort.rs feat!: transliteration option for natural sorting (#1053) 2024-05-27 07:28:10 +08:00
os.rs fix: suspend only when there is a parent process (#3008) 2025-07-21 14:42:10 +08:00
predictor.rs feat: multi-path architecture (#3334) 2025-11-18 13:56:20 +08:00
ro_cell.rs refactor: use MaybeUninit in RoCell (#2412) 2025-02-28 08:49:36 +08:00
source.rs feat: new stash command to let users customize back and forward command behavior (#3380) 2025-11-29 05:27:17 +08:00
sync_cell.rs refactor: use Self where possible (#3138) 2025-09-06 00:48:30 +08:00
terminal.rs feat: support using Yazi in Helix directly without Zellij or tmux (#2461) 2025-03-09 14:53:55 +08:00
tests.rs perf: string interning to reduce memory usage of mimetype and URL domain (#3084) 2025-08-19 21:58:57 +08:00
throttle.rs feat: time-based selection order preservation (#843) 2024-03-28 00:13:29 +08:00
time.rs feat: add ctime linemode (#1295) 2024-07-14 20:42:26 +08:00
utf8.rs refactor: prefer WriteConsoleW for Windows console output (#2464) 2025-03-10 14:41:02 +08:00