Skip to content

Releases: beatbrot/trackie

v1.0.0

27 Aug 13:57
Compare
Choose a tag to compare

⚡ Added

  • New status command that shows which project is currently tracked and for how long (thanks /u/radarevada)
  • New resume command starts tracking the last tracked project
  • A custom path for the trackie.json file can be specified via the TRACKIE_CONFIG environment variable.
  • Add possibility to dump the report as JSON via the --json flag

🔧 Changed

  • The trackie.json is now saved in %APPDATA%/trackie/trackie.json in Windows and $XDG_DATA_HOME/trackie/trackie.json on Unix.
    • Automatic migration code was added.

v0.1.0

07 Aug 13:34
a31600c
Compare
Choose a tag to compare

🎉 The initial release of trackie.

Initial feature set:

  • Simple start & stop commands
  • A report command that outputs the work done on each project each day