Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 00:09
· 5 commits to main since this release
e8ef1c4

4.0.0 (2023-07-09)

⚠ BREAKING CHANGES

  • ux: See release notes/below.
  1. tgl start and tgl continue command keywords have been removed.
  2. start and continue are now top-level commands.
  3. You can no longer quick-start commands with eg tgl o, you must now type the command in full (or select it from the top-level results)
  4. start project selection is no longer enforced at the beginning; it is optionally triggered at any point with the @ symbol.
  5. edit project selection uses @ instead of -p accordingly.

Features

  • ux: 🚸 display currently running timer at top level (#91) (aacbd2f)
  • ux: ✨ implement new command flow (#28) (#90) (92d2cea)
  • reports: ✨ implement reports of any arbitrary date/span (#55) (e45e46e)
  • ux: 🚸 add trailing space after project selection (#105) (b4208c8)
  • ux: 🚸 implement -C clear flag for start and continue (#97) (7fd55fc)
  • ux: 🚸 implement -l list flag for continue (#98) (1f57cd9)
  • ux: 💄 use error icon for all errors (#103) (4d16b20)
  • ux: ✨ implement -R resume flag for edit (#107) (a621035)
  • ux: 🚸 hide start and continue results if searching for command (#112) (00aa5d6)

Bug Fixes

  • 🐛 fix created description of \ when quick-starting empty time entry (#106) (a761e63)
  • ux: 🐛 fix edit erroneously resuming time entry when using -t (#104) (1efca81)
  • ux: 🚸 fix missing edit usage tips if any flag present (#108) (4ddf83c)