Releases: inovex/scrumlr.io
3.5.0
3.4.1
Enhancements:
- Added option to integrate Plausible Analytics for privacy-friendly analytics.
- Introduced a distinct icon for join requests to visually separate them from raised hand requests, enhancing quick identification.
- Enlarged the icon size of some buttons within the settings modal.
Bug Fixes:
- Fixed a padding/overflow issue with the hotkey notification toggle of the appearance settings window.
3.4.0
New Features:
- Introduced the feature to reorder notes within columns.
Enhancements:
- The input field for notes now grows dynamically with the entered text.
- Enhanced the visibility of the 'Ready' status for participants.
- Included the 'Ready' status for participants in the participants list for better overview.
- Improved the wording in the short action tooltips within the timer and voting pill.
Bug Fixes:
- Addressed the issues pertaining to the PWA as cited in Release v3.2.0, which impacted the use of third-party authentication providers.
- Corrected the minor misalignment of avatars.
- Ensured long note author names are appropriately truncated.
- Replaced the note deletion toast icon with a more fitting one.
- Rectified the missing logo issue in the markdown export.
- Truncated overly long participant names in raise-hand and join- requests.
- Fixed the overlapping order of multiple note authors in stacks.
- Properly redirect participants to the landing page after a board has been deleted.
- Include the hidden 'Action' column, which is currently missing, in the SWOT template.
3.3.0
Features:
- Enhanced browser tab title to display the title of the Scrumlr board (if available).
- Introduced a captivating new error page featuring our beloved star sloth named Stan.
- Implemented convenient shortcuts for participants without moderation privileges on the timer and voting pill.
- Added notifications for hotkeys where the impact is not immediately visible.
- Added the possibility to enable/disable hotkey notifications.
- Displayed all authors of notes grouped in a stack on the topmost note.
- Introduced a toast notification to remind participants to mark themselves as done after the timer has elapsed.
- Redesigned notifications for a more visually appealing experience.
- Incorporated a confirmation dialog to choose between deleting a single note or an entire stack.
Improvements:
- Enhanced the readability of the settings navigation.
- Harmonized background colors of dialog components for improved consistency across all color themes.
- Improved text readability of notes in the detail view.
- Added the mythical creature jackalope to the list of possible names.
- Fixed the scrollbar for the participants list.
Fixes:
- Resolved the issue of poor visibility of the colored flashing cursor in multiple input fields.
- Fixed the scrolling behavior of the navigation buttons when using Chromium-based browsers.
- Corrected the problem with the PDF export showing blank pages.
- Rectified temporary scrollbar display during fly-in animation for requests.
- Ensured notes are properly removed from presentation when deleted.
3.2.1
Fixes
- Resolved a known issue preventing the use of the third party authentication providers by disabling the service worker
3.2.0
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.
3.1.0
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
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
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
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 to0
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