- Confidence Levels : Allow users in the room to specify how confident they are when estimating a story (#178, thanks to @gotdibbs and @gvheertum)
- Display "Recommendation" in Estimation Summary: the first card that is larger than the numerical average. Eexcept numerical average is within 10% of the lower card. (#207, thanks to #ecaron)
- You can now settle for any card. (Previously, only cards that were chosen by at least one user were possible settle values).
- Dependencies updated
- Moved "New Round" button to the right. This prevents accidentally starting a new round, when clicking "Reveal" (#206, thanks to @ecaron)
- Added autocomplete attribute to name input fields. Should prevent browsers from suggesting credit card numbers (#205, thanks to @ecaron)
- Dependencies updated
- Modify "quick menu" on user's avatar: add option to quickly toggle "spectator" mode (exclude from estimations).
- All users can now mark all other users as spectator.
- Ignore negative card values in calculating the "numerical average" (#192)
- Dependencies updated
- Dependencies updated
- Fix link to manual in auto-generated story (thanks to @kratz00)
- Display story creation date in backlog
- UI tweaks: Wider Settings Panel on the right. Display own user's avatar in Top Bar. Custom (thin) scrollbars.
- Dependencies updated
- New feature "settle": if story is revealed but no consensus is reached, you can choose one card as the consensus value for the story
- Estimation Summary shows numerical average
- Small styling improvements in Estimation Summary
- Room export now contains consensus value explicitly
- Mark stories in backlog that were estimated, but without consensus
- Frontend refactoring of redux state + reducers
- Updated dependencies
- Estimation Summary: After a story is revealed, show how many users estimated, which cards were used and how often. (thanks to @gotdibbs for the suggestion)
- If a new room is created, a default sample story is already added automatically. This allows to start estimating right away. (thanks to @gotdibbs for the suggestion)
- Added additional sorting option in backlog: stories with consensus first vs. stories without consensus first
- Updated dependencies
- Sorting and filtering of stories in backlog
- Improvements for password protected rooms
- Optional password protection for rooms
- Updated dependencies
- Switched to node.js 14 LTS
- Support for old (non chromium) Windows Edge
- Updated dependencies (some fixes needed for new socket.IO version)
- Fetch backend room state on certain command rejections
- Rejoin room on socket re-connect
- Visual editor for card configuration
- Handle whitespace in custom room ids gracefully. They are now replaced with dashes.
- Updated dependencies
- Added "Help" view to the right-hand sidebar
- Extended user manual
- Clicking a story in the Backlog no longer selects the story for estimation!
- Introduced button to jump to the next story (i.e. select it for estimation).
- Added changelog
- Added user manual (first few use cases)
- Added option to disable auto reveal. This is a room-wide setting. Auto reveal is still "on" per default.
- Fixed a bug where the consensus badge was not correctly displayed if the card configuration had a card with value=0.
- Renamed "UserMenu" to "Settings": Split Settings into user-related and room-related configuration options.