Skip to content

Releases: soywod/unfog

v1.0.5

13 Dec 10:02
c1691a6
Compare
Choose a tag to compare
  • Also list PROJECT column with worktime --more [#56]

v1.0.4

08 Jul 10:31
v1.0.4
efacf65
Compare
Choose a tag to compare

Added

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

v1.0.3

05 Dec 11:02
v1.0.3
40366c5
Compare
Choose a tag to compare

Changed

  • Replace Travis CI by GitHub Actions

v1.0.2

04 Dec 10:02
v1.0.2
3083f48
Compare
Choose a tag to compare

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

16 Aug 09:31
v1.0.1
c4cabef
Compare
Choose a tag to compare

Fixed

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

v1.0.0

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

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

27 Jul 16:32
v0.4.5
a69c838
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release

Changed

  • Upgrade ghc v8.8.4 to fix Windows build error

v0.4.4

27 Jul 15:21
v0.4.4
f4af4f7
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

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

11 Mar 20:58
v0.4.3
21e5ef2
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

Added

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

v0.4.2

07 Mar 14:40
v0.4.2
4ab8790
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Changed

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

Fixed

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