Releases: nextcloud/spreed
Releases · nextcloud/spreed
v17.0.0-beta.1
17.0.0-beta.1 – 2023-05-04
Added
- Conversations can now have an avatar or emoji as icon #927
- Virtual backgrounds are now available in addition to the blurred background in video calls #9251
- Reactions are now available during calls #9249
- Typing indicators show which users are currently typing a message #9248
- Groups can now be mentioned in chats #6339
- Call recordings are automatically transcript if a transcription provider app is registered #9274
- Chat message can be translated if a translation provider app is registered #9273
Changed
- Update several dependencies
What's Changed
- chore(CI): Define backport list for stable26 by @nickvergessen in #8810
- chore: Add Nextcloud 27 support on master by @nickvergessen in #8936
- Fix drag-drop modal in Chat.vue flickering by @Antreesy in #8931
- Refactor
Description.vue
, remove redundant classes and style rules by @Antreesy in #8952 - [master] Update nextcloud/ocp dependency by @nextcloud-command in #8956
- chore(deps): Bump extendable-media-recorder-wav-encoder-worker from 8.0.75 to 8.0.76 by @dependabot in #8911
- chore(deps): Bump extendable-media-recorder from 7.1.4 to 7.1.5 by @dependabot in #8913
- chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.83 to 7.0.84 by @dependabot in #8914
- chore(deps): Bump ua-parser-js from 1.0.33 to 1.0.34 by @dependabot in #8958
- Bump phpunit/phpunit from 9.6.3 to 9.6.4 in /tests/integration by @dependabot in #8938
- Use NcRichText component from
@nextcloud/vue
by @julien-nc in #8904 - Bump @vue/vue2-jest from 29.2.2 to 29.2.3 by @dependabot in #8946
- Breakout room fixes by @nickvergessen in #8960
- chore(release): Add changelog for 16.0.0-rc.2 by @nickvergessen in #8965
- Small consistency dialogTitle fix
by @silopolis in #8969 - fix(a11y): Fix missing aria-labels for buttons in call view by @nickvergessen in #8963
- fix(frontend): Fix empty action separator for group participants by @nickvergessen in #8971
- fix(dashboard): Filter out breakout rooms from the Dashboard API list by @nickvergessen in #8970
- Parse special symbols after NcRichContentEditable, like
<
and>
by @Antreesy in #8968 - Remove empty space from Call Recording button by @Antreesy in #8975
- fix(permissions): Fix the permissions editor claiming custom permissions are used, when all boxes are ticked by @nickvergessen in #8961
- fix(a11y): Add aria-label to button with only numeric label by @nickvergessen in #8978
- Breakout rooms: improve semantic and a11y by @Antreesy in #8984
- fix(polls): Remove polls also when deleting the chat history by @nickvergessen in #8985
- fix(API): Sort listed conversations on API level so CI results are stable by @nickvergessen in #8980
- fix(docs): Document object types of conversations by @nickvergessen in #8988
- Spelling fix by @silopolis in #8989
- Add container context for
NewMessageForm
by @Antreesy in #8996 - Send notification when get upload problem by @vitormattos in #8846
- Use breakoutroomitem component in participant editor by @marcoambrosini in #8987
- Add a warning in the admin recording settings about post_max_size and upload_max_filesize by @vitormattos in #8998
- Fix search-box and new conversation button design by @marcoambrosini in #8576
- Fix icons alignment by @marcoambrosini in #9007
- Improve MessageButtonsBar positionioning and message info visibility by @Antreesy in #9003
- Improve
Unread messages
counter reactivity by @Antreesy in #8889 - Prevent calling of duplicate paste event by @Antreesy in #9010
- chore(release): Add changelog for 16.0.0-rc.3 by @nickvergessen in #9013
- Fix
PollVotersDetails
style by @Antreesy in #9018 - chore(deps-dev): Bump phpunit/phpunit from 9.6.4 to 9.6.5 in /tests/integration by @dependabot in #9024
- chore(deps-dev): Bump phpunit/phpunit from 9.6.4 to 9.6.5 in /vendor-bin/phpunit by @dependabot in #9032
- [master] Update nextcloud/ocp dependency by @nextcloud-command in #9038
- chore(deps-dev): Bump terser-webpack-plugin from 5.3.6 to 5.3.7 by @dependabot in #9035
- chore(deps): Bump extendable-media-recorder from 7.1.5 to 7.1.7 by @dependabot in #9029
- chore(deps-dev): Bump jest-environment-jsdom from 29.4.3 to 29.5.0 by @dependabot in #9025
- Reserve space for the last message's buttons bar by @Antreesy in #9041
- Wrap poll results by @Antreesy in #9021
- Replace
NcActionButton
withNcButton
in MessageButtonsBar by @Antreesy in #9042 - Move conversation renaming into conversation dialog by @marcoambrosini in #9046
- Fix
Reply
andPrivate reply
buttons show conditions by @Antreesy in #9023 - build: remove TS related tooling and files by @ShGKme in #9048
- Show index page instead of hard redirect to 404 on chat delete after signaling error by @ShGKme in #9054
- Fix some eslint warnings by @marcoambrosini in #8409
- Feature/implements discoverable search provider by @vitormattos in #9053
- Solve new slot syntax issue by @Antreesy in #9062
- fix(avatar): Return the conversation data and fix the documentation by @nickvergessen in #9063
- Group mentions by @nickvergessen in #6340
- Fix flickering while dragging files on safari by @marcoambrosini in #9071
- Allow to receive messages without marking notifications as unread by @SystemKeeper in #9066
- Fix order of message of signaling server to be returned to client by @vitormattos in #9075
- bump @babel/core from 7.21.0 to 7.21.3 by @dependabot in #9093
- chore(deps): Bump extendable-media-recorder from 7.1.7 to 7.1.9 by @dependabot in #9090
- [master] Update nextcloud/ocp dependency by @nextcloud-command in #9100
- Changelog/16.0.0 by @nickvergessen in #9109
- Remove unused property by @vitormattos in #9113
- Prepare for desktop build by @ShGKme in #9050
- Explicit the default sort order by as 'ASC' by @vitormattos in #9078
- Add configuration options for FFmpeg by @danxuliu in #9119
- fix(API): Extend list of configs influencing X-Nextcloud-Talk-Hash he… by @nickvergessen in #9118
- Fix stopping recording service before it has fully started by @danxuliu in #9124
- chore: Bump issue templates by @nickvergessen in #9127
- Fix RemoteVideoBlocker still active after removing its associated model by @danxuliu in #9125
- fix(breakout-rooms): Fix breakout room option shown for public conver… by @nickvergessen in #9130
- Fix documentation about capability and update wording by @SystemKeeper in #9138
- Add benchmark tool for the recording server by @danxuliu in #9120
- feat: add utils for generating absolute links and copy a chat link by @ShGKme in #9051
- Build(deps): Bum...
v16.0.3
Added
- feat: Add missing "New in Talk 16" section #9205
Changed
- Update several dependencies
Fixed
- fix(chat): Fix missing popups and modals in fullscreen mode #9323
- fix(chat): Fix squeezed mention suggestions after library update #9302
- fix(conversation): Change redirect when the conversation is left or deleted #9242 #9058
- fix(sidebar): Improve handling of the sidebar #9212
- fix(settings): Fix admin settings page when upload limit is infinite #9247
What's Changed
- [stable26] fix(changelog): Add missing "New in Talk 16" by @backportbot-nextcloud in #9205
- [stable26] Bump jest to @29.5.0, jest-mock-axios to @4.7.1 by @backportbot-nextcloud in #9200
- chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.84 to 7.0.85 by @dependabot in #9085
- [stable26]
RightSidebar
improvements and bug fixes by @backportbot-nextcloud in #9212 - [stable26] Refactor
VideoBottomBar.vue
component by @backportbot-nextcloud in #9218 - [stable26] Refactor
AvatarWrapper
component by @backportbot-nextcloud in #9220 - [stable26] fix(CI): Disable rate limiting protection by @backportbot-nextcloud in #9237
- chore(deps-dev): Bump @babel/core from 7.21.3 to 7.21.4 by @dependabot in #9227
- [stable26] Update nextcloud/ocp dependency by @nextcloud-command in #9231
- Build(deps): Bump extendable-media-recorder from 7.1.7 to 7.1.10 by @dependabot in #9213
- [stable26] Fix redirect url in session error handling for desktop by @backportbot-nextcloud in #9242
- [stable26] String fixes by @backportbot-nextcloud in #9243
- [stable26] fix(settings): Fix missing recording settings when upload limit is INF by @backportbot-nextcloud in #9247
- [stable26] fix(a11y): Add missing aria-label to "Open sidebar" button by @backportbot-nextcloud in #9250
- [stable26] l10n: Correct word by @backportbot-nextcloud in #9254
- [stable26] fix(chat): Ignore whitespace for "emoji only" check by @backportbot-nextcloud in #9265
- [stable26] Add note about using modifiedSince with includeStatus set to true by @backportbot-nextcloud in #9264
- [stable26] Update nextcloud/ocp dependency by @nextcloud-command in #9290
- chore(deps): Bump ua-parser-js from 1.0.34 to 1.0.35 by @dependabot in #9282
- chore(deps): Bump @nextcloud/files from 3.0.0-beta.7 to 3.0.0-beta.8 by @dependabot in #9279
- [stable26] Fix broken styles for navigation buttons in call by @backportbot-nextcloud in #9301
- [stable26] Fix squeezed user mentions in NcRichcontenteditable by @backportbot-nextcloud in #9302
- [stable26] fix(open-conversations): Add options for open conversations to be usa… by @backportbot-nextcloud in #9305
- [stable26] chore(deps-dev): Bump friendsofphp/php-cs-fixer from 3.15.1 to 3.16.0 in /vendor-bin/csfixer by @backportbot-nextcloud in #9306
- [stable26] Show index page instead of hard redirect to 404 on chat delete after signaling error by @Antreesy in #9058
- [stable26] Flatten left sidebar nested lists by @Antreesy in #9262
- chore(deps-dev): Bump @vue/test-utils from 1.3.4 to 1.3.5 by @dependabot in #9316
- [stable26] Fix missing modals and popovers in Fullscreen mode by @backportbot-nextcloud in #9323
- [stable26] fix(recording): Improve recording file names by @backportbot-nextcloud in #9328
- [stable26] fix(recording): Don't create confusing system message about recording if actor ended the call by @backportbot-nextcloud in #9333
- [stable26] chore(deps): bump @nextcloud/vue from 7.8.5 to 7.10.0 by @ShGKme in #9340
- chore(release): Bump version to 16.0.3 by @nickvergessen in #9343
Full Changelog: v16.0.2...v16.0.3
v16.0.2
Added
- feat: Allow Chromium-based browser Brave #9166
- feat(smart-picker): Add conversation search to the smart-picker integration #9105
Changed
- Update several dependencies
Fixed
- fix(chat): Fix lost message text when autocomplete triggers after pasting text inside the @nextcloud/vue library #9191
- fix(chat): Fix visual regression with links inside the @nextcloud/vue library #9191
- fix(reactions): Don't update last message when someone reacted #9186
- fix(recordings): Set a dedicated user-agent for the recording backend #9184 #9194
- fix(desktop): Hide some features inside the desktop client #9171
What's Changed
- [stable26] allow brave by @backportbot-nextcloud in #9166
- Build(deps): Bump webrtc-adapter from 8.2.1 to 8.2.2 by @dependabot in #9164
- [stable26] Disable unsupported featues on desktop by @backportbot-nextcloud in #9171
- [stable26] User agent for recording backend requests by @backportbot-nextcloud in #9184
- [stable26] fix(chats): Don't mark conversation unread when receiving a reaction … by @backportbot-nextcloud in #9186
- [stable26] Bump @nextcloud/vue to 7.8.5 by @backportbot-nextcloud in #9191
- [stable26] Feature/implements discoverable search provider by @vitormattos in #9105
- [stable26] Add missing user agent and double slashes cleanup by @backportbot-nextcloud in #9194
- [stable26] Ensure no double slashes on requests URLs from the recording server to the backend server by @backportbot-nextcloud in #9195
- [stable26] chore(release): Add changelog for 16.0.2 by @backportbot-nextcloud in #9197
Full Changelog: v16.0.1...v16.0.2
v16.0.1
Added
- feat(chat): Allow to receive messages without marking notifications as unread #9103
Changed
- Update several dependencies
Fixed
- fix(chat): Fix multiple issues with emoji and mention autocompletion
- fix(chat): Fix pasting HTML and XML content into the chat input #9104
- fix(calls): Fix RemoteVideoBlocker still active after removing its associated model #9131
- fix(breakout-rooms): Fix breakout-room option shown for public conversations #9135
- fix(UI): Fix conditions when a reload of the UI is necessary #9123
- fix(recordings): Fix default quality of call recordings #9121
- fix(chat): Don't focus the chat input on mobile devices #8898
What's Changed
- [stable26] Remove unused property by @backportbot-nextcloud in #9115
- [stable26] Prepare for desktop build by @backportbot-nextcloud in #9116
- [stable26] Explicit the default sort order by as 'ASC' by @backportbot-nextcloud in #9117
- [stable26] fix(API): Extend list of configs influencing X-Nextcloud-Talk-Hash he… by @backportbot-nextcloud in #9123
- [stable26] Add configuration options for FFmpeg by @backportbot-nextcloud in #9121
- [stable26] Fix stopping recording service before it has fully started by @backportbot-nextcloud in #9126
- [stable26] Update nextcloud/ocp dependency by @nextcloud-command in #9101
- [stable26] Fix RemoteVideoBlocker still active after removing its associated model by @backportbot-nextcloud in #9131
- [stable26] fix(breakout-rooms): Fix breakout room option shown for public conver… by @backportbot-nextcloud in #9135
- [stable26] Allow to receive messages without marking notifications as unread by @backportbot-nextcloud in #9103
- [stable26] Fix documentation about capability and update wording by @backportbot-nextcloud in #9139
- [stable26] Add benchmark tool for the recording server by @backportbot-nextcloud in #9140
- [stable26] Build(deps): Bump @nextcloud/vue from 7.8.0 to 7.8.2 by @backportbot-nextcloud in #9150
- [stable26] feat: add utils for generating absolute links and copy a chat link by @backportbot-nextcloud in #9141
- [stable26] Build(deps): Bump @nextcloud/vue from 7.8.2 to 7.8.3 by @backportbot-nextcloud in #9154
- [stable26] Build(deps): Bump @nextcloud/vue from 7.8.3 to 7.8.4 by @backportbot-nextcloud in #9158
- chore(release): 16.0.1 by @nickvergessen in #9159
Full Changelog: v16.0.0...v16.0.1
v15.0.5
Fixed
- fix(calls): Fix RemoteVideoBlocker still active after removing its associated model #9132
- fix(polls): Remove polls also when deleting the chat history #8992
- fix(reactions): Fix reacting to people that left #8886
What's Changed
- [stable25] Update nextcloud/ocp dependency by @nextcloud-command in #8859
- [stable25] fix(reactions): Fix reacting to people that left by @backportbot-nextcloud in #8886
- [stable25] Update nextcloud/ocp dependency by @nextcloud-command in #8954
- Bump extendable-media-recorder-wav-encoder from 7.0.83 to 7.0.84 by @dependabot in #8945
- [stable25] fix(polls): Remove polls also when deleting the chat history by @backportbot-nextcloud in #8992
- [stable25] fix(API): Sort listed conversations on API level so CI results are stable by @backportbot-nextcloud in #8995
- [stable25] Update nextcloud/ocp dependency by @nextcloud-command in #9037
- chore(deps): Bump ua-parser-js from 1.0.33 to 1.0.34 by @dependabot in #9030
- chore(deps-dev): Bump terser-webpack-plugin from 5.3.6 to 5.3.7 by @dependabot in #9026
- [stable25] Update nextcloud/ocp dependency by @nextcloud-command in #9099
- [stable25] Fix RemoteVideoBlocker still active after removing its associated model by @backportbot-nextcloud in #9132
- chore(release): 15.0.5 by @nickvergessen in #9160
Full Changelog: v15.0.4...v15.0.5
v14.0.10
Fixed
- fix(calls): Fix RemoteVideoBlocker still active after removing its associated model #9133
- fix(reactions): Fix reacting to people that left #8887
What's Changed
- [stable24] fix(reactions): Fix reacting to people that left by @backportbot-nextcloud in #8887
- Bump extendable-media-recorder-wav-encoder from 7.0.83 to 7.0.84 by @dependabot in #8943
- chore(deps-dev): Bump terser-webpack-plugin from 5.3.6 to 5.3.7 by @dependabot in #9031
- chore(deps): Bump ua-parser-js from 1.0.33 to 1.0.34 by @dependabot in #9027
- [stable24] Update nextcloud/ocp dependency by @nextcloud-command in #9098
- [stable24] Fix RemoteVideoBlocker still active after removing its associated model by @backportbot-nextcloud in #9133
- chore(release): 14.0.10 by @nickvergessen in #9161
Full Changelog: v14.0.9...v14.0.10
v16.0.0
Added for users
- Breakout rooms can be used to split a group call into temporary working groups (Requires the High-performance backend)
#8337 - Calls can now be recorded (Requires the High-performance backend)
#8324 - The top bar now shows useful information like participant count, call duration and title while in a call.
#8341 - Chat input now allows to autocomplete emojis
#4333
Added for administrators
- Administrators can now define the default conversation permissions via the
default_permissions
app config
#8457 - Administrators can now define the default name of the Talk/ attachments folder via the
default_attachment_folder
app config
#8465 - OCC command to transfer-ownership of conversations was added allowing to hand over conversations during off-boarding
#8479 - All available app configurations have been documented in the settings documentation
Added for developers
- Chat API now allows to get the context (older and newer messages) for a message
#8717 - Conversation list is now being instantly updated with information from notifications
#8723 - Conversations API now supports a "modified since" parameter to only get changed conversations
#8726 - Chats are opened now without a page reload when interacting with notifications
#8713 - Introduced a new conversation type to indicate that a conversation was a one-to-one conversation
#8600
Changed
- Version 1.1.0 of the signaling server of the High-performance backend is now required
- Update several dependencies
What's Changed
- [stable26] Fix
PollVotersDetails
style by @backportbot-nextcloud in #9019 - [stable26] Update nextcloud/ocp dependency by @nextcloud-command in #9039
- chore(deps): Bump extendable-media-recorder from 7.1.5 to 7.1.7 by @dependabot in #9036
- bump terser-webpack-plugin from 5.3.6 to 5.3.7 by @dependabot in #9033
- chore(deps): Bump ua-parser-js from 1.0.33 to 1.0.34 by @dependabot in #9028
- [stable26] Reserve space for the last message's buttons bar by @backportbot-nextcloud in #9043
- [stable26] Wrap poll results by @backportbot-nextcloud in #9044
- [stable26] Replace
NcActionButton
withNcButton
in MessageButtonsBar by @backportbot-nextcloud in #9047 - [stable26] Fix
Reply
andPrivate reply
buttons show conditions by @backportbot-nextcloud in #9052 - [stable26] Spelling fix by @backportbot-nextcloud in #9022
- [stable26] Fix search-box and new conversation button design by @backportbot-nextcloud in #9056
- [stable26] build: remove TS related tooling and files by @backportbot-nextcloud in #9057
- [stable26] Fix some eslint warnings by @Antreesy in #9061
- [stable26] Fix flickering while dragging files on safari by @backportbot-nextcloud in #9076
- bump @babel/core from 7.21.0 to 7.21.3 by @dependabot in #9096
- bump jest-mock-axios from 4.6.2 to 4.6.3 by @dependabot in #9095
- [stable26] Fix order of message of signaling server to be returned to client by @backportbot-nextcloud in #9079
- feat(release): Changelog and version bump for 16.0.0 by @nickvergessen in #9111
Full Changelog: v16.0.0-rc.3...v16.0.0
v16.0.0-rc.3
🐞 Fixed
- Correctly handle
<
and>
in chat messages #8977 - Improve the position of the message button bar for single line and very long messages #9009
- Remove space on call-time button #8979
- Fix displaying of restricted and full permissions selection when manually configuring them #8982
- Fix dashboard widget API returning breakout rooms #8976
- Improve breakout room API documentation #8994
- Also remove polls when purging the chat history #8991
- Fix mention and emoji autocomplete when broadcasting to breakout rooms #8999
- Notify the moderator when uploading a recording failed #9000
- Add a warning in the admin settings when the file upload limits are lower than 512 MB #9002
- Fix unread message count improving when receiving own messages #9011
- Fix duplicate attachment upload with Safari and Chrome on MacOS #9012
What's Changed
- [stable26] Small consistency dialogTitle fix
by @backportbot-nextcloud in #8972 - [stable26] fix(a11y): Fix missing aria-labels for buttons in call view by @backportbot-nextcloud in #8973
- [stable26] fix(frontend): Fix empty action separator for group participants by @backportbot-nextcloud in #8974
- [stable26] Remove empty space from Call Recording button by @backportbot-nextcloud in #8979
- [stable26] Parse special symbols after NcRichContentEditable, like
<
and>
by @backportbot-nextcloud in #8977 - [stable26] fix(dashboard): Filter out breakout rooms from the Dashboard API list by @backportbot-nextcloud in #8976
- [stable26] fix(permissions): Fix the permissions editor claiming custom permissions are used, when all boxes are ticked by @backportbot-nextcloud in #8982
- [stable26] fix(a11y): Add aria-label to button with only numeric label by @backportbot-nextcloud in #8983
- [stable26] fix(polls): Remove polls also when deleting the chat history by @backportbot-nextcloud in #8991
- [stable26] fix(API): Sort listed conversations on API level so CI results are stable by @backportbot-nextcloud in #8993
- [stable26] fix(docs): Document object types of conversations by @backportbot-nextcloud in #8994
- [stable26] Add container context for
NewMessageForm
by @backportbot-nextcloud in #8999 - [stable26] Breakout rooms: improve semantic and a11y by @backportbot-nextcloud in #8997
- [stable26] Send notification when get upload problem by @backportbot-nextcloud in #9000
- [stable26] Add a warning in the admin recording settings about post_max_size and upload_max_filesize by @backportbot-nextcloud in #9002
- [stable26] Fix icons alignment by @backportbot-nextcloud in #9008
- [stable26] Improve MessageButtonsBar positionioning and message info visibility by @backportbot-nextcloud in #9009
- [stable26] Improve
Unread messages
counter reactivity by @backportbot-nextcloud in #9011 - [stable26] Prevent calling of duplicate paste event by @backportbot-nextcloud in #9012
- [stable26] chore(release): Add changelog for 16.0.0-rc.3 by @backportbot-nextcloud in #9014
Full Changelog: v16.0.0-rc.2...v16.0.0-rc.3
v16.0.0-rc.2
🛠️ Changed
- Update several dependencies
- Migrate RichText component usage to NcRichText #8959
🐞 Fixed
What's Changed
- Improvements on mock recording server by @vitormattos in #8891
- Document occ commands by @vitormattos in #8907
- chore(CI): Adjust testing matrix for Nextcloud 26 on stable26 by @nickvergessen in #8935
- [stable26] Fix drag-drop modal in Chat.vue flickering by @backportbot-nextcloud in #8951
- [stable26] Refactor
Description.vue
, remove redundant classes and style rules by @backportbot-nextcloud in #8953 - [stable26] Update nextcloud/ocp dependency by @nextcloud-command in #8955
- Bump extendable-media-recorder-wav-encoder from 7.0.83 to 7.0.84 by @dependabot in #8944
- Bump @vue/vue2-jest from 29.2.2 to 29.2.3 by @dependabot in #8941
- Bump extendable-media-recorder from 7.1.4 to 7.1.5 by @dependabot in #8939
- [stable26] Use NcRichText component from
@nextcloud/vue
by @backportbot-nextcloud in #8959 - [stable26] Breakout room fixes by @backportbot-nextcloud in #8962
- [stable26] Add changelog for 16.0.0-rc.2 by @nickvergessen in #8967
Full Changelog: v16.0.0-rc.1...v16.0.0-rc.2
v16.0.0-rc.1
🛠️ Changed
- Update several dependencies
🐞 Fixed
- Design review changes for breakout rooms handling #8905 #8910 #8919 #8920 #8921 #8922
- Always expose the breakout room names when being a member of the parent #8925
- Hide breakout rooms from the dashboard widget #8918
- Fix chat scrolling to the end and the quick access button for it #8895
- Breakout rooms can not be configured in full screen mode #8897
- Button to reopen the chat sidebar while being in a call can disappear #8923
- Error when reacting to a message when the author left the conversation #8883
- File upload modal is positioned outside the chat #8906
What's Changed
- Remove duplicate call recording docs by @provokateurin in #8882
- fix(reactions): Fix reacting to people that left by @nickvergessen in #8883
- Breakout rooms polishing round 1 by @marcoambrosini in #8888
- fix(settings): Fix breakout room settings modal size and container (f… by @nickvergessen in #8897
- fix(upload): Fix upload editor placement by @nickvergessen in #8906
- do not focus input on mobile by @szaimen in #8898
- chore(deps): Bump @nextcloud/vue to 7.7.2 by @nickvergessen in #8909
- Update breakout rooms actions by @marcoambrosini in #8905
- Improve breakout rooms dialog by @marcoambrosini in #8910
- fix: Remove duplicate condition check by @nickvergessen in #8916
- Fix scroll behaviour and "Scroll to bottom" button appearance by @Antreesy in #8895
- fix(dashboard): Hide breakout rooms from dashboard widgets by @nickvergessen in #8918
- Fix wording by @marcoambrosini in #8920
- Feature/noid/make breakoutroomitem collapsible by @marcoambrosini in #8921
- Enh/noid/use custom component for breakoutrooms by @marcoambrosini in #8919
- Replace
NcActions
withNcButton
in TopBar.vue by @Antreesy in #8923 - Enh/8896/more breakout rooms polishing by @marcoambrosini in #8922
- Show breakout room names when listing breakout rooms by @nickvergessen in #8925
- chore(release): Add changelog and bump version to 16.0.0-rc.1 by @nickvergessen in #8929
Full Changelog: v16.0.0-beta.2...v16.0.0-rc.1