Skip to content

GeoTrace 0.10.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 20:05

Release Notes

Added

  • geotrace --update updates an installed build in place from the terminal, the same update the app offers on startup but without opening a window.
  • Sort the History window by any column, clicking a header again to reverse it.
  • Hovering a History row breaks down what the recording holds, down to its ad-hoc sensor channels.

Fixed

  • History elements show a cursor that matches what they do, rather than a text-editing one on everything.
  • Double-clicking a History identity always opens the rename editor now, instead of sometimes selecting a word.

Install geotrace 0.10.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CramBL/geotrace/releases/download/app/v0.10.0/geotrace-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/CramBL/geotrace/releases/download/app/v0.10.0/geotrace-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install CramBL/tap/geotrace

Download geotrace 0.10.0

File Platform Checksum
geotrace-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
geotrace-x86_64-apple-darwin.tar.gz Intel macOS checksum
geotrace-x86_64-pc-windows-msvc.zip x64 Windows checksum
geotrace-x86_64-pc-windows-msvc.msi x64 Windows checksum
geotrace-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
geotrace-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo CramBL/geotrace

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>