Skip to content

GeoTrace 0.7.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 07:12

Release Notes

Added

  • Sky plot: see the satellites used in each fix - a polar plot when you hover or click a track point, plus a toggleable ring or disc overlay showing directions along the whole track.
  • Sky trails window: replay every satellite's path across the sky over the whole recording, scrubbing through time with the map following along. Live per-constellation stats and cycle slips, a signal-strength heatmap of the current fix, and toggles to hide the trails for a snapshot view or keep only the satellites in the fix.

Changed

  • The track point window resizes and repacks to handle busy multi-constellation fixes, keeping the sky plot beside the satellite tables. Folds are remembered.

Fixed

  • The History window resizes smoothly and can be shrunk again, its filter field no longer overlaps the toolbar in a narrow window.
  • Focusing a track now darkens the map in light mode too.

Install geotrace 0.7.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install CramBL/tap/geotrace

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