You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clone command now allow to change the project and description on the
time entry creation, interactive mode already had this possibility
new flag archived on project list to list archived projects
a new global config allow-project-name that, when enabled, allow the user to the project
name (or parts of it) to be used where the project id is asked.
common function to get all pages on a paginated request, to not reimplement it, and guarantee
all entities are being used/returned.
Fixed
clone sub-command was not asking to confirm the tags when the original time entry already
had some.
clone command now will respect flags --tags and --when-to-close.
"billable" attribute was not being cloned
keep the current CHANGELOG when extracting the last tag
some grammatic errors ("applyied" => applied)
remove mentions to GitHub or Trello token, until integration is implemented