Skip to content

v0.6a0

Choose a tag to compare

@dvklopfenstein dvklopfenstein released this 27 May 16:28
· 139 commits to main since this release
e86870f

What's Changed

  • Added description of git add run during trk init by @dvklopfenstein in #54

    • ADDED trk hours options --global to show hours for all projects for a single username
    • ADDED trk hours options --global --all-users for hours for all projects for all usernames
    • ADDED function get_csv_local_uname
    • ADDED function get_csvs_local_all
    • ADDED function get_csvs_global_uname
    • ADDED function get_csvs_global_all
    • ADDED running git add .timetracker/config .timetracker/.gitignore during initialization
    • ADDED trk init option, --no-git-add for researcher control
    • FIXED exit gracefully if start --at datetime cannot be parsed
  • Added functions to collect various groups of project csvs; Added running git add during trk init by @dvklopfenstein in #55

Full Changelog: v0.5a7...v0.6a0