Releases: dvklopfenstein/timetracker
Added tip to docs; Use same message in trk stop + git commit
What's Changed
- Improvements to basic usage documentation by @dvklopfenstein in #72
- Move advanced git init material from
basic usagetoadvanced usageby @dvklopfenstein in #73 - v0.8.5 by @dvklopfenstein in #74
- v0.8.6 Added to documentation by @dvklopfenstein in #75
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What's Changed
- Creating Microsoft Word docx files is now optional by @dvklopfenstein in #69
- Add
--upgradetopip installdirections by @dvklopfenstein in #71
Full Changelog: v0.8.4...v0.8.5
v0.8.4
What's Changed
- New script
timecalcthat takes 2 (starttime, stoptime, and timedelta) & returns the 3rd by @dvklopfenstein in #65 - Highlight important features by @dvklopfenstein in #66
- Added documentation by @dvklopfenstein in #68
- Improved reports showing all running timers with brevity and rich info by @dvklopfenstein in #67
Full Changelog: v0.8.3...v0.8.4
Added details and links to README
What's Changed
- Improved timing test by @dvklopfenstein in #63
- Added details and links by @dvklopfenstein in #64
Full Changelog: v0.8.1...v0.8.3
v0.8.1
v0.8a1
What's Changed
- New release v0.8a1;
- Add command,
trk runningandtrk running --verbose
by @dvklopfenstein in #61
Full Changelog: v0.8a0...v0.8a1
Updated for new bug fix in prerequisite, dateparser
What's Changed
- Now using new
dateparserrelease - Documentation; minor speed; simplify stop defaults by @dvklopfenstein in #60
Full Changelog: v0.7a0...v0.8a0
v0.7a0
What's Changed
-
Added the ability to create invoices by @dvklopfenstein in #56
- ADDED command,
trk invoice - ADDED command option,
-bor--billabletotrk stop
to add aBillabletag when runningtag stop - ADDED command,
trk paid;Billabletag is added so the amount paid will be printed in the invoice - ADDED
trk stop -bortrk stop --billableto add 'Billable' tag with minimum typing - ADDED
--no-git-addand-Aoptions to thetrk initcommand
- ADDED 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
- CHANGED "Run
-
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
What's Changed
-
Added description of
git addrun duringtrk initby @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 initoption,--no-git-addfor researcher control - FIXED exit gracefully if start --at datetime cannot be parsed
-
Added functions to collect various groups of project csvs; Added running
git addduringtrk initby @dvklopfenstein in #55
Full Changelog: v0.5a7...v0.6a0
v0.5a7 Improved `report` output; Began pandas section of documentation
What's Changed
- Starting documentation on loading csv files into pandas by @dvklopfenstein in #51
- Move pandas.md to source dir so mkdocs can see itj by @dvklopfenstein in #52
- Improved
reportoutput by @dvklopfenstein in #53
Full Changelog: v0.5a6...v0.5a7