Releases: nextcloud/spreed
Releases · nextcloud/spreed
v19.0.5
Fixed
- fix(federation): Correctly handle federation with Nextcloud Server 29.0.4 or later #12663
- fix(chat): Fix scrolling to a quoted message in the desktop client #12653
- fix(conversations): Improve sharing data between different tabs #12637
- fix(chat): Improve update of messages list in the sidebar and the chat #12636
- fix(chat): Show loading spinner when submitting an edited message #12674
- fix(chat): Workaround rendering issue in Safari when unread marker is removed #12669
- fix(chat): Fix missing reference data when linking to a federated chat message #12665
- fix(chat): Fix contrast of unread counter when being mentioned in the chat during a call #12605
- fix(chat): Don't group certain system messages when the actor is different #12642
- fix(sharing): Improve performance when loading chat messages with file shares #12554
- fix(sharing): Fix share detection within object stores #12629
- fix(dashboard): Fix missing dashboard icon #12673
What's Changed
- [stable29] style(TopBar): prove contrast text color to unread messages counter by @Antreesy in #12605
- [stable29] chore(deps): bump @nextcloud/vue from 8.11.3 to ^8.13.0 by @ShGKme in #12609
- [stable29] Update nextcloud/ocp dependency by @nextcloud-command in #12619
- [stable29] Only check path for being accessible when the storage is a object home by @backportbot in #12629
- [stable29] fix(conversation): adjust broadcasted data between tabs by @backportbot in #12637
- [stable29] fix(messageStore): adjust getters and tests by @backportbot in #12638
- [stable29] fix(chat): promptly update messages list in sidebar, store and chat by @backportbot in #12636
- [stable29] fix(Reactions): improve styling in popover by @backportbot in #12612
- [stable29] fix(federation): Fix federation with Nextcloud 29.0.4 or later by @backportbot in #12663
- [stable29] fix(chat): Fix missing reference information for federated message links by @backportbot in #12665
- [stable29] fix(chat): wrap Quote in RouterLink to handle in-app navigation by @backportbot in #12653
- [stable29] fix(MessageList): Workaround rendering issue on safari when unread marker is removed by @backportbot in #12669
- [stable29] fix(dashboard): Fix missing dashboard icon by @backportbot in #12673
- [stable29] fix(MessagesSystemGroup): separate messages with different actors by @backportbot in #12642
- [stable29] perf(sharing): Use getFirstNodeById() which is more performant by @nickvergessen in #12554
- [stable29] fix(chat): show spinner for temporary / edited messages by @backportbot in #12674
- Release 19.0.5 by @nickvergessen in #12680
Full Changelog: v19.0.4...v19.0.5
v18.0.10
Fixed
- fix(sharing): Fix share detection within object stores #12628
What's Changed
- [stable28] Only check path for being accessible when the storage is a object home by @backportbot in #12628
- Release 18.0.10 by @nickvergessen in #12681
Full Changelog: v18.0.9...v18.0.10
v19.0.4
19.0.4 – 2024-06-27
Changed
- feat(call): Add option to mirror video preview #12593
- feat(call): Add 'Participants' tab to 1-1 calls #12594
Fixed
- fix(federation): Update federation invites counter #12544
- fix(chat): Hide reply button for participants without chat permissions #12577
- fix(bots): Show error messages during bots setup #12572
- fix(sidebar): Restore missing tab after switching a conversation #12587
- fix(chat): Adjust toast message on message deletion #12589
- fix(chat): Fix marking conversation as read for hidden messages #12592
What's Changed
- [stable29] fix(federation): update counter after invites store update by @backportbot in #12544
- chore(deps-dev): Bump ts-jest from 29.1.4 to 29.1.5 by @dependabot in #12569
- [stable29] fix(MessageButtonsBar): Hide reply button if participant has no chat permission by @backportbot in #12577
- [stable29] Shows an error msg when missing args by @backportbot in #12572
- [stable29] chore(deps): bump and fix nexcloud dependencies by @Antreesy in #12578
- [stable29] fix(sidebar): tab is not shown after switching a conversation by @backportbot in #12587
- [stable29] fix(Message): adjust toast message on delete to align with API by @backportbot in #12589
- [stable29] feat(MediaSettings): add option to mirror video preview by @backportbot in #12593
- [stable29] fix(RightSidebar): refactor, add 'Participants' to 1-1 calls by @backportbot in #12594
- [stable29] fix(MessagesList): fix unread marker when it is attached to the last message in collapsed group by @backportbot in #12592
- chore(release): v19.0.4 by @backportbot in #12599
Full Changelog: v19.0.3...v19.0.4
v18.0.9
18.0.9 – 2024-06-27
Fixed
- fix(bots): Fix bots with self-signed certificates #12470
- fix(attachments): Fix creating new files from templates #12487
- fix(shareIntegration): Fix handle to close and open the right sidebar on publish share links #12494
- fix(bots): Show error messages during bots setup #12573
- fix(chat): Adjust toast message on message deletion #12588
What's Changed
- [stable28] fix(Conversation): do not render NcDialog if was not called explicitly by @Antreesy in #12337
- chore(deps): bump ua-parser-js from 1.0.37 to 1.0.38 by @dependabot in #12445
- [stable28] Update nextcloud/ocp dependency by @nextcloud-command in #12451
- [stable28] fix(bots): Allow bots with self-signed certificates by @backportbot in #12470
- [stable28] Update nextcloud/ocp dependency by @nextcloud-command in #12481
- [stable28] fix(viewer): fix creation of file from template by @backportbot in #12487
- [stable28] fix(PublicShareSidebar): fix prop reactivity by @backportbot in #12494
- [stable28] fix(tests): Adjust expected share type attributes after server change by @backportbot in #12507
- chore: audit JS dependencies by @Antreesy in #12522
- [stable28] Update nextcloud/ocp dependency by @nextcloud-command in #12527
- [stable28] Shows an error msg when missing args by @backportbot in #12573
- [stable28] fix(Message): adjust toast message on delete to align with API by @backportbot in #12588
- chore(release): v18.0.9 by @Antreesy in #12601
Full Changelog: v18.0.8...v18.0.9
v17.1.10
17.1.10 – 2024-06-27
Fixed
- fix(bots): Fix bots with self-signed certificates #12469
- fix(shareIntegration): Fix handle to close and open the right sidebar on publish share links #12495
What's Changed
- chore(deps): bump ua-parser-js from 1.0.37 to 1.0.38 by @dependabot in #12438
- [stable27] fix(bots): Allow bots with self-signed certificates by @backportbot in #12469
- [stable27] Update nextcloud/ocp dependency by @nextcloud-command in #12450
- [stable27] fix(PublicShareSidebar): fix prop reactivity by @backportbot in #12495
Full Changelog: v17.1.9...v17.1.10
v19.0.3
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
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
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
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
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