Skip to content

v0.42.0

Compare
Choose a tag to compare
@lucassabreu lucassabreu released this 09 Nov 13:31
· 81 commits to main since this release
9f86a61

Added

  • test help function runClient to mock calls to Clockfy's API
  • added the following methods on api.Client (with test coverage)
    • UpdateProjectUserBillableRate
    • UpdateProjectUserCostRate
    • UpdateProjectEstimate
    • UpdateProjectMemberships
    • UpdateProjectTemplate
    • DeleteProject
  • added flag hydrated at project list to get "enriched" projects with their custom fields, tasks and
    memberships in one call, these can be accessed using the format or json output formats.
  • new command project get to show a project using its ID or name.

Fixed

  • when running edit for a time entry that had a task to change its project, the command was failing if no
    task set, because it tried to find the task from the older project in the new one.