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

chore: Incremented patch version. docs: Updated changelog.

Changed files
+5 -1
+4
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## v0.9.4 (2025-03-29) 4 + - feat: Added keybind `h` to view help / keybind menu. 5 + - refactor: `List` drawing logic is now handled by the `Drawer{}`. 6 + 3 7 ## v0.9.3 (2025-03-27) 4 8 - feat: The keybind " " is now accepted. This allows spacebar to be bound. 5 9 - feat: Duplicate keybind notification now includes additional information.
+1 -1
build.zig.zon
··· 1 1 .{ 2 2 .name = .jido, 3 3 .fingerprint = 0xee45eabe36cafb57, 4 - .version = "0.9.3", 4 + .version = "0.9.4", 5 5 .minimum_zig_version = "0.14.0", 6 6 7 7 .dependencies = .{