Releases: moorscode/scrum-poker
v3.0.1
v3.0.0
Optimized and reorganized the data for the events returned by the server.
All vote-related data, including revealing and statistics, are now returned whenever something changes regarding votes.
This could be a vote, re-vote, member joining, leaving or observing.
The story response now only contains the name, this will no longer be reset whenever a vote-related action occurs on the system.
v2.3.0
Improves (accidental) multiple connections for the same user.
This can happen by using different tabs in the same browser or reconnecting sockets.
The votes for the users are now synced because the result is send back to all clients connected with the same user ID.
Votes are no longer stored on the member-object in the code, but only on the story itself.
This fixes a bug with unexpected displaying of obscured votes when everybody had voted.
v2.2.0
Performance and security update.
- Removed the need to set the nickname in a separate call when connecting
- Removed member ID in memberList response, this prevents clients from finding out other members' IDs which they could use to impersonate another member
v2.1.0
v2.0.0
v1.4.1
v1.4.0
v1.3.0
Changelog:
- Fixes a bug where you could not enter a room
- Fixes a bug with zero average
- Improved room cleanup
- Improved reconnection logic
- Added background color for 0 and +3 point-spread
- Added refinement finished celebration
- Added a member-list to see how many people are connected (voters, observers, disconnected)
- Added re-voting logic after every vote is in