Releases: inovex/scrumlr.io
Releases · inovex/scrumlr.io
3.10.0
What's Changed
- e70b41b @Schwehn42 build: upgrade node image (#4663)
- 39e4fb2 @Schwehn42 feat/refactor: filestore feature flag (#4617)
- 0db087e @brandstetterm feat: snowfall easter egg ❄️ (#4677)
- adc6e24 @mateo-ivc fix: fix the actions of votes when different events are triggered (#4616)
- 0de4c36 @Avalancs docs: Improve docker compose deployment documentation (#4561) (#4625)
- b35e3b3 @mateo-ivc feat: import exported boards (#4392)
- 72124f9 @Schwehn42 refactor: access policy enum (#4601)
- 192fddf @kedorlaomer fix: admit longer session cookies by using a larger store (#4600)
- b55eedd @Aejkatappaja fix: Resolve tab navigation issue in Firefox (#4562)
- c94b23d @Schwehn42 refactor: column settings / color picker (#4589)
- 1020834 @Aejkatappaja feat: create a custom hook to handle tooltip display on headings (#4557)
- a5a8699 @Schwehn42 fix: column header overlay (#4556)
- d1c6ac2 @dipesh1903 fix: Remove fixed width for reactionChips to create uniform design for 10+ reactions (#4554)
- 128d968 @mateo-ivc Mi/refactor logging (#4523)
- 684f060 @Lennart01 chore: minor env fix (#4536)
- fccbb16 @Schwehn42 refactor: settings dialog (#4265)
- 95f0ac4 @Schwehn42 test: fix cypress CI (#4488)
- 02a58e8 @the-homeless-god CI: Docker: Change context path for docker compose (#4402)
- 491a88e @Lennart01 chore: improve docker deployment (#4521)
- 24ca73d @BenedictHomuth docs: backend testing and small addition for env vars (#4462)
- d14f0a3 @Schwehn42 refactor: redux store (#4485)
- c7cbfe4 @Schwehn42 fix: scss warnings (#4486)
New Contributors
- @the-homeless-god made their first contribution in #4402
- @dipesh1903 made their first contribution in #4554
- @Aejkatappaja made their first contribution in #4557
- @kedorlaomer made their first contribution in #4600
- @Avalancs made their first contribution in #4625
Full Changelog: v3.9.0...v3.10.0
3.9.0
3.8.2
3.8.1
3.8.0
Features
- Boards can be locked by moderators (#3955)
- Revised stack view showing more content (#4180)
- Support for inline URLs (#4123)
- Option to disable anonymous account creation (#4188)
- ARM64 Images (#4339)
Improvements
- Board Reaction Bar no longer autocloses when clicking outside (#4099)
- Usage of new icons (#4223)
- Automatically deployed documentation using Github pages (#4086)
- Display column title as tooltip (#4279)
- Edited notes will get marked as such (#4277)
- Usage of a new unified color palette (#4283)
- Inline emojis can be used in column titles (#4274)
- The QR Code on share screen can be downloaded (#4191)
Bug Fixes
- The password input field takes up the whole space now (#4032)
- Add missing arrow keys to navigate columns on small screens (#4030)
- Non-existent board reactions will no longer be displayed (#4063)
- Spamming board reactions no longer leads to displacement (#4103)
- Remove endless loop for boards with manual approval (#4122)
- Fix note author names being cut off despite having space available (#4133)
- Github login now used the correct authentification method (#4187)
- Adjust username input length at login (#4196)
- Fix domains using public suffixes not working properly (#4214)
- Hidden columns are now shown initially when being promoted to moderator (#4234)
3.7.1
Bug Fixes
- Replaced the PWA service worker with a self-destruction script to fix several caching issues
- Fixed the authentication on the server side that participants can no longer edit/delete their notes if a board is locked
- Removed the layout shifts happening when opening/closing the board reactions
3.7.0
New Features
- Moderators now have the option to ban or unban participants from a board session.
- Moderators can now increment the timer by one minute.
Enhancements
- The box shadow of notes has been subtly refined.
- Button accessibility has been improved with the addition of titles to the 'add' and 'remove' vote buttons.
- The option to abort voting has been removed to prevent confusion.
- A missing separator in the header menu between two toggles has been added.
- Button alignment in the stack view has been improved.
- Users will now receive an error message if the password entered for a protected board is incorrect.
- The mobile menu has been enhanced.
- The quick share button in the top right corner of a board now has a visible focus.
- A hint will now be displayed when exporting a board with hidden notes.
- An overflow issue in the header menu has been fixed.
- The alignment of icons within the note inputs has been improved.
- Overflow issues with notes and gifs have been resolved.
- The wording of the voting pill has been modified to prevent confusion.
- Tooltips have been refactored in multiple areas.
- The page for entering a password for a protected board has been refactored.
- Multiple input fields have been refactored to unfocus when the escape key is pressed.
Bug Fixes
- A server issue that allowed participants without moderation rights to start, end, and extend timers has been corrected.
- A problem causing the scrollbar to be permanently visible in the stack view has been resolved.
3.6.0
Features:
- Support inline emojis for notes.
- Display a skeleton container that includes Stan when the note authors are hidden.
- Add a character counter to the input field for the board name and user name.
Improvements:
- Updated the contact email address to the new one.
- Enhance the phrasing of the custom timer toast notification.
- Swap the positions of the buttons in the confirmation dialog for deleting a note, so that the cancel button is on the left-hand side.
- Revised keyboard shortcuts, particularly for English keyboard layouts, and adjusted hotkey behavior for dialogs to enable toggling.
- Revise the Rejection page to resemble the 404 page.
- Replace the illustration on the 404 page with a more colorful one.
- Move the action bars closer to the border to create an overlay effect.
- Swap the positions of the cancel and conclude buttons within the voting pill.
Bug Fixes:
- Use the plural form when labeling the timer buttons with more than one minute.
- The lime color of the presenter mode no longer affects the striped background of the spacer on the left and right.
- Use hyperlinks to redirect to the landing page as a preparation for our new landing page.