Skip to content

Releases: dvklopfenstein/timetracker

Added tip to docs; Use same message in trk stop + git commit

18 Aug 08:57
158ca6f

Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6

v0.8.5

10 Aug 07:42
39d8db2

Choose a tag to compare

What's Changed

Full Changelog: v0.8.4...v0.8.5

v0.8.4

15 Jul 18:17
e971e08

Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.8.4

Added details and links to README

04 Jul 17:03
04250d2

Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.3

v0.8.1

30 Jun 08:26
c77cb0a

Choose a tag to compare

What's Changed

Full Changelog: v0.8a1...v0.8.1

v0.8a1

28 Jun 17:40
2c76047

Choose a tag to compare

What's Changed

  • New release v0.8a1;
  • Add command, trk running and trk running --verbose
    by @dvklopfenstein in #61

Full Changelog: v0.8a0...v0.8a1

Updated for new bug fix in prerequisite, dateparser

28 Jun 10:19
05f85cf

Choose a tag to compare

What's Changed

Full Changelog: v0.7a0...v0.8a0

v0.7a0

21 Jun 18:01
62c2b34

Choose a tag to compare

What's Changed

  • Added the ability to create invoices by @dvklopfenstein in #56

    • ADDED command, trk invoice
    • ADDED command option, -b or --billable to trk stop
      to add a Billable tag when running tag stop
    • ADDED command, trk paid; Billable tag is added so the amount paid will be printed in the invoice
    • ADDED trk stop -b or trk stop --billable to add 'Billable' tag with minimum typing
    • ADDED --no-git-add and -A options to the trk init command
  • Improved re-init message; tidy by @dvklopfenstein in #57

    • CHANGED "Run trk init" message so it is clearer that no trk command
      will be run until the project is initialized
  • Convert free text containing a time and optionally a date 100x faster than with requisite module for explicit use cases by @dvklopfenstein in #58

  • Modified import to improve runtime speed by @dvklopfenstein in #59

Full Changelog: v0.6a0...v0.7a0

v0.6a0

27 May 16:28
e86870f

Choose a tag to compare

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

v0.5a7 Improved `report` output; Began pandas section of documentation

18 May 11:21
8536bfe

Choose a tag to compare

What's Changed

Full Changelog: v0.5a6...v0.5a7