Skip to content

GeoTrace 0.12.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 10:48

Release Notes

Changed

  • Updated egui to 0.36 (along with egui_plot, egui_kittest and wgpu 30).

Added

  • A clock offset excursion - one sample whose GPS/system offset jumps away and straight back, as when a receiver resumes after a recording gap - no longer flattens the plot's y-axis. It is marked at the edge of the view with its real offset on hover, and on the map. Threshold and on/off are in Settings.

Fixed

  • Hovering a shortened name shows one tooltip instead of two stacked ones.
  • Use the recording name template in the rest of the app: the plot's file legend, line names and hover labels, the map's right-click menu and the remove-confirmation dialog all show the same name as the side panel.
  • The plot hover label no longer starts with a blank line when the cursor is not on a line.

Install geotrace 0.12.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CramBL/geotrace/releases/download/app/v0.12.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.12.0/geotrace-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install CramBL/tap/geotrace

Download geotrace 0.12.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>