Skip to content

v0.1.0

Latest

Choose a tag to compare

@supermarsx supermarsx released this 02 Oct 14:32
· 46 commits to main since this release

0.1.0 - 2025-10-02

Initial public preview release with a full cross‑platform build, extensive tests, and libgit2‑based operations.

Highlights

  • Fast, safe repository scanning with opt‑in recursion and ignore support
  • libgit2‑backed pull/clone/fetch with timeouts and resource limits
  • Deterministic CLI with structured logging, rotation, and optional JSON
  • Windows/macOS/Linux support, with CI matrix and tests

Features

  • feat(pull): allow targeting refs via CLI and per‑repo overrides (88e6bb8)

Performance

  • perf(ignore): fast‑path non‑glob patterns for ignore matching (00db92e)

Fixes

CI

  • ci(windows/arm64): add Windows ARM64 builds and runners (10f9a63, 972ce58)
  • ci(test): add Linux arm64 and macOS arm64 jobs; stabilize timing (0444e25, 7dde7d2)
  • ci(rolling): badges, compact invocation, portable date handling (f67a3ff, 81c9b9b, 1561e4b, faf8e15)
  • ci: normalize matrix order and keep windows‑11‑arm entries (85f3da8)

Build

Tests

  • test: deflake local clone/syslog checks; discover Catch cases individually (f9843ff, 05c0936)
  • test(macos): stabilize instance detection suite (00c3c9b)
  • test(resource): stabilize rate limit timing (7dde7d2)

Docs

  • docs: add rolling‑release CI badge to README (f67a3ff)
  • readme/gitignore updates (e168978)

Chore/Formatting

Notes

  • Version embedded via include/version.hpp and surfaced by --version.
  • Builds are produced via CMake presets across Windows/macOS/Linux.