Skip to content

GeoTrace 0.6.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:47

Release Notes

Added

  • Snap to road: match a track against the OpenStreetMap road network, from its side-panel action or automatically (opt-in).
    The match draws as a dashed line on the map with road details on hover, the "Snap error (m)" plot metric shows each point's distance to the road next to EPH, and snap_error is usable in queries.
    Results are kept in history, marked stale when settings change, and can be re-run as another travel mode.
    Nothing is uploaded without consent; the server and matcher options are configurable in Settings (default: the public FOSSGIS instance).
  • A File menu with Open and an About dialog.
  • A "Recording name" template in Settings controls how recordings are labelled in the side panel ({title}, {device}, {identity}, {filename}).
  • Recording metadata (title, device, notes, travel mode) shows behind a note icon in the side panel and the History window.
  • Recording identities can be renamed in the History window: double-click the name, or right-click for Rename.

Changed

  • History window columns are resizable, and the identity column gets the spare width.
  • Distance and duration in the side panel carry a road and clock icon.
  • Query summaries name tracks that carry no values for a referenced metric, instead of only counting skipped points.

Fixed

  • Long names truncate (full value on hover) instead of stretching the side panel, the History window, and related dialogs.
  • Light mode: status colors, plot lines, and query syntax highlighting are readable now, and the plot gets a faint-grey canvas.
  • Focusing a track dims the map with a gentle veil instead of washing it to white.

Install geotrace 0.6.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install CramBL/tap/geotrace

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