Skip to content

Releases: aibor/timewarrior-extensions

v0.1.2

24 Feb 23:14
Compare
Choose a tag to compare

Minor release (2025-02-24)

  • Add target time per weekday.
  • Add version in debug output.

What's Changed

  • Add configurable target time per weekday by @seyfahni in #7

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Feb 20:49
Compare
Choose a tag to compare

Minor release (2025-02-23)

  • Add configurable day aggregation strategy.

What's Changed

  • Add configurable cross-day aggregation options by @seyfahni in #6

Full Changelog: v0.1.0...v0.1.1

v0.1.0

16 Feb 15:16
Compare
Choose a tag to compare

Inital alpha release (2025-02-16)

Changelog

  • 3d1bb2f feat!(flextime): allow flexible time units
  • 3293507 feat(twext): add time.Duration parser for confg value
  • c551090 fix(flextime): fix lines too long
  • c118fe2 fix(flextime): allow printSums to be more complex for now
  • 4337ba8 feat(flextime): allow configuration of offset
  • 7cb6ecc feat(twext): add sorted iteration helper to groups
  • 9d0afc3 fix(flextime): fix sign for diffs below one hour
  • caf34f2 fix: comment references
  • decda51 fix(flextime): rename goal to target
  • 460907c fix(flextime): add test
  • 4aa8720 fix(flextime): remove timestamp from debug output