Releases: nlink-jp/jviz
Release list
jviz v1.2.0
Packaging / build-config release — no change to the binary's behaviour.
Removed
- darwin/amd64 (Intel) pre-built binary. macOS releases now ship arm64 only, per the org-wide policy (darwin is Apple-Silicon only; no universal binaries). Intel Mac users can build from source.
Changed
- Linux release archives are now
.tar.gz(darwin/windows remain.zip), pernlink-jp/.githubCONVENTIONS.md §Release Archive Standard. - darwin code-signature identifier is now the canonical
jviz, set viacodesign -iso it stays stable after the archived binary is renamed to its canonical name.
Assets
jviz-v1.2.0-darwin-arm64.zip— Developer ID signed + Apple-notarizedjviz-v1.2.0-linux-amd64.tar.gzjviz-v1.2.0-linux-arm64.tar.gzjviz-v1.2.0-windows-amd64.zip
Each archive contains the canonical jviz binary + README.md + LICENSE.
v1.1.1 — Developer ID signed + Apple notarized darwin builds
Summary
Darwin builds are now Apple Developer ID Application signed and Apple-notarized, adopting the org-wide convention defined in nlink-jp/.github CONVENTIONS.md §Code Signing. End users on macOS no longer need to bypass Gatekeeper with right-click → Open or xattr -d com.apple.quarantine on first launch — the binary is trusted by the OS out of the box.
Release asset naming was also aligned with the rest of util-series: jviz-vX.Y.Z-<os>-<arch>.zip (hyphen-separated, versioned) replaces the previous jviz_<os>_<arch>.zip (underscore-separated, version-less).
Changes
feat(build): Developer ID codesigning, Apple notarization, align with org convention—make packagesigns darwin/amd64 and darwin/arm64 builds with a Developer ID Application certificate and notarizes the resulting zips viaxcrun notarytool. LICENSE is now bundled alongside README.md in each zip. No personal identifiers, certificates, or credentials are committed; builds without local cert/profile fall back gracefully.
Verifying the signature
codesign -dv jviz
spctl --assess --type install --context context:primary-signature jvizNo behaviour change to the binary itself — feature-wise this is identical to v1.1.0.
v1.1.0
v1.0.1
v1.0.0
v1.0.0 - 2026-03-28
Initial release.
Features
- Read JSON arrays from stdin or
--watch <file> - Local HTTP server with SSE-based live updates
- Interactive browser UI: bar, line, pie, and table views
- Column selectors for X-axis label and Y-axis value
- Auto-open browser on start (
--no-opento disable) - Chart.js v4.4.0 bundled — no internet connection required at runtime