GeoTrace 0.8.0
Release Notes
Added
- A trail opacity control in the Sky trails window, to quieten the paths on a busy multi-constellation sky or turn them up.
- Scrubbing the Sky trails window now marks the current time on the track plot, the same line a track-point hover draws, so playback follows along there too.
Changed
- Sky trails now draw as a comet's tail: brightest at each satellite's current position and fading back over the path it has travelled, so the direction of travel reads at a glance.
- "In fix only" in the Sky trails window now trims each trail to the parts where the satellite was actually used in the fix, rather than blinking whole trails on and off during playback.
Fixed
- Filtering on channel data like
@accel.xwithout a window no longer sends you in circles - the hint now points to a query that actually works.
Install geotrace 0.8.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CramBL/geotrace/releases/download/app/v0.8.0/geotrace-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/CramBL/geotrace/releases/download/app/v0.8.0/geotrace-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install CramBL/tap/geotraceDownload geotrace 0.8.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/geotraceYou 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>