Skip to content

1.0.2

Latest
Compare
Choose a tag to compare
@iwteih iwteih released this 11 Apr 08:21
· 1 commit to develop since this release

= 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:
    1. 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.
    2. If the parent card doesn't have story points:

      1) 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.

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

      3) 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