Skip to content

Releases: inovex/scrumlr.io

3.1.0

10 Mar 14:23
Compare
Choose a tag to compare

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)

3.0.0

22 Jan 19:32
abc45c8
Compare
Choose a tag to compare

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)

2.8.1

07 Dec 11:18
Compare
Choose a tag to compare

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)

2.8.0

29 Nov 20:43
Compare
Choose a tag to compare

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

2.7.8

12 Oct 11:23
Compare
Choose a tag to compare

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

2.7.7

26 Sep 13:48
Compare
Choose a tag to compare

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

2.7.6

22 Sep 12:25
Compare
Choose a tag to compare

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

2.7.5

19 Sep 06:20
Compare
Choose a tag to compare

Fixes

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

2.7.4

17 Sep 07:40
Compare
Choose a tag to compare

Improvements

  • Added display of number of ready participants at the top of the board
  • Added button for the return to currently focused note by the moderators
  • Replaced share board dialog icon

Fixes

  • Fixed another manual approval issue
  • Fixed note edit

2.7.3

15 Sep 06:24
Compare
Choose a tag to compare

Improvements

  • Removed usage of tabindex (for the most part this is a technical improvement)

Fixes

  • Fix board crash once focused note is deleted
    • Automatic redirection to board upon note deletion
  • Fixed join board process for boards in manual approval mode
  • Fixed feedback dialog and height of text areas
  • Fixed issues with the auto selection of the theming
  • Fixed wrong toast on timer start