Skip to content

Releases: six78/2-story-points-cli

v1.2.0

01 Sep 22:59
e9951fb
Compare
Choose a tag to compare

Changelog

New Features

  1. Set custom deck for voting (#86)
    Use command mode: deck XS S M L XL

  2. Added new standard deck: priority: 4 3 2 1 0 ? (#86)
    Use command mode: deck priority

Bugfies

  1. add action was only passing a single word of a sentence (#86)

Other minor changes

Nothing that affects the app itself:

  • da1571b docs: added simple protocol description (#83)
  • e9fd647 chore: better gif and convert script
  • bafc147 chore: add goreportcard

v1.1.0

15 Jul 11:18
Compare
Choose a tag to compare

New features

  • Recommendations on vote result

    Screenshot 2024-07-15 at 12 13 56
  • Improve Github issue UI (and add author/assignee #70)

    image
  • Auto-reveal votes when all players voted #76

  • Version flag #73

    > 2sp -version
    2-story-points version: v1.1.0 darwin/arm64
  • Demo mode #60

    This helps me updating the Readme. But try it out as well!

    > 2sp -demo
    

Bugfixes

  • 5a08e71 fix: save non-hidden votes to storage (#77)
  • df9939c fix: proper subscribe to shards.test fleet (#49)
  • 5a03c3a fix: prevent panic when quitting app before Game is created (#34) (#41)
  • 3c28691 fix: player online state processing (#39)

Other work done

I've done a lot of chore work since the first release.
Setup CI, upgrade dependencies, test coverage requirements, write tests, add mocks and a quite some refactoring.

v1.0.2

19 Jun 22:32
3338dcf
Compare
Choose a tag to compare

Changelog

  • 3338dcf fix: proper subscribe to shards.test fleet (#48)

v1.0.1

02 Jun 20:59
fe8ef52
Compare
Choose a tag to compare

Changelog

  • fe8ef52 fix: player online state processing (a.k.a. username blinking) (#38) (requires update on dealer side)
  • 7db31f2 fix: prevent panic when quitting app before Game is created (#34)

v1.0.0

17 May 10:36
97af302
Compare
Choose a tag to compare

Changelog

Initial release, no changelog makes sense here.
Commits list: https://github.com/six78/2-story-points-cli/commits/v1.0.0