v1.1.0
New features
-
Recommendations on vote result
-
Improve Github issue UI (and add author/assignee #70)
-
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.
- 6caabe8 chore: upgrade go-waku and go version (#78)
- 88825ab feat: game events (#75)
- 3de3b3d chore: require goimports, goconst and wrapcheck linters (#61)
- bd52c08 chore: setup golangci-lint (#50)
- 39abafb chore: rename module to full path (#42)
- efa786a chore: proper transport mock (#37)
- 6bc8246 chore: added simple makefile (#36)
- 7cfbcf3 chore: standard project layout (#28)