Releases: openSUSE/trollolo
Releases · openSUSE/trollolo
Release 0.3.1
Release 0.3.0
- Support for Ruby >= 2.2, including Ruby 2.5
- Add support for swimlanes, used for cards which are not part of the normal sprint.
Release 0.2.0
- Require Ruby to be >= 2.2.0 and < 2.4.2 until #139 is fixed.
burndown-init
only requires the--board-id
option. The--output
option is optional and defaults to the current working directory. Fix #103.- Allow to define checklists that should not be parsed as task lists. Such lists can be added in the trollolorc as
no_task_checklists
. - Allow to provide a board id when calling
burndown
. Fix #100. - Set the attached image as cover in
burndown --plot-to-board
. Fix #124.
Release 0.1.1
- Fix the bug introduced whith always setting the burndown chart as the cover
forburndown --plot-to-board
, as it only worked with files in the current
directory.
Release 0.1.0
Release 0.0.14
- Add a new
plot-to-board
option to the burndown command to send the plotted
burndown chart to the first card of theDone
column. - Add documentation for all CLI commands. Fixes #83.
- Allow to use
move-backlog
without waterline and seabed cards.
Closes #106 and #107. - Run
burndown
oncleanup-sprint
. Fixes #68.
Release 0.0.12
Release 0.0.11
Release 0.0.7
- Add set-description command
- Add get-description command
- Add make-cover command to set an existing image as cover
- Add option to push burndown data to an API endpoint
Release 0.0.6
- Track cards with unplanned work separately
- Fix error when parsing of meta data on card fails
- Implement
set-cover
command. This command uploads a picture to a given card,
which is then set as cover. - Fix raw output of cards list
- Fix commands to get basic data
- Don't overwrite data on first day of sprint