Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@dhth dhth released this 29 Jun 11:02
· 17 commits to main since this release

This release includes the following updates 🚀

  • Timestamps in the "Task Log Entry" view can be moved forwards/backwards by a minute using j/k respectively (or by 5 minutes using J/K)

    hours-entry-form-1

  • Timestamps in "Task Log" view show up differently based on the end timestamp

    hours-timestamps

  • The TUI now shows the start time of an active recording

    hours-active-recording

  • An active task log recording can now be cancelled(using ctrl+x)

  • active subcommand supports a time placeholder, eg. hours active -t 'working on {{task}} for {{time}}'

Changelog

  • c35faab feat: add time placeholder for active subcommand
  • 577cc03 feat: shift time with j/k; relative timestamps
  • 0af4fa1 feat: show begin/end ts for tl entries from today