Skip to content

First Release

Compare
Choose a tag to compare
@Ephigenia Ephigenia released this 24 Jun 14:53
e1103b6

Unreleased (2019-06-24)

Bug Fixes

  • correct description for --hourly-rate option (1cf1c56)
  • mite-list: no default limit value (01a96f5)
  • err or err.message output upon errors in most of sub commands (b888702)
  • customer-update: typo in success message (75f81fd)
  • list: service and project id & date-completion improvment (7c7a355)
  • mite-list: empty table headers in grouped output (c38628e)
  • mite-new: different response format from mite-api package (24a99dd)
  • projects-list: projects with no customer show blank value (bdba7ef)
  • sort: string or array parameter (2eef4a6)
  • only use update_entries when flag is set (e59d1eb)
  • removes custom error code as mite-api lib covers most of the cases (677e1d6)

Code Refactoring

  • all underscore options use minus now (ebfe6be)

Features

  • adds archived column and option can be set to "all" (d1e2ad0)
  • customer: adds auto-completion for delete & update (e56457d)
  • adds config customizable columns for all listing commands (84ca387)
  • config: adds ability to modify note hightlighting pattern (e8f4dc1)
  • config: adds currency code as config option (a50046b)
  • list: adds "all" as option for columns which show all colums available (7d1fc5c)
  • list: adds tracking column (b770e5f)
  • list: sort by multiple fields in asc and desc order (861332c)
  • mite-amend: pass note as argument or pipe-in (e699c8e)
  • mite-amend: use first argument as note if it’s not numeric (97efeac)
  • project: adds ability to delete (60dd072)
  • project-delete: adds auto-completion (cb9fe8d)
  • project-new: adds ability to create new customers (e21107b)
  • project-new: adds ability to create new projects (0605e6c)
  • project-update: adds budget & budget_type options (3c94dd4)
  • projects-list: adds archived column (d52af59)
  • service: adds ability to update service’s properties (bc893b9)
  • service: adds auto-completion for delete & update (ca92479)
  • adds customer-delete (aa1a31b)
  • adds JSON output format (fe95bd3)
  • adds JSON output format (5b054a0)
  • update hourly_rate and update entries in customer, project and service (c213cf0)

BREAKING CHANGES

  • all options containing an underscore are changed to have a minus instead so that it aligns with the other options which contain multiple words. F.e. --customer_id becomes --customer-id.