Releases: nextcloud/spreed
Releases · nextcloud/spreed
v20.0.0-beta.3
Fixed
- Disallow setting message expiration in former one-to-one conversations #12882
- Show avatar thumbnail for former one-to-one conversations #12886
- Hide Ban section in "Note to self" conversation settings #12889
- Disallow banned user to be added to the conversation #12793
- Disable call button in a federated chat when its settings was changed #12864
- More UI changes according to design review #12800
What's Changed
- fix(federation): disable call buton if talk proxy hash is dirty by @Antreesy in #12879
- fix(ConversationSettings): hide ban section in note to self by @DorraJaouad in #12889
- fix(ConversationIcon): show avatar thumbnail for former 1-1 conversations by @Antreesy in #12891
- fix: Cannot set message expiration in former 1:1 rooms by @skalidindi53 in #12892
- fix: Banned user cannot be added to the room by @skalidindi53 in #12801
- chore(deps-dev): Bump @babel/core from 7.24.9 to 7.25.2 by @dependabot in #12894
- chore(deps): Bump webdav from 5.6.0 to 5.7.0 by @dependabot in #12896
- chore(deps-dev): Bump ts-jest from 29.2.3 to 29.2.4 by @dependabot in #12897
- chore(deps-dev): Bump @babel/preset-env from 7.25.0 to 7.25.3 by @dependabot in #12898
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #12899
- fix(MessageList): rewrite CSS layout of chat by @Antreesy in #12823
- fix(MessagesList): position loading spinner to not affect scrolling by @Antreesy in #12855
- fix(Reactions): integrate reactions into grid CSS layout by @Antreesy in #12854
- chore(deps-dev): Bump openapi-typescript from 7.1.0 to 7.3.0 by @dependabot in #12895
- chore(deps): bump nextcloud/vue lib from 8.15.1 to 8.16.0 by @Antreesy in #12900
- fix(Participant): migrate to NcListItem by @Antreesy in #12819
- fix(RightSidebar): discard unread messages toast on conversation change by @ShGKme in #12906
- fix(ContactSelectionBubble): migrate to NcChip and script setup by @Antreesy in #12907
- Fix: revert two line avatar size to default by @marcoambrosini in #12869
- fix(TopBar): align lines by @ShGKme in #12875
Full Changelog: v20.0.0-beta.2...v20.0.0-beta.3
v20.0.0-beta.2
Fixed
- fix(calls): Add notifications for federated calls #12845 #12856 #12874
- fix(calls): Fix broken avatar of remote users in calls #12863
- fix(videoverification): Fix design #12853
- fix(chat): Prevent leave call dialog when canceling quoting #12824
- fix(UI): More design adjustments for nextcloud/vue changes #12810
What's Changed
- chore(deps): Bump @nextcloud/paths from 2.2.0 to 2.2.1 by @dependabot in #12827
- chore(deps): Bump pinia from 2.1.7 to 2.2.0 by @dependabot in #12828
- chore(deps-dev): Bump @babel/preset-env from 7.24.8 to 7.25.0 by @dependabot in #12829
- chore(deps): Bump extendable-media-recorder from 9.2.8 to 9.2.9 by @dependabot in #12830
- chore(deps): Bump @nextcloud/files from 3.6.0 to 3.7.0 by @dependabot in #12831
- chore(deps): Bump libphonenumber-js from 1.11.4 to 1.11.5 by @dependabot in #12832
- chore(deps-dev): Bump guzzlehttp/guzzle from 7.9.1 to 7.9.2 in /tests/integration by @dependabot in #12826
- fix(public share): make trigger button color contrast to background by @Antreesy in #12825
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #12834
- fix(MediaSettings): remove PiP and increase mirror toggle margin by @ShGKme in #12838
- fix(AdminSettings): server buttons visual interactivity by @ShGKme in #12814
- fix(Quote): prevent button click event from propagation by @Antreesy in #12824
- fix(MediaSettings): jumping on devices/backgrounds switch by @ShGKme in #12815
- fix(AdminSettings): remove PHP template by @ShGKme in #12839
- fix(design): adjustments for Nextcloud 30 - v3 by @Antreesy in #12810
- chore(deps): Bump fast-xml-parser from 4.2.5 to 4.4.1 by @dependabot in #12849
- fix(cs): Use single quotes for simple strings by @nickvergessen in #12859
- fix(tests): Limit notification testing to
app='spreed'
by @nickvergessen in #12858 - fix(openapi): add remote* fields to Room definition by @Antreesy in #12860
- fix(scaling): Fix log spam when a user has more than 1.000 conversations by @nickvergessen in #12852
- feat(calls): Add notifications for federated calls by @nickvergessen in #12845
- style: adjust line-height usage after change from px value to unitless by @Antreesy in #12870
- fix(PublicShareAuthSidebar): fix and refactor styles for video verification sidebar by @Antreesy in #12853
- fix(FilesSidebarChaView): hide duplicated CallButton, when in call by @Antreesy in #12873
- style(TopBar): fit two-lines with normal line-height by @Antreesy in #12851
- Fix silent call notifications in federated calls by @nickvergessen in #12856
- fix(activity): Add federated participants to activity and call summary by @nickvergessen in #12874
- Fix avatars in federated calls by @danxuliu in #12863
- fix(ChatView): mark when used in sidebar, simplify templates by @Antreesy in #12877
- Release 20.0.0 beta.2 by @nickvergessen in #12876
Full Changelog: v20.0.0-beta.1...v20.0.0-beta.2
v20.0.0-beta.1
20.0.0-beta.1 – 2024-07-26
Added
- Banning users and guests #12291
- Allow to prevent "@ all" mentions for non-moderators #9074
- Add button to show smart picker #12250
- Dispatch events when enabling or disabling bots #12551
- Preview: Federated calls #11232
Changed
- Requires Nextcloud 30
- External signaling requires federation support
- API performance improvements
- Dynamic order of tiles in a call #11393
- Automatically lower raised hand when participant speaks #12399
- Show confirmation dialog when removing a participant #12543
- Show description when listing open conversations #12209
- Outline the participant count when trying to mention everyone #12782
- Show out-of-office replacement in the out-of-office message #12510
Known issues
- Design: not fully adjusted to changes in Nextcloud 30
- Federated calls: broken participant avatars and missing call notifications
What's Changed
- feat(deps): Add Nextcloud 30 support on main by @nickvergessen in #11954
- style(MessagesList): extend chat width to 70em by @Antreesy in #11947
- refactor(breakoutRooms): migrate service to typescript by @Antreesy in #11894
- chore(deps): Bump libphonenumber-js from 1.10.58 to 1.10.59 by @dependabot in #11966
- fix(NewMessage): parse edited message before sending by @Antreesy in #11967
- feat(federation): Expose
X-Nextcloud-Talk-Federation-Invites
header with the pending invitations on roo… by @nickvergessen in #11944 - chore(release): Changelog for 19.0.0-rc.1 by @nickvergessen in #11974
- typo(changelog): Fix issue numbers by @nickvergessen in #11976
- chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.107 to 7.0.108 by @dependabot in #11982
- chore(deps): Bump extendable-media-recorder from 9.1.12 to 9.1.13 by @dependabot in #11983
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #11988
- chore(deps): Bump webrtc-adapter from 8.2.3 to 9.0.1 by @dependabot in #11984
- fix(SystemMessage): Use link parameter for Circle URL in rich object parameters by @provokateurin in #11990
- fix(federation): Fix empty strings being null in Oracle by @nickvergessen in #11978
- chore(release): Add changelog for 17.1.7 and 18.0.6 by @nickvergessen in #12000
- Chore(Vue3): Migrate to mitt by @DorraJaouad in #11996
- desktop: add screen sharing support by @ShGKme in #12003
- chore(deps-dev): Bump undici from 5.28.3 to 5.28.4 by @dependabot in #12007
- chore: define explicit reactivity for webrtc models by @DorraJaouad in #11993
- chore(Vue3): v-bind checking by @DorraJaouad in #12005
- chore(deps): Bump libphonenumber-js from 1.10.59 to 1.10.60 by @dependabot in #12011
- chore(deps): Bump @nextcloud/upload from 1.0.5 to 1.1.0 by @dependabot in #12012
- chore(deps-dev): Bump @babel/core from 7.24.3 to 7.24.4 by @dependabot in #12013
- chore(deps-dev): Bump phpunit/phpunit from 9.6.18 to 9.6.19 in /tests/integration by @dependabot in #12015
- chore(deps-dev): Bump phpunit/phpunit from 9.6.18 to 9.6.19 in /vendor-bin/phpunit by @dependabot in #12016
- chore(deps-dev): Bump @babel/preset-env from 7.24.3 to 7.24.4 by @dependabot in #12014
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #12023
- fix(MessagesSystemGroup): Follow-up correct collapsed property by @DorraJaouad in #11992
- fix(openapi): Make the operation-id unique by @nickvergessen in #12028
- perf(dashboard): implement widget item api v2 by @st3iny in #10250
- deps(CI): Update to PHPUnit10 by @nickvergessen in #12037
- fix(frontpage): Don't bruteforce protect "undefined" by @nickvergessen in #12029
- chore(CI): Update Behat and PHPUnit10 in integration tests by @nickvergessen in #12038
- fix: Set all rich object parameter values to string by @provokateurin in #12021
- feat(federation): Register the OCM resource by @nickvergessen in #10692
- feat: handle callUser links in Talk without page reload by @ShGKme in #11879
- fix(TopBarMenu): register File icon by @Antreesy in #12049
- refactor(OpenAPI): Use proper type inheritance for chat messages by @provokateurin in #12041
- Revert "fix(frontpage): Don't bruteforce protect "undefined"" by @nickvergessen in #12054
- chore(deps): bump nextcloud/vue from 8.11.1 to 8.11.2 by @Antreesy in #12048
- fix(MessagesButtonsBar): exclude click on emoji picker from outside click event listener by @DorraJaouad in #12058
- feat(MediaSettings): preferred media devices selection 🎤📹 by @Antreesy in #11936
- feat(MessageBody): apply checkbox interactivity by @DorraJaouad in #12063
- chore(release): Add changelog for 19.0.0-rc.3 by @nickvergessen in #12068
- fix(dashboard): Don't show read one-to-one when the last system messa… by @nickvergessen in #12072
- fix(tests): Clean up unit test code by @nickvergessen in #12074
- chore(commands): Notify again about the end of
/commands
by @nickvergessen in #12075 - 🌇 fix(chat): Remove commands by @nickvergessen in #12076
- fix(docs): Sync and update feature list in info.xml and readme by @nickvergessen in #12078
- chore(release): Add changelog for 17.1.8 and 18.0.7 by @nickvergessen in #12081
- chore(deps): Bump extendable-media-recorder from 9.1.13 to 9.2.0 by @dependabot in #12090
- chore(deps): Bump @nextcloud/dialogs from 5.2.0 to 5.3.0 by @dependabot in #12091
- chore(deps-dev): Bump webpack-bundle-analyzer from 4.10.1 to 4.10.2 by @dependabot in #12092
- chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.108 to 7.0.109 by @dependabot in #12094
- chore(deps): Bump @nextcloud/capabilities from 1.1.0 to 1.2.0 by @dependabot in #12093
- chore(deps-dev): Bump friendsofphp/php-cs-fixer from 3.52.1 to 3.53.0 in /vendor-bin/csfixer by @dependabot in #12085
- chore(deps): Bump cuyz/valinor from 1.9.0 to 1.12.0 by @dependabot in #12099
- chore(deps): Update openapi-extractor by @provokateurin in #12110
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #12104
- fix(notifications): Update the notification handling by @nickvergessen in #12112
- fix(chat): Rename circles to teams in system messages by @nickvergessen in #12113
- style: update CSS specificity for fallback mention icons by @Antreesy in #12107
- fix(NewMessage): make silent chat button appearance more obvious by @Antreesy in #12109
- fix(tests): Make tests more reliable on PostgreSQL by also sorting on stop by @nickvergessen in #12115
- fix(media): rewrite media preferences functions by @Antreesy in #12108
- fix(VideoVue): fix bottom bar not clickable by @DorraJaouad in #12125
- fix(conversations): Include rooms in "modified since" updates when at… by @nickvergessen in #12121
- enh(LobbySettings): add timez...
v19.0.7
Fixed
- fix(federation): Fix missing notifications in https-federated conversations (Nextcloud Server 29.0.4 or later - Part 3) #12724
- fix(chat): Fix chat not loading new messages anymore in new conversation when switching quickly after writing a message #12721
- fix(chat): Fix missing parent message when a chained child message gets edited or deleted #12719
What's Changed
- chore(deps-dev): Bump @babel/core from 7.24.7 to 7.24.8 by @dependabot in #12707
- chore(deps-dev): Bump @babel/preset-env from 7.24.7 to 7.24.8 by @dependabot in #12708
- [stable29] Update nextcloud/ocp dependency by @nextcloud-command in #12713
- chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.111 to 7.0.113 by @dependabot in #12709
- [stable29] fix(chat): keep message parents in the store after update by @backportbot in #12719
- [stable29] fix(chat): break message polling loop, if token has changed by @backportbot in #12721
- [stable29] fix(federation): Fix message parameters after adjusting https handling by @backportbot in #12724
- [stable29] debug: add time measurement for chat requests by @backportbot in #12731
- [stable29] chore: update workflows from templates by @backportbot in #12728
- Release 19.0.7 by @nickvergessen in #12734
Full Changelog: v19.0.6...v19.0.7
v19.0.6
Fixed
- fix(chat): Fix broken widgets by updating nextcloud/vue library #12610
- fix(chat): Fix sidebar opening and closing #12610
- fix(federation): Allow sessions to mark themselves as inactive and block notifications when session is active #12689
- fix(federation): Correctly handle federation with Nextcloud Server 29.0.4 or later - Part 2 #12687
What's Changed
- [stable29] fix(federation): Also fix room::remote_server and pcm::remote_server_url by @backportbot in #12687
- [stable29] fix(federation): Allow setting the session state in federated convers… by @backportbot in #12689
- [stable29] fix(sidebar): use open state to remove always working focus trap on mobile by @backportbot in #12610
- chore(release): Release 19.0.6 by @nickvergessen in #12695
Full Changelog: v19.0.5...v19.0.6
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