Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 07:43
· 52 commits to main since this release
4c6e8ba

3.0.0 (2023-07-02)

⚠ BREAKING CHANGES

  • ux: -t no longer works to specify the stop time with tgl stop, as this is the flag that is used to specify the start time with all other commands.

    Instead, -T will take its place to specify the stop time to match the other commands.

Features

  • 🧑‍💻 create TransformedQuery extension class (#82) (0cab081)
  • readme: 📝 add command reference to README (#60) (9df1397)
  • reports: 🚸 change -E show stop time flag to more sensible -S (#81) (c188242)
  • reports: ✨ add -E to show time entry stop times (#81) (349f152)
  • reports: ✨ display totals for fuzzy filtered reports (#64) (7568f2a)
  • ux: 💥 use -T flag to change tgl stop end time (#58) (2363573)
  • ux: 🚸 add tgl edit flag to clear description (#66) (d499a9b)
  • ux: 🚸 implement continue-like autofill for tgl edit (#56) (74f58a2), closes #28
  • ux: 💄 remove start/stop now options when time span is specified (#68) (6a742d7)
  • ux: ✨ add tgl help command (#65) (2101067)
  • ux: ✨ implement flag escaping (#67) (8a657d3)

Bug Fixes

  • structures: 🐛 fix default trailing space behaviour (#62, #63) (97b4b8a)
  • ux: 🐛 fix broken fuzzy filter on detailed tgl reports [span] projects (#78) (9bfdb37)
  • ux: 🐛 fix buggy tgl reports span-[offset] detection (#79) (6425713)
  • ux: 🐛 fix fuzzy filter of 'static' results (#75) (e1a4970)
  • ux: 🐛 fix inverse ordering of tgl edit projects (#74) (03f2c78)
  • ux: 🐛 fix non-reversible \ escaping (#69) (3f5a679)
  • ux: 🐛 fix result score overflow (#71) (1cc9119)
  • ux: 🐛 use string.IsNullOrEmpty everywhere (#76) (8909d97)