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

chore: increment minor version

+4
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## v1.3.0 (2025-05-26) 4 + - feat: add `--choose-dir` arg 5 + - feat: add `--entry-dir=PATH` arg 6 + 3 7 ## v1.2.0 (2025-05-26) 4 8 - feat(images): Cache images to avoid unecessary re-processing 5 9
+1 -1
build.zig
··· 2 2 const builtin = @import("builtin"); 3 3 4 4 ///Must match the `version` in `build.zig.zon`. 5 - const version = std.SemanticVersion{ .major = 1, .minor = 2, .patch = 0 }; 5 + const version = std.SemanticVersion{ .major = 1, .minor = 3, .patch = 0 }; 6 6 7 7 const targets: []const std.Target.Query = &.{ 8 8 .{ .cpu_arch = .aarch64, .os_tag = .macos },
+1 -1
build.zig.zon
··· 1 1 .{ 2 2 .name = .jido, 3 3 .fingerprint = 0xee45eabe36cafb57, 4 - .version = "1.2.0", 4 + .version = "1.3.0", 5 5 .minimum_zig_version = "0.14.0", 6 6 7 7 .dependencies = .{