地圖 (Jido) is a lightweight Unix TUI file explorer designed for speed and simplicity.

chore: Update Jido patch version + changelog.

+8 -1
+7
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## v0.9.3 (2025-03-27) 4 + - feat: The keybind " " is now accepted. This allows spacebar to be bound. 5 + - feat: Duplicate keybind notification now includes additional information. 6 + - fix: Multi-char keybinds now throw errors instead of crashing. 7 + - fix: Remove need to init notification handler. This fixes many issues with 8 + the places in the code notifications could be produced. 9 + 3 10 ## v0.9.2 (2025-03-25) 4 11 - feat: Added keybind `v` to view additional information about the selected entry. 5 12 - feat: Added config option `true_dir_size` to see the true size of directories.
+1 -1
build.zig.zon
··· 1 1 .{ 2 2 .name = .jido, 3 3 .fingerprint = 0xee45eabe36cafb57, 4 - .version = "0.9.2", 4 + .version = "0.9.3", 5 5 .minimum_zig_version = "0.14.0", 6 6 7 7 .dependencies = .{