Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@dhth dhth released this 18 Aug 16:05
· 14 commits to main since this release
36d6f14

Added

  • Allow filtering tasks by status in analytics commands (log, report, stats)
  • Keymap to finish active task log without comment
  • Contextual cues in the "Task Log Entry" view
hours-v0-6-0-tl-context.mov

Changed

  • Removed date range limit for stats and log commands
  • Missing end date in date range implies today (eg. 2025/08/12...)
  • "today" can be used in date range (eg. 2025/08/12...today)
  • Improved TUI navigation: esc/q now function in more panes, returning the user
    to previous panes in a predictable manner
  • User messages in the TUI remain visible for a while
  • Minimum terminal width needed brought down to 80 characters (from 96)

Changelog

  • d75892e add basic snapshot tests (#93)
  • c4040c5 add more ways to specify "today" in date range (#85)
  • 70049e3 allow logging frames (for debugging) (#91)
  • fb3601c allow saving time log without asking for comment (#86)
  • 616e452 build: bump github.com/charmbracelet/bubbletea from 1.3.5 to 1.3.6 (#76)
  • 813e310 build: bump github.com/olekukonko/tablewriter from 1.0.7 to 1.0.8 (#75)
  • b281e52 build: bump github.com/olekukonko/tablewriter from 1.0.8 to 1.0.9 (#81)
  • e6bcb42 build: bump modernc.org/sqlite from 1.37.1 to 1.38.0 (#73)
  • 974af56 build: bump modernc.org/sqlite from 1.38.0 to 1.38.1 (#78)
  • 8e577bd build: bump modernc.org/sqlite from 1.38.1 to 1.38.2 (#80)
  • 0493ed5 build: upgrade go and deps (#63)
  • df1e976 chore(deps): bump github.com/charmbracelet/bubbles from 0.20.0 to 0.21.0 (#66)
  • 526d0de chore(deps): bump github.com/charmbracelet/bubbletea from 1.3.4 to 1.3.5 (#65)
  • 23f6d39 chore(deps): bump jaxxstorm/action-install-gh-release from 2.0.0 to 2.1.0 (#64)
  • 06aad6d chore(deps): bump modernc.org/sqlite from 1.37.0 to 1.37.1 (#69)
  • e721a0f feat(stats): filter (in)active tasks (#56)
  • cde501e improve cicd (#72)
  • d0643a9 improve traversal in the tui (#89)
  • d454e68 lower min terminal width needed (#97)
  • 3c4cf98 pass time provider as a dependency (#92)
  • d298983 persist user messages for a while (#90)
  • c0aa94f remove range limit for stats and log (#84)
  • 8ba28d4 remove reviewers from dependabot config
  • e01b36a show contextual cues in task log entry view (#88)
  • a29a5ce streamline task log duration validation (#95)
  • 36d6f14 update changelog for v0.6.0
  • b6835e1 update dependabot commit message
  • 59cea83 upgrade dependencies (#98)
  • a181531 upgrade go to 1.24.3 (#67)
  • ec3075e upgrade tablewriter to v1 (#71)
  • 657c01d upgrade to go 1.24.4 (#74)
  • 10fd02c upgrade to go 1.25.0 (#82)
  • acfb3c7 use correct badge
  • 23b1236 use correct key for theme tests (#87)