Releases: beatbrot/trackie
Releases · beatbrot/trackie
v1.0.0
⚡ Added
- New
status
command that shows which project is currently tracked and for how long (thanks /u/radarevada)- This enables various shell integrations e.g. for starship or Oh My Posh.
- New
resume
command starts tracking the last tracked project - A custom path for the
trackie.json
file can be specified via theTRACKIE_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.