Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

36 lines (25 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

Changed

  • Shell completion
  • Updated to Rust 2021

1.0.0 - 2021-08-27

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.

0.1.0 - 2021-08-07

  • Initial release