You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v1.1.1: Fix --today flag filtering bug
- Fix: --today flag not filtering correctly (#2)
- Resolved issue where 'flow log --today' showed no sessions despite existing entries
- Improved date filtering logic in getRelevantLogFiles()
- Updated week calculation to use Sunday-start for better UX
- Fixed failing unit and E2E tests
- All functionality now working correctly
fix(test): Correct assertion in TestCalculateStats
Removes a redundant and incorrect assertion that was causing the test to fail. The application logic was correct.
Version 1.0.0: The Analytics Update
This version marks the first major feature release of flow, introducing a powerful suite of tools for visualizing and exporting focus data.
New Features:
- Adds a beautiful, high-contrast `flow dashboard` command.
- Introduces a robust `flow export` command with CSV and JSON formats.
- Overhauls the README to create a compelling user experience.
- Enhances shell completion to support all new commands.