Skip to content

Releases: egegunes/redmine-cli

1.3.0

08 Jan 07:11
Compare
Choose a tag to compare

Features:

  • New command to list time entries (redmine times)
  • New command to create time entries (redmine spent)

Fixes:

  • Fix regression on issue create (see #33 )
  • Fix creating issue with parent issue id

1.2.0

02 Jan 06:26
Compare
Choose a tag to compare

Features:

  • Allow updating multiple issues at once
  • Add special keywords for start date and due date
  • Allow aliases for create command

Fixes:

  • Allow group_anonymous membership type
  • Don't open $EDITOR for description on update --edit
  • Set minimum versions for dependencies

1.1.6

27 Aug 19:37
Compare
Choose a tag to compare
Redmine CLI 1.1.6

1.1.5

27 Aug 19:37
1.1.5
Compare
Choose a tag to compare
Redmine CLI 1.1.5

1.1.4

11 Aug 10:44
1.1.4
Compare
Choose a tag to compare
  • Show an useful error message if config file couldn't found

1.1.3

09 Jul 19:37
1.1.3
Compare
Choose a tag to compare
  • Add no pager support to show command
  • Handle KeyError if cache is obsolete
  • Fix AttributeError in issues with no description

1.1.2

07 Jul 18:33
1.1.2
Compare
Choose a tag to compare
  • Fix json output for specific issue numbers

1.1.1

20 Jun 14:03
Compare
Choose a tag to compare
  • Fix AttributeError if configured by environment variables in CI

1.1.0

19 Jun 05:28
1.1.0
Compare
Choose a tag to compare
  • Add multi account support
  • Add option to dump issues as json
  • Allow skipping SSL verify

1.0.4

28 May 21:54
Compare
Choose a tag to compare
  • Add list alias command
  • Allow listing specific issues
  • Always show assignee and project columns
  • Change project versions command to roadmap
  • Make list commands singular
  • Use black as code style