# Changelog
All notable changes to this project will be documented in this file.
## [0.0.1] - 2026-03-14
### Added
- Strava OAuth 2.0 authentication flow with local callback server
- Fetch and display athlete profile information
- Yearly training statistics summary
- Monthly training statistics summary
- Activities listing with pagination support
- Activities filtered by month and year command
- TUI (terminal user interface) with tool call event display using Ratatui/Crossterm
- JSON-based query caching for API responses
- GitHub Actions CI workflow for Rust project
- Gear/equipment subcommands
## [0.0.0] - Initial
Project initialized. See the crate on [crates.io](https://crates.io/crates/runcli).