Skip to content

3.0.0

Compare
Choose a tag to compare
@bitionaire bitionaire released this 22 Jan 19:32
· 1532 commits to main since this release
abc45c8

Breaking changes

Breaking changes are related to the startup parameters of the application and do not include any breaking changes for the actual users of scrumlr.io.

  • Changed default port of frontend to :8080 (was :80 previously)
  • Added --unsafe-key option in order to enable key rotation for anonymous users. Basically adding this option will check if the users are using an old key and their token will be updated in this case. You can use this option to enable a key rotation. Make sure that you include this option only for a short period of time. Users who used a third party authentication provider need to reauthenticate once you decide to use this parameter
  • Added --insecure startup option, that must be set if no --key is provided to emphasize that the application will fallback to the default keys in this case

Features

  • Added option for moderators to toggle the permission for participants to drag & drop notes
  • Implemented new view of participants list and added filter options (e.g. by role or online/offline status)

Improvements

  • Added bump animation for the vote counter
  • Added further tooltips
  • Added pointer cursor for dropdown component
  • Changed alignment of column edit buttons
  • Changed label of button that closes the edit column name input
  • Removed unused hotkeys
  • Add aria label and title for share button
  • Increased distinct look of hidden columns
  • Added new design for the timer
  • Redesign of confirmation dialog
  • Improvement of settings dialog
  • Added basic rate limiting for join requests

Fixes

  • Fixed instant drag & drop on mobile devices and added touch delay
  • Added check if participants are online in board, so that ready toast would not be fired initially on start of voting phase
  • Update of note content is now fixed properly
  • Style fixes
  • Fixes of several minor code warnings
  • Fixed a few translation issues
  • Prevent columns from changing their background color while note is dragged
  • Fixed re-ordering of notes via API calls (this is currently not available in the client code)