CHANGELOG
— the edited account of this release, and anything that needs doing before
you upgrade. The commit list below is generated.
Changelog
- fed9a56: Say when the grid has scrolled columns off the left (@Ahngbeom)
- b8e4efa: Lay the process list out for the width it is drawn at (@Ahngbeom)
- 66b8b08: Say how to start typing after a switch to the modal keyboard (@Ahngbeom)
- b0e00c3: Draw the guard's dialogs on the background they were given (@Ahngbeom)
- c40ed87: Cut the bar with an ellipsis, and shed the greeting a clause at a time (@Ahngbeom)
- 32be634: Give every colour on screen back to a role (@Ahngbeom)
- 63f6233: Make a dialog as tall as what is in it (@Ahngbeom)
- 7d13f9e: Join the hairlines where they meet (@Ahngbeom)
- 46efbff: Stop the finders reporting a search nobody ran (@Ahngbeom)
- b697416: Stop the result pane asking for the statement that is running (@Ahngbeom)
- 626cf28: Say out loud the two things that worked and could not be found (@Ahngbeom)
- aac3bb3: Keep the first column on screen while the rest scroll past it (@Ahngbeom)
- 2ca4281: Keep the plan the attestation work was built from (@Ahngbeom)
- f6b3f22: Merge remote-tracking branch 'origin/main' into fix/grid-columns-off-view (@Ahngbeom)
- ea05237: Open the changelog on the interface pass (@Ahngbeom)
- e3ddd1f: Close the changelog for v0.6.3 (@Ahngbeom)
Install
macOS or Linux — pinned to this release, since a page for an old tag
that quietly installed the newest one would be lying.
curl -fsSL https://raw.githubusercontent.com/Ahngbeom/datavase/main/install.sh | DV_VERSION=v0.6.3 shHomebrew
brew install Ahngbeom/tap/dvLinux packages — the .deb, .rpm and .apk above.
Windows — the .zip above; put dv.exe on your PATH.
Then dv init sets up the first connection, and dv version says which
build you have.
From source, if you have Go
go install github.com/Ahngbeom/datavase/cmd/dv@v0.6.3Downloading an archive with a browser on macOS gets it quarantined, and
an unnotarized binary that is quarantined will not run. The install script
and Homebrew both avoid that. If you took the archive by hand:
xattr -dr com.apple.quarantine ./dvEvery archive and package above is signed by the workflow that built it. To check one:
gh attestation verify dv_v0.6.3_darwin_arm64.tar.gz --repo Ahngbeom/datavase