Skip to content

Releases: moorscode/scrum-poker

v3.0.1

13 Feb 21:19
daab68d
Compare
Choose a tag to compare

Fixes the grouped voter names not being displayed.

v3.0.0

13 Feb 20:58
20dd9ec
Compare
Choose a tag to compare

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

13 Feb 14:56
5bbb825
Compare
Choose a tag to compare

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

08 Feb 19:13
9440aa8
Compare
Choose a tag to compare

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

08 Feb 09:43
afcc995
Compare
Choose a tag to compare

Reworked the internal Members logic in the poker room.

v2.0.0

07 Feb 10:28
510789e
Compare
Choose a tag to compare

Frontend rewrite using Vue components

The frontend of the application has been rewritten to use Vue components.
This requires WebPack to build the frontend assets when deploying.

v1.4.1

22 Dec 19:51
306bab4
Compare
Choose a tag to compare

Changelog:

  • Fixes vote-sorting where the X's and ?'s would not be sorted with the X's first.
  • Fixes removal of the vote when observing after casting a vote.

v1.4.0

11 Dec 21:14
b782a22
Compare
Choose a tag to compare

Changelog:

  • Allow to reveal votes when not all votes are in - except when you still have to vote yourself

v1.3.0

06 Dec 17:19
Compare
Choose a tag to compare

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

v1.2.0

30 Nov 09:26
3ac46de
Compare
Choose a tag to compare

Changelog:

  • Adds a new feature to name a story, this should make the history more usable
  • Fixes page flickering when (re)loading the page
  • Improves mobile layout
  • Fixes a bug when reloading as observer to be counted in the room as member