Skip to content

Releases: nextcloud/spreed

v19.0.3

18 Jun 17:43
e49bc19
Compare
Choose a tag to compare

19.0.3 – 2024-06-18

Fixed

  • fix(chat): visual alignment of typing indicator for wide screens #12521
  • fix(call): remove sound interference in Safari after audio disconnecting #12534

What's Changed

  • [stable29] fix(NewMessage): typing indicator alignment for wide screens by @backportbot in #12521
  • [stable29] fix: Fix broken audio in Safari after disconnecting node by @backportbot in #12534
  • [stable29] fix: pass returned promise instead of function by @backportbot in #12539
  • [stable29] fix: pass both arguments to the method by @backportbot in #12541
  • [stable29] chore(release): Changelog for 19.0.3 by @backportbot in #12537

Full Changelog: v19.0.2...v19.0.3

v19.0.2

14 Jun 08:49
v19.0.2
2332c42
Compare
Choose a tag to compare

19.0.2 – 2024-06-13

Fixed

  • fix(call): Fix audio issue in Safari when a user unmutes after a longer time while the tab is inactive #12511
  • fix(bots): Fix bots with self-signed certificates #12471
  • fix(chat): Improve scrolling behaviour when reopening a conversation #12199
  • fix(chat): Better handling of captioned messages in federated conversations #12375
  • fix(attachments): Fix creating new files from templates #12488
  • fix(call): Directly sync the preferences with the device selection #12493
  • fix(call): Give feedback when trying to "Ring" a participant that has DND enabled #12377
  • fix(breakoutrooms): Don't allow to enable guests in breakout rooms until it's supported #12457
  • fix(UI): Improve button in mobile UI to use less space #12473

What's Changed

  • chore(deps-dev): Bump @babel/core from 7.24.5 to 7.24.6 by @dependabot in #12410
  • chore(deps-dev): Bump ts-jest from 29.1.2 to 29.1.3 by @dependabot in #12412
  • chore(deps-dev): Bump openapi-typescript from 6.7.5 to 6.7.6 by @dependabot in #12413
  • chore(deps-dev): Bump @babel/preset-env from 7.24.5 to 7.24.6 by @dependabot in #12411
  • chore(deps): Bump firebase/php-jwt from 6.10.0 to 6.10.1 by @dependabot in #12421
  • [stable29] chore: remove empty file after migration to TS by @backportbot in #12436
  • chore(deps): bump ua-parser-js from 1.0.37 to 1.0.38 by @dependabot in #12446
  • chore(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by @dependabot in #12447
  • [stable29] Update nextcloud/ocp dependency by @nextcloud-command in #12427
  • [stable29] fix(settings): don't allow guests when breakout rooms are set by @backportbot in #12457
  • [stable29] fix(federation): use a value from response header to count invites by @backportbot in #12464
  • [stable29] fix(OpenAPI): Add missing reactionsSelf to ChatMessage by @backportbot in #12472
  • [stable29] fix(bots): Allow bots with self-signed certificates by @backportbot in #12471
  • [stable29] feat(mobile): use button without text if on mobile by @backportbot in #12473
  • chore(deps-dev): Bump @babel/preset-env from 7.24.6 to 7.24.7 by @dependabot in #12474
  • chore(deps-dev): Bump @babel/core from 7.24.6 to 7.24.7 by @dependabot in #12475
  • [stable29] Update nextcloud/ocp dependency by @nextcloud-command in #12482
  • [stable29] Follow-up: chat scrolling refactoring by @backportbot in #12199
  • [stable29] fix(messageStore): update edited parent for all messages by @backportbot in #12485
  • [stable29] fix(viewer): fix creation of file from template by @backportbot in #12488
  • [stable29] fix(MessagesList): keep token consistent during async methods by @Antreesy in #12465
  • [stable29] fix: throw error when target has DND on by @backportbot in #12377
  • [stable29] fix(chat): Better handling of captioned messages in federated conversations by @backportbot in #12375
  • [stable29] fix(tests): Adjust expected share type attributes after server change by @backportbot in #12508
  • [stable29] fix(MediaSettings): sync preferences with devices direct selection by @backportbot in #12493
  • [stable29] fix(messagesStore): add missing markdown in temporary message object by @backportbot in #12503
  • [stable29] Fix audio in inactive tab in Safari by @backportbot in #12511
  • [stable29] fix(NewConversationDialog): speed up conversation creation flow by @backportbot in #12513
  • [stable29] test(chat): Add a test that editing old messages is blocked by @backportbot in #12249
  • [stable29] chore(release): Changelog for 19.0.2 by @backportbot in #12515
  • [stable29] chore: define explicit reactivity for webrtc models by @backportbot in #12517

Full Changelog: v19.0.1...v19.0.2

v19.0.1

23 May 16:51
13295d0
Compare
Choose a tag to compare

Changed

  • fix(editing): restore default behaviour of keyboard hotkeys Ctrl+Up #12254
  • fix: replace emoji-mart-vue-fast lib usage with nextcloud/vue function #12306
  • feat(capabilities): Expose which capabilities should be considered local vs federated #12316

Fixed

  • fix(call): open chat sidebar in call by click on toast #12196
  • fix(LeftSidebar): small glitch on sidebar scroll #12286
  • fix(MessagesList): clean up expired, removed messages from the chat #12287
  • fix(chat): focus submit on upload attachments without caption #12296
  • fix(dashboard): Fix dashboard when the last message of a chat expired #12309
  • fix(notifications): Preparse call notifications for improved performance #12320
  • fix(polls): Remove actor info from system message #12344
  • fix(federation): Don't send notifications for most system messages in federation #12371
  • fix(recording): Stop broken recording backend #12403
  • fix(recording): Handle the problem gracefully when the recording can not be uploaded #12404

What's Changed

  • [stable29] fix(call): open chat sidebar in call by click on toast by @backportbot in #12196
  • [stable29] fix(a11y): provide aria-labels for screenshare buttons in every state by @backportbot in #12203
  • chore(deps-dev): Bump @nextcloud/browserslist-config from 3.0.0 to 3.0.1 by @dependabot in #12222
  • chore(deps): Bump @nextcloud/router from 3.0.0 to 3.0.1 by @dependabot in #12223
  • chore(deps): Bump libphonenumber-js from 1.10.60 to 1.10.61 by @dependabot in #12225
  • [stable29] fix(signaling): Make alluserids more reliable for testing by @backportbot in #12241
  • Revert "chore(release): Fix build action while there is no latest-29 package" by @nickvergessen in #12071
  • [stable29] fix(editing): restore default behaviour of keyboard hotkeys Ctrl+Up by @backportbot in #12254
  • chore(deps-dev): Bump @babel/core from 7.24.4 to 7.24.5 by @dependabot in #12263
  • chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.109 to 7.0.110 by @dependabot in #12262
  • chore(deps-dev): Bump @babel/preset-env from 7.24.4 to 7.24.5 by @dependabot in #12264
  • [stable29] fix(LeftSidebar): small glitch on sidebar scroll by @backportbot in #12286
  • [stable29] fix(MessagesList): clean up expired, removed messages from the chat by @backportbot in #12287
  • [stable29] fix(LobbySettings): convert to string before passing it to translation by @backportbot in #12290
  • [stable29] chore(deps): Bump @nextcloud/vue from 8.11.2 to 8.11.3 by @backportbot in #12305
  • [stable29] fix: replace emoji-mart-vue-fast lib usage with nextcloud/vue function by @backportbot in #12306
  • [stable29] fix: check for note-to-self capability on frontend by @backportbot in #12314
  • [stable29] fix(dashboard): Fix dashboard when the last message of a chat expired by @backportbot in #12309
  • [stable29] feat(capabilities): Expose which capabilities should be considered lo… by @backportbot in #12316
  • chore(deps): Bump libphonenumber-js from 1.10.61 to 1.10.64 by @dependabot in #12322
  • chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.110 to 7.0.111 by @dependabot in #12323
  • [stable29] Update nextcloud/ocp dependency by @nextcloud-command in #12334
  • [stable29] fix(notifications): Preparse call notifications for improved performance by @backportbot in #12320
  • [stable29] fix(polls): Remove actor info from system message by @backportbot in #12344
  • [stable29] fix(federation): Don't send notifications for most system messages in… by @backportbot in #12371
  • [stable29] fix(tests): Sort attendees before using them when preparing the expec… by @backportbot in #12372
  • [stable29] fix(recording): Stop broken recording backend by @backportbot in #12403
  • [stable29] fix: hide Translate option for files without caption by @backportbot in #12354
  • [stable29] fix(chat): focus submit on upload attachments without caption by @backportbot in #12296
  • [stable29] fix(chat): Rename circles to teams in system messages by @backportbot in #12197
  • [stable29] fix(recording): Handle the problem gracefully when the recording can … by @backportbot in #12404
  • Release 19.0.1 by @danxuliu in #12409

Full Changelog: v19.0.0...v19.0.1

v18.0.8

23 May 16:36
d9a01f5
Compare
Choose a tag to compare

Fixed

  • fix(polls): Remove actor info from system message #12343
  • fix(recording): Stop broken recording backend #12402

What's Changed

  • chore(deps): Bump extendable-media-recorder from 9.1.13 to 9.1.15 by @dependabot in #12087
  • chore(deps-dev): Bump webpack-bundle-analyzer from 4.10.1 to 4.10.2 by @dependabot in #12088
  • chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.108 to 7.0.109 by @dependabot in #12089
  • chore(deps): Bump emoji-mart-vue-fast from 15.0.1 to 15.0.2 by @dependabot in #12170
  • chore(deps): Bump @nextcloud/vue from 8.11.1 to 8.11.2 by @dependabot in #12086
  • chore(deps): Bump libphonenumber-js from 1.10.60 to 1.10.61 by @dependabot in #12220
  • chore(deps-dev): Bump @nextcloud/browserslist-config from 3.0.0 to 3.0.1 by @dependabot in #12221
  • chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.109 to 7.0.110 by @dependabot in #12272
  • chore(deps): Bump libphonenumber-js from 1.10.61 to 1.10.64 by @dependabot in #12331
  • [stable28] Update nextcloud/ocp dependency by @nextcloud-command in #12333
  • chore(deps): Bump @nextcloud/vue from 8.11.2 to 8.11.3 by @dependabot in #12329
  • chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.110 to 7.0.111 by @dependabot in #12330
  • [stable28] fix(polls): Remove actor info from system message by @backportbot in #12343
  • [stable28] fix(recording): Stop broken recording backend by @backportbot in #12402
  • Release 18.0.8 by @danxuliu in #12408

Full Changelog: v18.0.7...v18.0.8

v17.1.9

23 May 16:17
ae30df6
Compare
Choose a tag to compare

Fixed

  • fix(polls): Remove actor info from system message #12342
  • fix(recording): Stop broken recording backend #12401

What's Changed

  • chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.108 to 7.0.109 by @dependabot in #12100
  • [stable27] Update nextcloud/ocp dependency by @nextcloud-command in #12106
  • [stable27] fix(polls): Remove actor info from system message by @backportbot in #12342
  • [stable27] fix(recording): Stop broken recording backend by @backportbot in #12401
  • [stable27] Update nextcloud/ocp dependency by @nextcloud-command in #12332
  • chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.109 to 7.0.111 by @dependabot in #12321
  • chore(deps): Bump emoji-mart-vue-fast from 15.0.1 to 15.0.2 by @dependabot in #12168
  • Release 17.1.9 by @danxuliu in #12407

Full Changelog: v17.1.8...v17.1.9

v19.0.0

24 Apr 04:43
v19.0.0
8fecee6
Compare
Choose a tag to compare

Added

  • Messages can now be edited by logged-in authors and moderators for one day #1836
  • Allow todo lists in chat messages to be interactive #12065
  • Added a "In conversation" search filter #11456
  • Save unsent messages in browser storage so they survive a page reload or browser restart #3055
  • Allow to accept individual users when the lobby is enabled #8601
  • Flavored Markdown in messages #10066
  • Allow to see all reactions #11508
  • Preview: Federated chatting #11231

Changed

  • Update translations
  • Update several dependencies
  • Added support for Janus 1.x
  • Prepare frontend code for a migration to Vue3
  • Migrated various icons to Material Design icons
  • Deleting messages is now possible without a time limitation (was 6 hours) #11408
  • Guests are now rate-limited on mentioning users #11072
  • Make polls more visible in the chat when they are posted during a call #11372
  • Bots can now be installed by apps with limited feature flags #11630
  • Save all previously picked devices to improve the call experience when switching between different working situations #12067

Deprecation

  • Commands: This will be the last major version that supports commands. Please migrate your commands to webhook based bots instead.

What's Changed

Read more

v19.0.0-rc.6

22 Apr 12:40
6f37ba2
Compare
Choose a tag to compare
v19.0.0-rc.6 Pre-release
Pre-release

Changed

  • Update translations
  • Update several dependencies

Fixed

  • fix(chat): restrict checkbox editing in one-to-one conversations #12160 #12176
  • fix(chat): Fix clearing the input field after file upload #12061
  • fix(chat): Fix setting known chat messages borders after leaving the conversation #12183
  • fix(dashboard): Dashboard does not show mentions from federated conversations #12163

What's Changed

  • [stable29] fix(MessageBody): restrict checkbox editing in one-to-one conversation by @backportbot in #12160
  • chore(deps): Bump emoji-mart-vue-fast from 15.0.1 to 15.0.2 by @dependabot in #12172
  • [stable29] fix(dashboard): Dashboard does not show mentions from federated conversations by @backportbot in #12163
  • [stable29] fix(MessageBody): pass actorId and actorType as props to the component by @backportbot in #12176
  • [stable29] fix(NewMessage): clear debounce queue when posting a message by @backportbot in #12181
  • [stable29] fix(messagesStore): compare message ids as values of the same type by @backportbot in #12183
  • [stable29] chore(release): Add changelog for 19.0.0-rc.6 by @backportbot in #12184

Full Changelog: v19.0.0-rc.5...v19.0.0-rc.6

v19.0.0-rc.5

18 Apr 21:40
v19.0.0-rc.5
788d626
Compare
Choose a tag to compare
v19.0.0-rc.5 Pre-release
Pre-release

Changed

  • Update translations

Fixed

  • fix(lobby): Show the timezone and relative time when enabling the lobby #12135
  • fix(shareIntegration): Fix handle to close and open the right sidebar on publish share links #12134
  • fix(chat): Fix collapsing grouped system message #12139
  • fix(attachments): Fix missing icons when creating a file in a chat #12138
  • fix(media): Fix initial selection of devices #12152 #12146

What's Changed

  • [stable29] fix(PublicShareSidebar): fix prop reactivity by @backportbot in #12134
  • [stable29] fix(chat): show iconSvgInline in attachments by @backportbot in #12138
  • [stable29] fix(MessagesList): make sure to compare numeric values by @backportbot in #12141
  • [stable29] enh(LobbySettings): add timezone and relative time by @backportbot in #12135
  • [stable29] fix(MessagesSystemGroup): Follow-up correct collapsed property by @backportbot in #12139
  • [stable29] test: fix tests, cleanup jest output by @backportbot in #12144
  • [stable29] fix: correct translation by @backportbot in #12145
  • [stable29] fix(media): Fix initial selection of devices by @backportbot in #12152
  • [stable29] fix(media): improve the default selection before preferences by @backportbot in #12153
  • [stable29] chore(release): Add changelog for 19.0.0-rc.5 by @backportbot in #12154

Full Changelog: v19.0.0-rc.4...v19.0.0-rc.5

v19.0.0-rc.4

16 Apr 20:32
v19.0.0-rc.4
d3c724e
Compare
Choose a tag to compare
v19.0.0-rc.4 Pre-release
Pre-release

Changed

  • Update translations
  • Update several dependencies

Fixed

  • fix(calls): Correctly pick the device when showing the device picker after a page reload #12124
  • fix(conversations): Correctly update conversations when the read marker changes via another device or window #9590
  • fix(chat): Make "silent send" state more obvious for follow up messages #12118
  • fix(dashboard): Correctly handle 1-1 conversations with unread system messages #12073

What's Changed

  • [stable29] fix(dashboard): Don't show read one-to-one when the last system messa… by @backportbot in #12073
  • [stable29] chore(commands): Notify again about the end of /commands by @backportbot in #12077
  • [stable29] fix(docs): Sync and update feature list in info.xml and readme by @backportbot in #12079
  • [stable29] chore(release): Add changelog for 17.1.8 and 18.0.7 by @backportbot in #12084
  • chore(deps-dev): Bump webpack-bundle-analyzer from 4.10.1 to 4.10.2 by @dependabot in #12095
  • chore(deps): Bump @nextcloud/dialogs from 5.2.0 to 5.2.1 by @dependabot in #12096
  • chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.108 to 7.0.109 by @dependabot in #12098
  • chore(deps): Bump extendable-media-recorder from 9.1.13 to 9.1.15 by @dependabot in #12097
  • [stable29] Update nextcloud/ocp dependency by @nextcloud-command in #12105
  • [stable29] chore(deps): Update openapi-extractor by @backportbot in #12111
  • [stable29] fix(tests): Make tests more reliable on PostgreSQL by also sorting on stop by @backportbot in #12119
  • [stable29] fix(NewMessage): make silent chat button appearance more obvious by @backportbot in #12118
  • [stable29] style: update CSS specificity for fallback mention icons by @backportbot in #12117
  • [stable29] fix(media): rewrite media preferences functions by @backportbot in #12124
  • [stable29] fix(VideoVue): fix bottom bar not clickable by @backportbot in #12129
  • [stable29] fix(conversations): Include rooms in "modified since" updates when at… by @backportbot in #12130
  • [stable29] chore(release): Add changelog for 19.0.0-rc.4 by @backportbot in #12127

Full Changelog: v19.0.0-rc.3...v19.0.0-rc.4

v18.0.7

12 Apr 15:26
v18.0.7
d982bf2
Compare
Choose a tag to compare

Changed

  • Update translations
  • Update several dependencies

Fixed

  • fix(conversation): Fix error when adding participants while creating a conversation #12057
  • fix(conversation): Fix missing icon in conversation settings for file conversations #12051

What's Changed

Full Changelog: v18.0.6...v18.0.7