Skip to content

v1.0.0

Compare
Choose a tag to compare
@soywod soywod released this 14 Aug 20:22
v1.0.0
5db4436

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]