Unfog Versions Save

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

v1.0.5

1 year ago
  • Also list PROJECT column with worktime --more [#56]

v1.0.4

2 years ago

Added

  • Add --due-in option to tasks list (reminders) [#41]

v1.0.3

3 years ago

Changed

  • Replace Travis CI by GitHub Actions

v1.0.2

3 years ago

Added

  • Config file config.toml + store-path option [#40]
  • cache:clear procedure

Changed

  • Use GHC v8.10.2

Fixed

  • Task not found when using long ids containing dash [#43]
  • Short ids for worktime --more query [#39]

v1.0.1

3 years ago

Fixed

  • List query as default command [#30]
  • Completion [#37]
  • Missing undelete command arg

v1.0.0

3 years ago

The args parser becomes more solid (based on optparse lib). The due time is simplified and normalized (using ISO notation instead of custom one), since it's not considered as a main feature. Tags are replaced by project. A project is just a unique tag (or a simple category). The aim of those changes is to simplify the usage of Unfog, and to focus on the core concept (create tasks, attach tasks to projects, start/stop tasks, check reports).

Added

  • Save last state in a file [#25]

Changed

  • [BREAKING] Refactor id system [#33]
  • [BREAKING] Refactor parser [#31]

Fixed

  • No parse due time [#34]

v0.4.5

3 years ago

Changed

  • Upgrade ghc v8.8.4 to fix Windows build error

v0.4.4

3 years ago

Fixed

  • Bad build state for update cmd [#27]

Added

  • AUR package support [#26]
  • Default command to list [#30]

Changed

  • Replace Data.Duration by own duration with tests [#24]

v0.4.3

4 years ago

Added

  • Init basic bash completion (commands, ids and tags)

v0.4.2

4 years ago

Changed

  • Remove secs and millis from queries [#23]
  • All screenshots

Fixed

  • Bad wtime ordering [#22]
  • Make install script more compatible by replacing [[]] with []