Skip to content

Tags: e6a5/flow

Tags

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11 from e6a5/feature/stale-session-cleanup

feat: remove watch/doctor/goal commands and add stale session cleanup

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10 from e6a5/feat/delete-command

Feat/delete command

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from e6a5/feature/paused-session-working-time

feat: show working time when session is paused

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7 from e6a5/feature/user-centric-enhancements

feat: User-Centric Enhancements

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6 from e6a5/hotfix/release-drafter-permissions

fix: add missing permissions and PR triggers to release drafter

v1.1.1

Toggle v1.1.1's commit message
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

v1.1.0

Toggle v1.1.0's commit message
fix(test): Correct assertion in TestCalculateStats

Removes a redundant and incorrect assertion that was causing the test to fail. The application logic was correct.

v1.0.0

Toggle v1.0.0's commit message
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.

v0.1.0

Toggle v0.1.0's commit message
Release v0.1.0

v0.0.2

Toggle v0.0.2's commit message
Fix release workflow permissions