Skip to content

1.0.2

Latest
Compare
Choose a tag to compare
@baoy1 baoy1 released this 15 May 07:02

= Release 1.0.2 =
Released: 2016-03-23

== Features ==

Show aggregated story point for parent card and use different color to express parent-substask story point:
If the parent card has story points, then display it.

  1. If partial sub tasks has story points, then the font
    color should be DodgerBlue.

  2. If every sub task has specified story point, then the font
    color should be default.
    If the parent card doesn't have story points:

  3. If partial sub tasks has story points, then display
    the aggregated story points from the sub tasks,
    ignore the sub tasks that haven't specified story points.
    The font should use Coral color.

  4. If every sub task has specified story points, then display
    the aggregated value, the font color should be DarkKhaki.

  5. If none of the sub tasks has specified story points, then skip.
    Enable to save encrypted password
    Show detail error message if http response code is not OK
    == Bug Fixes ==

Fixed issue PP-16: When assignee is empty or there is no sub task, an NullReferenceException will be thrown