tangled
alpha
login
or
join now
brookjeynes.dev
/
jido
7
fork
atom
地圖 (Jido) is a lightweight Unix TUI file explorer designed for speed and simplicity.
7
fork
atom
overview
issues
pulls
pipelines
chore: increment minor version
brookjeynes.dev
9 months ago
8f1a4f94
dcb22206
+6
-2
3 changed files
expand all
collapse all
unified
split
CHANGELOG.md
build.zig
build.zig.zon
+4
CHANGELOG.md
···
1
1
# Changelog
2
2
3
3
+
## v1.3.0 (2025-05-26)
4
4
+
- feat: add `--choose-dir` arg
5
5
+
- feat: add `--entry-dir=PATH` arg
6
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
5
-
const version = std.SemanticVersion{ .major = 1, .minor = 2, .patch = 0 };
5
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
4
-
.version = "1.2.0",
4
4
+
.version = "1.3.0",
5
5
.minimum_zig_version = "0.14.0",
6
6
7
7
.dependencies = .{