This repository has been archived by the owner on May 10, 2022. It is now read-only.
Releases: wycomco/kimai-cli
Releases · wycomco/kimai-cli
0.6.2
0.6.1
Changed
- Fixed regression in
kimai record add
command that would only work if--last-entry-id
was provided
0.6.0
Added
- Added
--last-entry-id
flag tokimai record add
command. When provided, the start time of the new entry will be set to the end time of the record belonging to the id. - Added
kimai record edit
command to edit arbitrary attributes of a record.
0.5.3
Changed
- Show customer name when displaying project titles.
- Fix bug where projects with the same name would get merged into one.
0.5.2
Changed
- Made
--id
a requried parameter when deleting a record
0.5.1
Added
- Added
--comment
flag to top-levelstart
command
0.5.0
Added
- Added
comment
command to save a comment for the currently running record - Added
record comment
command to comment on an arbitrary record - Added client-side checks that the user is actually authorized to edit a record (which should really happen server-side, but oh well...)
- Added the running total to
today
andrecord get-today
Changed
record delete
can now delete multiple records at once- The
duration
now includes seconds
0.4.3
Added
- Added
start
,stop
,get-current
andtoday
as top-level commands - Display duration of record in table view
- Show total time logged for today in table view
- Addes short options for all commands
- Show comment in table view
Changed
- Prompt for comment when not providing one in
kimai record add
command - Prompt for favorite when not providing either a favorite or a start and end time when creating a record
0.4.2
0.4.1
- Make message less weird when there is nothing to autocomplete