Releases: nextcloud/spreed
Releases · nextcloud/spreed
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
v19.0.0
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
- fix(search): restore app search behaviour (wait for nextTick, use refs) by @Antreesy in #10980
- fix(AdminSettings): fix style specificity by @Antreesy in #10979
- feat(chat): Add changelog conversation entries for Talk 18 by @nickvergessen in #10945
- techdebt(API)!: Remove deprecations by @nickvergessen in #10977
- feat(deps): Add Nextcloud 29 support on main by @nickvergessen in #10985
- chore(release): Add changelog for 16.0.8, 17.1.3 and 18.0.0-rc.1 by @nickvergessen in #10987
- chore(deps): Bump extendable-media-recorder from 9.1.3 to 9.1.4 by @dependabot in #10991
- chore(deps): Bump libphonenumber-js from 1.10.49 to 1.10.51 by @dependabot in #10992
- chore(deps-dev): Bump @types/jest from 29.5.8 to 29.5.10 by @dependabot in #10994
- chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.99 to 7.0.100 by @dependabot in #10993
- chore(deps-dev): Bump friendsofphp/php-cs-fixer from 3.38.2 to 3.39.1 in /vendor-bin/csfixer by @dependabot in #10996
- chore(deps-dev): Bump vimeo/psalm from 5.15.0 to 5.16.0 in /vendor-bin/psalm by @dependabot in #10999
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #11007
- fix(uploads): allow to send empty uploads as normal messages by @Antreesy in #10986
- fix(search): change conditions for showing trailing button by @Antreesy in #10973
- fix(chat): use the default new message placeholder by @ShGKme in #11011
- chore(deps): Bump debounce from 1.2.1 to 2.0.0 by @dependabot in #10933
- refactor: make browserCheck an util instead of mixin by @ShGKme in #11009
- Fix use of blockCalls in vue template by @SystemKeeper in #11016
- fix(calls): Remove a query in a loop when ending call for everyone by @nickvergessen in #11014
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #11021
- fix(API): Add ParameterOutOfRange middleware by @nickvergessen in #11019
- fix(shares): handle shares with duplicate names and caption message by @Antreesy in #10916
- Fix undefined $participant when calling a lobbied room by @nickvergessen in #11026
- fix(UI): Fix missing headlines after vue library changed from title t… by @nickvergessen in #11030
- Fix lost audio track on safari by @SystemKeeper in #11006
- feat(ViewerOverlayCallView): Add screensharing support by @DorraJaouad in #10850
- fix(CallView): pass method reference instead of result to debounce function by @Antreesy in #11034
- I should "git add" before I "git commit" by @nickvergessen in #11035
- fix(call): do not update participants list often when not in the call by @Antreesy in #11038
- feat(integration): show out-of-office message in 1-1 conversation by @Antreesy in #10902
- fix(chat): patch stored message input by @Antreesy in #11051
- fix(search): Hide "Messages in current conversation" when not on talk by @nickvergessen in #11054
- chore(release): Changelog for 18.0.0-rc.2 by @nickvergessen in #11055
- fix(AuthSidebar): Order popups by @DorraJaouad in #10968
- Chore/deps/bump nextcloud vue 8.3.0 by @Antreesy in #11065
- fix(chat): expand system messages group if visual unread marker is set on it by @Antreesy in #11063
- fix(i18n): Fixed grammar by @rakekniven in #11070
- Remove label from talk search input by @marcoambrosini in #10925
- get text color from theme for unread marker by @Antreesy in #11073
- chore(deps-dev): Bump friendsofphp/php-cs-fixer from 3.39.1 to 3.40.0 in /vendor-bin/csfixer by @dependabot in #11079
- chore(deps-dev): Bump phpunit/phpunit from 9.6.13 to 9.6.15 in /vendor-bin/phpunit by @dependabot in #11082
- chore(deps-dev): Bump @babel/core from 7.23.3 to 7.23.5 by @dependabot in #11084
- chore(deps): Bump webdav from 5.3.0 to 5.3.1 by @dependabot in #11083
- chore(deps): Bump @nextcloud/dialogs from 5.0.2 to 5.0.3 by @dependabot in #11086
- chore(deps-dev): Bump phpunit/phpunit from 9.6.13 to 9.6.15 in /tests/integration by @dependabot in #11087
- chore(deps-dev): Bump @babel/preset-env from 7.23.3 to 7.23.5 by @dependabot in #11085
- chore(deps): Bump firebase/php-jwt from 6.9.0 to 6.10.0 by @dependabot in #11076
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #11092
- fix(SetContacts ): Remove unnecessary scroll by @DorraJaouad in #11060
- fix(participants): cancel scheduled request when requesting new one by @Antreesy in #11064
- fix(API): Remove unused variables and deprecated methods by @nickvergessen in #11069
- feat(NewGroupConversation): Always show create conversation button by @DorraJaouad in #11100
- fix(docs): Fix list of browser bugs and add virtual backgrounds for s… by @nickvergessen in #11105
- Fix(Poll): Reorganize component structure and hide End Poll from first view by @DorraJaouad in #11099
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #11113
- fix(shares): handle silent sending and input paste correctly by @Antreesy in #11122
- fix(chat): Only load current absence not future ones by @nickvergessen in #11062
- fix(activeSession): minor fixes by @Antreesy in #11119
- Fix file share with caption quote reply by @DorraJaouad in #11120
- Add metadata to file parameters by @SystemKeeper in #11093
- fix(App): switch toggle button to dark theme in call by @Antreesy in #11040
- Fix(File share authentication): Remove unnecessary options by @DorraJaouad in #11132
- fix(session): track mouse movement activity by @Antreesy in #11127
- fix(RecordingConsentSettings): Disable toggle button when breakout is active by ...
v19.0.0-rc.6
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
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
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
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
- chore(deps): Bump libphonenumber-js from 1.10.59 to 1.10.60 by @dependabot in #12017
- [stable28] Update nextcloud/ocp dependency by @nextcloud-command in #12022
- [stable28] fix(TopBarMenu): register File icon by @backportbot in #12051
- [stable28] fix(NewGroupConversation): bring back removed computed by @Antreesy in #12057
- Release 18.0.7 by @nickvergessen in #12082
Full Changelog: v18.0.6...v18.0.7