Scrumlr.io Versions Save

Webapp for collaborative online retrospectives

v3.2.1

1 year ago

Fixes

  • Resolved a known issue preventing the use of the third party authentication providers by disabling the service worker

v3.2.0

1 year ago

Features

  • Added possibility to install scrumlr.io as PWA (Progressive Web App)

Improvements

  • Replaced the old logo of inovex GmbH with the new one
  • Decreased the spacing between the buttons to vote on a card
  • Changed columns to hide the count of notes when the column is empty
  • Changed timer so that it automatically disappears after 15 seconds when the timer expires
  • Changed the stack view to automatically redirect if the viewed note has been moved or deleted
  • Changed the appearance of hidden columns to use their accent color in the hatch

Known Issues

  • The service workers implemented for the PWA prevent the use of third party authentication providers. They have been removed in the v3.2.1 release until the issue has been resolved.

v3.1.0

1 year ago

Features

  • Added support for GIFs and images on notes, which will be shown if note contains a URL to an image (#2533)
  • Added option to reset ready state from settings dialog (#2704)
  • Added login provider for Azure AD (#2722)

Improvements

  • Improved design of join request notification dialog (#2271)
  • Replaced usage of german word "Registrieren" since no registration is necessary
  • Improved design of timer; inverted fill state of timer pill (#2744)
  • Changed active selection style in feedback dialog (#2742)
  • Improved margins & paddings of board header (#2745)

Fixes

  • Disabled navigation to hidden notes in stack view
  • Fixed note input focus border i.e. for Safari (#2746)

v3.0.0

1 year ago

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)

v2.8.1

1 year ago

Improvements

  • Improved animation for drag & drop operation on notes
  • Improved allocation of hotkeys (e.g. ALT+A instead of CTRL+A)

Fixes

  • Fixed cancel button of column edit
  • Disabled navigation via arrow hotkeys in stack view while users are editing on notes
  • Disabled edit mode for column names for regular participants (...they couldn't edit the names prior, but were able to open the edit view by double-clicking the column name)

v2.8.0

1 year ago

It's been a while since our last release and we took the time to improve the app in several aspects, gathered in this version.

First off, we started our overhaul of the note detail view (a.k.a. stack view) and moderators may use the screen to focus the attention of the participants within each session. Therefore we used to call this feature the focus mode. We decided to rename it to presenter mode, which may be more intuitive for new users & especially new moderators. Soon we will further improve the presenter mode in many other aspects and thanks to you and your feedback we came up with a lot of ideas in our design concept. ♥️

Features

  • Added seamless transition between different stacks and columns in the stack view. This transition works blazingly fast and is animated in the most beautiful way - it's the best navigation we've ever built 🙂
  • Ready state of all participants will be automatically reset on completion of a voting phase and the moderator may choose if he wants to reset the ready state manually on expiration of a timer

Improvements

  • Toast with a hint will be displayed once a note is created in a hidden column
  • "Create board" button on the template selection screen is now sticky and easier to access for all mobile users
  • Added hotkey tooltip on action buttons
  • Minimum vote limit set to 1 (was set to 0 previously)
  • Fixed avatar styling in stack view and dark mode
  • Added border to stack view while presenter mode is active
  • "Back to focused note" button is no longer visible to the moderator who opted to share a note with other participants
  • Added active state styles to timer and voting buttons
  • Added option to edit the column name by double clicking on it
  • Added board header tooltip which will display the complete board title
  • Redesign of vote counter

Fixes

  • Removed scroll to top trigger on selection of a board template
  • Presented mode will be finished properly even if the end is triggered by the hotkey combination
  • Fixed styling of the close button for the settings dialog on Safari

v2.7.8

1 year ago

Improvements

  • Print view will now open in a new tab
  • Timer animation will stop 5 sec. after expiration

Fixes

  • Show correct toast message when all participants are ready
  • Fixed translation of "Kärtchen" in english version
  • Several minor fixes in user interface

v2.7.7

1 year ago

Fixes

  • Fixed timer offset between different clients
  • Fixed clicktrough on participants of preview dropbox
  • Centered board template buttons on board selection screen for mobile devices

v2.7.6

1 year ago

Improvements

  • Added warning message on export dialog if columns are hidden and won't be included in exported data

Fixes

  • Fixed overflow of note text within detail view #2179
  • Fixed URL of the note detail view (previously the user was redirected to the board, instead and the URL was changed accordingly by the application) #2176

v2.7.5

1 year ago

Fixes

  • Fixed permanent display of "0" next to preview of participants list
  • Fixed update of remaining vote count on note deletion