All notable changes to this project will be documented in this file.
- Delete only last node
- Remove +++ from date
- Update description of arguments
- Allow to add time with +
- Document key benefits
- Hide complete response on authorization error
- Cache only HTTP 400 errors
- Change current comment if task is running
- Fix typo in doc
- The
start
command was renamed tolog
command. Thestop
command was removed. - Change order of suggestions to show last recent at bottom.
- The
delete
command now deletes the end time before removing the whole log. This is useful to continue the work on the current task.
- Move logs to other days if changed time crosses day border.
- Use comment of last issue when started via alias.
- Support to add start
<time>
tolog
command - Support to pass
<duration>
tolog
command in Jira format - Support to show all logs uncombined (
list -a
) - Add
clear-cache
command to clear the cache. - Offline mode (
--offline
flag) to disable summary resolving on demand. - Use of alternative config file (
--file
option).
- Complete rewrite of parser and interpreter semantics
- Added various commands to interact with the log file on the command line
- Resolve issue summary from Jira
- Ignore logs with invalid date - thx to @deeaitsch84 for feedback
- Fixed initial setup
- Handle exception during export - thx to @deeaitsch84 for feedback
- Persist configuration after successful verification
- Fix edit option of init command
- Verify configuration - thx to @deeaitsch84 for feedback
- Initial release