Skip to content

Releases: openSUSE/trollolo

Release 0.3.1

01 Mar 15:42
1930f9f
Compare
Choose a tag to compare
  • Fix Trollolo executable. Fix #181.

Release 0.3.0

28 Feb 15:19
d928c94
Compare
Choose a tag to compare
  • 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

18 Jan 08:17
01f3bcb
Compare
Choose a tag to compare
  • 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

06 Oct 11:47
Compare
Choose a tag to compare
  • Fix the bug introduced whith always setting the burndown chart as the cover
    for burndown --plot-to-board, as it only worked with files in the current
    directory.

Release 0.1.0

06 Oct 11:43
Compare
Choose a tag to compare
  • Fix plot-to-board option in the burndown command when it is used together
    with -o.
  • burndown --plot-to-board always sets the burndown chart as the cover.
    Fix #114.
  • Allow to create and update an Sprint with a custom number. Fix #78.

Release 0.0.14

15 Sep 11:32
Compare
Choose a tag to compare
  • Add a new plot-to-board option to the burndown command to send the plotted
    burndown chart to the first card of the Done 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 on cleanup-sprint. Fixes #68.

Release 0.0.12

13 Sep 08:23
Compare
Choose a tag to compare
  • Find and remove 'Unplanned' labels on cleanup-sprint. Fixes #72.
  • Fix trollolo burndown-init and trollolo backup.
  • Remove Ruby 2.1 support. Closes #96.

Release 0.0.11

11 Sep 09:21
Compare
Choose a tag to compare
  • Add in trollolo burndown --new-sprint command the total_days and weekend_lines params. Closes #77.
  • Change stdout output when running set-priorities to render the new priority instead of the old one. Fixes #72.

Release 0.0.7

11 Jan 13:22
Compare
Choose a tag to compare
  • 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

12 Nov 16:12
Compare
Choose a tag to compare
  • 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