Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Releases: wycomco/kimai-cli

0.6.2

18 Jun 11:08
Compare
Choose a tag to compare

Changed

  • Print id of created record after using kimai record add

0.6.1

25 May 08:14
Compare
Choose a tag to compare

Changed

  • Fixed regression in kimai record add command that would only work if --last-entry-id was provided

0.6.0

23 May 21:12
Compare
Choose a tag to compare

Added

  • Added --last-entry-id flag to kimai 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

22 May 14:58
Compare
Choose a tag to compare

Changed

  • Show customer name when displaying project titles.
  • Fix bug where projects with the same name would get merged into one.

0.5.2

19 May 15:05
Compare
Choose a tag to compare

Changed

  • Made --id a requried parameter when deleting a record

0.5.1

19 May 14:58
Compare
Choose a tag to compare

Added

  • Added --comment flag to top-level start command

0.5.0

19 May 12:16
Compare
Choose a tag to compare

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 and record get-today

Changed

  • record delete can now delete multiple records at once
  • The duration now includes seconds

0.4.3

18 May 17:03
Compare
Choose a tag to compare

Added

  • Added start, stop, get-current and today 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

18 May 08:44
Compare
Choose a tag to compare
  • Added support for passing in a favorite when starting to record #1

0.4.1

17 May 21:57
Compare
Choose a tag to compare
  • Make message less weird when there is nothing to autocomplete