Skip to content

Releases: nextcloud/spreed

v14.0.10

24 Mar 16:29
c35f0a7
Compare
Choose a tag to compare

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

21 Mar 06:20
a0ebfed
Compare
Choose a tag to compare

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 with NcButton in MessageButtonsBar by @backportbot-nextcloud in #9047
  • [stable26] Fix Reply and Private 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

09 Mar 19:41
d7b25ff
Compare
Choose a tag to compare
v16.0.0-rc.3 Pre-release
Pre-release

🐞 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

06 Mar 14:42
200460c
Compare
Choose a tag to compare
v16.0.0-rc.2 Pre-release
Pre-release

🛠️ Changed

  • Update several dependencies
  • Migrate RichText component usage to NcRichText #8959

🐞 Fixed

  • Design review changes for breakout rooms handling #8962
  • Add documentation for OCC commands #8907

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

02 Mar 15:50
bcf3670
Compare
Choose a tag to compare
v16.0.0-rc.1 Pre-release
Pre-release

🛠️ 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

Full Changelog: v16.0.0-beta.2...v16.0.0-rc.1

v16.0.0-beta.2

27 Feb 15:31
f0bdcfb
Compare
Choose a tag to compare
v16.0.0-beta.2 Pre-release
Pre-release

🛠️ Changed

  • Update several dependencies

🐞 Fixed

  • Don't show breakout room options in one-to-one and public conversations #8875
  • Don't show recording options when no recording servers are configured #8874
  • Focus conversation name field when creating conversation #8873
  • Allow to abort emoji-autocomplete with ESC #8870
  • Focus chat input when replying to a message #8864
  • Fix message type of attachments uploaded via mobile apps #8861
  • Hide the bottom video stripe in recordings #8844
  • Don't allow to change certain settings directly inside breakout rooms #8841
  • Fix detection of the recording state #8840
  • Improve notification subject and message for recording uploads #8837

What's Changed

Full Changelog: v16.0.0-beta.1...v16.0.0-beta.2

v16.0.0-beta.1

23 Feb 16:27
79aeeac
Compare
Choose a tag to compare
v16.0.0-beta.1 Pre-release
Pre-release

Changelog summary

🙇 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

Read more

v15.0.4

23 Feb 08:07
f9740bf
Compare
Choose a tag to compare

✅ Added

  • Make "End call for everyone" available for moderators all the time #8767

🛠️ Changed

  • Update some dependencies

🐞 Fixed

  • Show tooltip for conversations with a long title #8659
  • Don't break the maps app with the Talk Files sidebar integration #8590
  • Only register the maps integration when the user is allowed to use Talk #8591
  • Fix missing "Unread mentions" floating button since Nextcloud 25 theming update #8603
  • Fix button style while being in a call #8671
  • Only filter mentions for participants of the conversation #8665
  • Fix interaction of self-joined users with multiple sessions when navigating away #8729

v14.0.9

23 Feb 08:01
69e8369
Compare
Choose a tag to compare

🛠️ Changed

  • Update some dependencies

🐞 Fixed

  • Only filter mentions for participants of the conversation #8666
  • Fix interaction of self-joined users with multiple sessions when navigating away #8730

v15.0.3

19 Jan 13:46
561986d
Compare
Choose a tag to compare

🛠️ Changed

  • Update @nextcloud/vue library to 7.4.0 #8458 #8565

🐞 Fixed

  • Allow autocompleting conversation names from the middle #8505
  • Call view not shown when rejoining a call in the file sidebar #8507
  • Fix leaving the call when switching to another conversation #8529
  • Don't keep the session open longer than necessary when leaving and joining a conversation #8394
  • Enforce a length of the private JWT keys used for signaling in case libressl has 0 as default #8468
  • Remove webserver warning when in unknown state as it confuses admins #8512
  • Remove expired messages from API even when the background job did not execute #8523