Unfog Versions Save

⏱ Minimalist CLI task & time manager, written in Haskell.

v0.4.1

4 years ago

Added

  • --more option for worktime query

Fixed

  • --json output for worktime command

v0.4.0

4 years ago

Added

  • Upgrade command [#10]
  • Add status command for UI integration
  • Add undone command to unmark as done tasks [#20]

Changed

  • Shorter aliases
  • Show command (UI) [#17]
  • worktime command (group by ids) [#11]
  • [BREAKING] Commands names + aliases

v0.3.3

4 years ago

Added

  • Colors [#4]

v0.3.2

4 years ago

Added

  • Refactor parsec exprs with (<++)
  • Allow for batch processing of tasks [#13]

v0.3.1

4 years ago

Fixed

  • Active approx label (from in ... to ... ago)

v0.3.0

4 years ago

Added

  • Due time [#9]

Changed

  • Make + optional in context and worktime commands [#16]

Fixed

  • Remove print [#15]

v0.2.2

4 years ago

Added

  • Worktime date range [#9]
  • Due time [#9]

Fixed

  • Hyphen issue in desc [#12]

v0.2.1

4 years ago

Added

  • Add basic help command [#3]
  • Add version command

Changed

  • Replace active ✔ by the elapsed time [#8]

Fixed

  • Delete command [#1]
  • Worktime doesn't take in consideration the context [#2]

v0.2.0

4 years ago

Added

  • Changelog
  • New syntax to remove tags: -tag [#6]

Changed

  • [BREAKING] New parser introduced, based on parser combinators (ReadP). Events have been impacted (simplified), so the previous store is not compatible anymore. You can upgrade it with this command: sed -i -E 's/True |False |\+//g' ~/.config/unfog/store

Fixed

  • Create config dir if not exists [#5]

v0.1.4

4 years ago

Added

  • Installation script

Changed

  • Binaries compression (tar.gz)