Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 11:18
· 6 commits to main since this release

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.