Tags give the ability to mark specific points in history as being important
-
v0.1.1
protectedRelease: patinate v0.1.1efba8219 · ·v0.1.1 -- darwin build fix Patch release. Same code as v0.1.0 plus one rust-toolchain.toml line (`targets = ["aarch64-apple-darwin"]`) so the nomograph rust-cli CI image's prepared darwin target reaches the pinned 1.94.0 toolchain. The v0.1.0 tag pipeline failed `build:darwin-arm64` for this reason; v0.1.0 still landed on crates.io but had no GitLab Release artifacts. This release ships both linux-amd64 and darwin-arm64 binaries plus SBOMs and cosign signatures via the GitLab package registry. `cargo install patinate` picks up v0.1.1 automatically. Existing v0.1.0 installs are functionally identical. See README.md for install + quickstart, CHANGELOG.md for the full v0.1 feature surface, CONTRIBUTING.md for the dev loop.
-
v0.1.0
protected3f136da4 · ·v0.1.0 -- first public release Render Strava activity into stylized heatmap posters and inline SVG. Real polyline-circle obfuscation. Privacy flags for shippable renders. Highlights - patinate auth/sync/fetch-osm/render flow, end-to-end for one rider in one city. - Real polyline-circle clipping (replaces v0-era naive start-point check) with a load-bearing privacy invariant test. - --anonymize + --obfuscation-radius-m for renders destined for public publication. - Four embedded themes (noir_heat, blueprint_heat, warm_beige, cycle_heat) plus --themes-dir for custom JSON themes. - --web preset (single-layer heat, precision-1 coords, no minor roads) for inline page embeds. - --heat-bloom + --heat-alpha runtime knobs to tune the glow stack per render. - 44 lib tests, cargo audit clean, cargo deny clean, clippy clean on rust 1.94. See README.md for install + quickstart, CHANGELOG.md for the full feature list, CONTRIBUTING.md for the dev loop, SECURITY.md for disclosure policy. Built on storr runner. Cross-compiled to linux-amd64 + darwin-arm64 via the nomograph rust-cli component. Cosign-signed; SBOMs in the GitLab package registry.