Release Notes
Added
- Pre-built release binaries and a Homebrew formula, driven by cargo-dist. A
new tag-triggered release.yml cross-builds the ara binary for
aarch64-apple-darwin (macOS Apple Silicon) and x86_64-unknown-linux-gnu
(Linux x86_64), attaches tarballs + checksums to the GitHub Release, and
generates a curl | sh installer and the ara.rb Homebrew formula. The
formula targets the ARA-Labs/homebrew-tap tap, so users can
brew install ARA-Labs/tap/ara. (Auto-push to the tap is deferred; the
formula is committed by hand from the release asset for now.)
- Resizable viewer panels: drag (or keyboard-resize) the divider between the
map and detail panes to rebalance them. The gutter is a real WAI-ARIA
window-splitter — focusable, Arrow/Home/End operable, and value-bearing —
with per-mode split ratios (side-by-side vs. stacked), structural pane floors,
a global cursor/selection lock while dragging, and double-click to reset. The
ratio is in-memory only (resets on reload); on narrow (<800px) screens the
layout still collapses to a single column with the gutter hidden.
Changed
- Bump dependencies:
tower-http 0.6 → 0.7 and notify-debouncer-full 0.5 →
0.7 (ara-cli), and gloo-net 0.6 → 0.7 (ara-viewer). Regenerated the
embedded viewer bundle so the shipped wasm matches the gloo-net bump.
(#20, #21, #22)
- Bump CI actions:
docker/setup-buildx-action 3 → 4 and
docker/build-push-action 6 → 7. (#18, #19)
Install ara-cli 0.1.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ARA-Labs/ara-cli/releases/download/v0.1.6/ara-cli-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install ARA-Labs/tap/ara
Download ara-cli 0.1.6