Skip to content

v0.1.0

Latest

Choose a tag to compare

@ScottSucksAtProgramming ScottSucksAtProgramming released this 14 Nov 13:49
· 2 commits to main since this release

[0.1.0] - 2025-11-14

Added

  • Initial CLI commands: fetch, sync, list, search, export-markdown, export-csv, configure (and fetch-audio placeholder)
  • HTTP client with auth, retries/backoff, Retry‑After handling, and improved error messages
  • Storage: date‑partitioned JSON persistence, index merge, and incremental sync state
  • Services: lifelog pagination and orchestration
  • Config: env/.env integration, TOML config with profiles and precedence, timezone helpers, JSON logging
  • Local search over index (regex/fuzzy) and CSV/Markdown export features
  • TDD unit tests across layers (client, services, storage, CLI)
  • Pre‑release docs: CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, RELEASING
  • GitHub issue and PR templates
  • Package polish: importlib-based __version__, dev/test extras, automated scripts/release_check.sh, and docs noting macOS/Linux verification with Windows on the roadmap