Skip to content

v0.8.19

Compare
Choose a tag to compare
@wakatara wakatara released this 03 Oct 05:56
· 94 commits to master since this release

Changelog

Version 0.8.19

  1. Fixes a long standing edge case daylight savings time bug by re-implmenting with a NaiveDate
  2. Makes spacing on the log stats subcommand way nicer and lined up with padding
  3. Adds tracking tasks (0 day frequency repeats) to the todo command (to mirror ask)
  • 2250e1d Better spacing layouts for the log stats subcommand.
  • 6f0965d Embedded civil Date type in DailyHabit refactor.
  • b2a8323 Initial refactor of harsh to use civil time.
  • 5d0a7ef Minor typo.
  • 122f9b7 Reset lookback for today's undone tasks to 0 days.
  • 6a5c5d4 [WIP] Refactoring to use civil for NaiveDate approach.