Releases: nextcloud-releases/spreed
Releases · nextcloud-releases/spreed
v20.0.0-rc.5
Added
- Add setup checks for server configuration pitfalls #13260
Fixed
- fix(chat): Fix "You deleted the message" when performed by federated user with same ID #13251
- fix(chat): Take attachment shares into account when marking a conversation unread #13253
- fix(calls): Temporarily disable call button after a moderator ended the call for everyone to avoid recalling #13268
- fix(avatar): Don't overwrite user avatar when selecting a square for a conversation #13278
What's Changed
* [stable30] fix(TopBar): re-enable upcoming event to all conversations apart from… by @backportbot in https://github.com/nextcloud/spreed/pull/13218
* [stable30] fix: minor UX enhancements by @backportbot in https://github.com/nextcloud/spreed/pull/13216
* chore(deps): bump extendable-media-recorder from 9.2.10 to 9.2.11 by @dependabot in https://github.com/nextcloud/spreed/pull/13230
* chore(deps): bump @vueuse/core from 11.0.1 to 11.0.3 by @dependabot in https://github.com/nextcloud/spreed/pull/13231
* chore(deps): bump extendable-media-recorder-wav-encoder from 7.0.114 to 7.0.115 by @dependabot in https://github.com/nextcloud/spreed/pull/13229
* [stable30] Update nextcloud/ocp dependency by @nextcloud-command in https://github.com/nextcloud/spreed/pull/13233
* [stable30] fix(chat): add title to "Scroll to bottom" button by @backportbot in https://github.com/nextcloud/spreed/pull/13240
* [stable30] fix(upload): show blob previews for .webp image uploads by @backportbot in https://github.com/nextcloud/spreed/pull/13245
* [stable30] fix(Notification): Fix rich object parameters with non-string values by @backportbot in https://github.com/nextcloud/spreed/pull/13247
* [stable30] fix(federation): matching current user is actor in delete message by @backportbot in https://github.com/nextcloud/spreed/pull/13251
* [stable30] docs: Fix copy-paste-error on Join/Leave docs for Bot messages by @backportbot in https://github.com/nextcloud/spreed/pull/13254
* [stable30] fix(Chat): consider shared objects when marking unread by @backportbot in https://github.com/nextcloud/spreed/pull/13253
* [stable30] fix(signaling): Avoid conflict potential of user and federated user by @backportbot in https://github.com/nextcloud/spreed/pull/13255
* [stable30] fix(notification): Fix missing cast of id to string by @backportbot in https://github.com/nextcloud/spreed/pull/13258
* [stable30] fix(api): Properly typed room-property updates - Part 2 by @backportbot in https://github.com/nextcloud/spreed/pull/13259
* [stable30] fix(setupchecks): Add setup checks for current checks by @backportbot in https://github.com/nextcloud/spreed/pull/13260
* [stable30] feat(desktop): add OCA.Talk.Settings API to customize and manage settings by @backportbot in https://github.com/nextcloud/spreed/pull/13261
* [stable30] chore(SettingsAPI): replace reactive with ref to remove Vue 2 warn by @backportbot in https://github.com/nextcloud/spreed/pull/13267
* [stable30] fix(call): temporary disable a call button if ended by moderator by @backportbot in https://github.com/nextcloud/spreed/pull/13268
* [stable30] feat: Add "New in Talk 20" messages by @backportbot in https://github.com/nextcloud/spreed/pull/13270
* [stable30] fix(avatar): don't use 'user/avatar' endpoint for generating a temp avatar by @backportbot in https://github.com/nextcloud/spreed/pull/13278
* Release 20.0.0-rc.5 by @backportbot in https://github.com/nextcloud/spreed/pull/13281
* [stable30] chore(deps): update nextcloud/* libs by @Antreesy in https://github.com/nextcloud/spreed/pull/13285
Full Changelog: nextcloud/spreed@v20.0.0-rc.4...v20.0.0-rc.5
v19.0.9
Fixed
- fix(federation): Fix federation invites accepting from the notification #13153
- fix(chat): Fix "You deleted the message" when performed by federated user with same ID #13250
- fix(files): Keep order of attachments when sharing multiple #13099
- fix(avatar): Don't overwrite user avatar when selecting a square for a conversation #13277
What's Changed
* [stable29] fix(federation): ensure federation invites appear in store by @backportbot in https://github.com/nextcloud/spreed/pull/13153
* [stable29] style(InvitationHandler): don't shrink action buttons by @backportbot in https://github.com/nextcloud/spreed/pull/13164
* [stable29] fix(fileUpload): don't share files in parallel, harden checks by @Antreesy in https://github.com/nextcloud/spreed/pull/13099
* chore(deps): bump extendable-media-recorder-wav-encoder from 7.0.114 to 7.0.115 by @dependabot in https://github.com/nextcloud/spreed/pull/13227
* [stable29] Update nextcloud/ocp dependency by @nextcloud-command in https://github.com/nextcloud/spreed/pull/13234
* [stable29] fix(Notification): Fix rich object parameters with non-string values by @backportbot in https://github.com/nextcloud/spreed/pull/13248
* [stable29] fix(federation): matching current user is actor in delete message by @backportbot in https://github.com/nextcloud/spreed/pull/13250
* [stable29] fix(notification): Fix missing cast of id to string by @backportbot in https://github.com/nextcloud/spreed/pull/13257
* [stable29] fix(avatar): don't use 'user/avatar' endpoint for generating a temp avatar by @backportbot in https://github.com/nextcloud/spreed/pull/13277
* Release 19.0.9 by @nickvergessen in https://github.com/nextcloud/spreed/pull/13280
* fix(Quote): add remote server and edited hints in quoted messages by @DorraJaouad in https://github.com/nextcloud/spreed/pull/13283
Full Changelog: nextcloud/spreed@v19.0.8...v19.0.9
v20.0.0-rc.4
Changed
- Update several dependencies
- Add a task counter for to-do lists in "Note to self" messages #13034
Fixed
- Fix accepting federation invites from notification #13146
- Show error when joining a call failed #13077
- Handle OS theme change without page reload #10774
- Various design fixes
What's Changed
- [stable30] fix(TopBar): show "now" instead of start time when it is in the past by @backportbot in nextcloud/spreed#13113
- [stable30] fix(Reactions): show all names if they are at most 4 reactions by @backportbot in nextcloud/spreed#13119
- [stable30] chore: Update coding-standard by @backportbot in nextcloud/spreed#13118
- chore(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @dependabot in nextcloud/spreed#13125
- chore(deps-dev): bump @babel/preset-env from 7.25.3 to 7.25.4 by @dependabot in nextcloud/spreed#13126
- chore(deps): bump @vueuse/components from 11.0.0 to 11.0.1 by @dependabot in nextcloud/spreed#13127
- [stable30] docs: Fix values for used recording consent options by @backportbot in nextcloud/spreed#13136
- [stable30] fix(FilePreview): set fixed size to image container by @backportbot in nextcloud/spreed#13114
- [stable30] feat(calls): Support "Send call notification" for and with federated … by @backportbot in nextcloud/spreed#13144
- [stable30] fix(federation): Expire sessions of federated users by @backportbot in nextcloud/spreed#13143
- [stable30] fix(federation): Correctly handle decline in system messages by @backportbot in nextcloud/spreed#13151
- [stable30] fix(federation): ensure federation invites appear in store by @backportbot in nextcloud/spreed#13152
- [stable30] fix(appconfig): Ensure configs are within ranges by @backportbot in nextcloud/spreed#13158
- [stable30] fix(api): Properly typed room-property updates - Part 1 by @backportbot in nextcloud/spreed#13170
- [stable30] feat(error_message): Display proper message on error on join call by @backportbot in nextcloud/spreed#13161
- [stable30] fix(GuestWelcomeWindow): fix padding and text clipping by @backportbot in nextcloud/spreed#13141
- [stable30] fix(CallView): remove shadow of avatars by @backportbot in nextcloud/spreed#13171
- [stable30] style(InvitationHandler): don't shrink action buttons by @backportbot in nextcloud/spreed#13165
- [stable30] fix(TopBar): disable buttons if user has no media permissions by @backportbot in nextcloud/spreed#13169
- [stable30] feat(NoteToSelf): add tasks counter by @backportbot in nextcloud/spreed#13178
- [stable30] fix(TasksCounter): fix translations by @backportbot in nextcloud/spreed#13179
- [stable30] fix(FilePreview): use original size for uploaded image files by @backportbot in nextcloud/spreed#13172
- chore(deps): bump @vueuse/components from 11.0.1 to 11.0.3 by @dependabot in nextcloud/spreed#13193
- chore(deps-dev): bump openapi-typescript from 7.3.0 to 7.3.3 by @dependabot in nextcloud/spreed#13194
- chore(deps): bump @nextcloud/vue from 8.17.0 to 8.17.1 by @dependabot in nextcloud/spreed#13195
- [stable30] Update nextcloud/ocp dependency by @nextcloud-command in nextcloud/spreed#13198
- [stable30] fix(fileUpload): don't duplicate file templates in store by @backportbot in nextcloud/spreed#13202
- [stable30] fix(frontend): handle dark theme change without reload by @backportbot in nextcloud/spreed#13203
- [stable30] fix(MessagesGroup): concat actor information by @backportbot in nextcloud/spreed#13206
- [stable30] fix: refactor connection failed description by @backportbot in nextcloud/spreed#13209
Full Changelog: nextcloud/spreed@v20.0.0-rc.3...v20.0.0-rc.4
v20.0.0-rc.3
Changed
- Update several dependencies
- Allow editing "Note to self" messages forever #13083 #13089
- Add blurhash to files so "previews" can be shown while loading #13058 #13075
Fixed
- fix(federation): Fix propagating permissions, recording consent, permissions and more
- Don't break when joining an open conversation #13090
- Fix signaling server check for Desktop Client so that Nextcloud 29 does not need the newest version #13094
- fix(settings): Hide unused settings in (former) one-to-one conversations #13046
- fix(sidebar): Fix row-style of attachments #13044
- fix(federation): fix system message when removed user has same userId as the moderator #13055
- fix(federation): correctly check list of allowed groups when federation is limited #13067
What's Changed
- chore(deps): Bump libphonenumber-js from 1.11.5 to 1.11.7 by @dependabot in nextcloud/spreed#13019
- chore(deps): Bump @nextcloud/dialogs from 5.3.5 to 5.3.6 by @dependabot in nextcloud/spreed#13020
- chore(deps): Bump pinia from 2.2.1 to 2.2.2 by @dependabot in nextcloud/spreed#13021
- [stable30] fix(a11y): migrate NcModal to NcDialog p2 by @backportbot in nextcloud/spreed#13018
- [stable30] fix(style): apply NcDialog header styles to NcModal headers by @backportbot in nextcloud/spreed#13032
- [stable30] style(FilePreview): adjust row layout design by @backportbot in nextcloud/spreed#13044
- [stable30] fix(ConversationSettingsDialog): hide unused settings sections in 1-1 by @backportbot in nextcloud/spreed#13046
- [stable30] fix(SelectableParticipant): restyle component by @backportbot in nextcloud/spreed#13051
- [stable30] Enable debug mode in helper script for integration tests by @backportbot in nextcloud/spreed#13053
- [stable30] fix(federation): Fix system message when a fed user is removed by mod… by @backportbot in nextcloud/spreed#13055
- [stable30] feat: Added blurhash to image metadata by @backportbot in nextcloud/spreed#13058
- [stable30] fix(guest): migrate localStorage nick to nextcloud/auth implementation by @backportbot in nextcloud/spreed#13056
- [stable30] fix: correct userGroups intersection check for federation access by @backportbot in nextcloud/spreed#13067
- [stable30] chore(deps): bump nextcloud/vue from 8.16.0 to 8.17.0 by @backportbot in nextcloud/spreed#13073
- [stable30] fix(RightSidebar): hide sidebar button in lobby by @backportbot in nextcloud/spreed#13071
- [stable30] chore(deps): Update openapi-extractor to v1.0.0 by @backportbot in nextcloud/spreed#13076
- [stable30] feat(FilePreview): add blurhash support by @backportbot in nextcloud/spreed#13075
- [stable30] feat: NoteToSelf messages are editable forever by @backportbot in nextcloud/spreed#13083
- [stable30] fix(recording): distinguish global consent and room-level consent in constants by @backportbot in nextcloud/spreed#13088
- [stable30] Fix adding and removing permissions by @backportbot in nextcloud/spreed#13082
- [stable30] feat(NoteToSelf): allow to edit old messages on frontend by @backportbot in nextcloud/spreed#13089
- [stable30] fix(conversation): don't create a participant with falsy credentials by @backportbot in nextcloud/spreed#13090
- [stable30] chore(deps): replace vue-shortkey with vueuse directive by @backportbot in nextcloud/spreed#13091
- [stable30] fix(signaling): check only required features on Frontend by @backportbot in nextcloud/spreed#13094
- [stable30] fix(avatar): decrease size of loading spinner by @backportbot in nextcloud/spreed#13095
- [stable30] fix(NcListItem): force three-dot-menu (+ minor follow-ups) by @backportbot in nextcloud/spreed#13096
- [stable30] chore(deps): bump libraries to align with main by @Antreesy in nextcloud/spreed#13097
- [stable30] fix: Fix some minor things found by stan by @backportbot in nextcloud/spreed#13040
- [stable30] fix(federation): Sync room properties on join by @backportbot in nextcloud/spreed#13101
- [stable30] fix(conversations): Remove call-permissions by @backportbot in nextcloud/spreed#13105
- [stable30] fix(federation): Propagate permission changes to federated servers by @backportbot in nextcloud/spreed#13106
- Release 20.0.0 rc.3 by @nickvergessen in nextcloud/spreed#13108
Full Changelog: nextcloud/spreed@v20.0.0-rc.2...v20.0.0-rc.3
v19.0.8
Changed
- Update several dependencies
Fixed
- fix(settings): hide secrets in password fields #12842
- fix(conversation): Fix adding and removing permissions #13081
- fix(session): Fix generating session id again if duplicated #12745
- fix(sidebar): hide sidebar button in lobby #13070
- fix(call): prevent navigating away when clicking on a quote while being in a call #12841
- fix(federation): fix system message when removed user has same userId as the moderator #13054
- fix(federation): correctly check list of allowed groups when federation is limited #13069
- fix(federation): show lobby in federated conversations #12789
- fix(federation): don't create system messages inside remote conversations #12788
- fix(federation): ignore outdated sessions when generating notifications #12742
What's Changed
- [stable29] fix(federation): Ignore outdated sessions when checking for active se… by @backportbot in nextcloud/spreed#12742
- [stable29] chore: update workflow templates by @Antreesy in nextcloud/spreed#12754
- chore(deps-dev): Bump @babel/core from 7.24.8 to 7.24.9 by @dependabot in nextcloud/spreed#12760
- [stable29] Update nextcloud/ocp dependency by @nextcloud-command in nextcloud/spreed#12769
- [stable29] fix: Fix generating session id again if duplicated by @backportbot in nextcloud/spreed#12745
- [stable29] Fix mapping of token to identifier for federated rooms by @backportbot in nextcloud/spreed#12779
- [stable29] fix: Do not try to post messages when federated room visibility changes by @backportbot in nextcloud/spreed#12788
- [stable29] Propagate lobby state to federated servers by @backportbot in nextcloud/spreed#12789
- [stable29] fix(chat): Fix OpenAPI optional attributes by @nickvergessen in nextcloud/spreed#12791
- [stable29] Update nextcloud/ocp dependency by @nextcloud-command in nextcloud/spreed#12836
- [stable29] fix(AdminSettings): hide secrets in password fields by @backportbot in nextcloud/spreed#12842
- [stable29] fix(Quote): prevent button click event from propagation by @backportbot in nextcloud/spreed#12841
- [stable29] fix(RightSidebar): discard unread messages toast on conversation change by @backportbot in nextcloud/spreed#12908
- [stable29] Update nextcloud/ocp dependency by @nextcloud-command in nextcloud/spreed#12938
- chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.113 to 7.0.114 by @dependabot in nextcloud/spreed#12974
- [stable29] fix(federation): Fix system message when a fed user is removed by mod… by @backportbot in nextcloud/spreed#13054
- [stable29] fix: Fix some minor things found by stan by @backportbot in nextcloud/spreed#13039
- [stable29] fix: correct userGroups intersection check for federation access by @backportbot in nextcloud/spreed#13069
- [stable29] fix(RightSidebar): hide sidebar button in lobby by @backportbot in nextcloud/spreed#13070
- [stable29] Fix adding and removing permissions by @backportbot in nextcloud/spreed#13081
- Release 19.0.8 by @nickvergessen in nextcloud/spreed#13104
Full Changelog: nextcloud/spreed@v19.0.7...v19.0.8
v18.0.11
Changed
- Update several dependencies
Fixed
- fix(settings): hide secrets in password fields #12843
- fix(conversation): Fix adding and removing permissions #13080
- fix(session): Fix generating session id again if duplicated #12744
What's Changed
* chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.111 to 7.0.113 by @dependabot in https://github.com/nextcloud/spreed/pull/12699
* [stable28] Update nextcloud/ocp dependency by @nextcloud-command in https://github.com/nextcloud/spreed/pull/12714
* [stable28] chore: update workflows from templates by @nickvergessen in https://github.com/nextcloud/spreed/pull/12729
* [stable28] chore: update workflow templates by @backportbot in https://github.com/nextcloud/spreed/pull/12755
* [stable28] fix: Fix generating session id again if duplicated by @backportbot in https://github.com/nextcloud/spreed/pull/12744
* [stable28] fix(chat): Fix OpenAPI optional attributes by @backportbot in https://github.com/nextcloud/spreed/pull/12792
* [stable28] fix(AdminSettings): hide secrets in password fields by @backportbot in https://github.com/nextcloud/spreed/pull/12843
* [stable28] Update nextcloud/ocp dependency by @nextcloud-command in https://github.com/nextcloud/spreed/pull/12833
* chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.113 to 7.0.114 by @dependabot in https://github.com/nextcloud/spreed/pull/12973
* [stable28] fix: Fix some minor things found by stan by @backportbot in https://github.com/nextcloud/spreed/pull/13038
* [stable28] Fix adding and removing permissions by @backportbot in https://github.com/nextcloud/spreed/pull/13080
* [stable28] chore(deps): bump @nextcloud/vue from 8.11.3 to ^8.14.0 by @ShGKme in https://github.com/nextcloud/spreed/pull/12611
* Release 18.0.11 by @nickvergessen in https://github.com/nextcloud/spreed/pull/13103
Full Changelog: nextcloud/spreed@v18.0.10...v18.0.11
v20.0.0-rc.2
Fixed
- Adjust conversation list density #13013
What's Changed
- [stable30] fix(avatar): increase avatar size to 40px by @backportbot in nextcloud/spreed#13013
- Release 20.0.0 rc.2 by @nickvergessen in nextcloud/spreed#13016
Full Changelog: nextcloud/spreed@v20.0.0-rc.1...v20.0.0-rc.2
v20.0.0-rc.1
Added
- Show upcoming event information (up to 1 month) in conversation top bar #12984
Fixed
- Show user status messages of other local users in a federated conversation #12982
- Don't trigger notifications for system messages in federated conversations #12985
- Add a quick option to log-in when visiting a public conversation as a guest #12988
- Save displayname immediately when inviting a federated account #12954
- Show error messages when uploading a file failed #12919
- Add a hint how to add federated accounts #12916
- Retain order of attachments when uploading multiple #12904
- Don't allow to enable bots in former one-to-one conversations #12893
- Hide ban option for federated accounts as they are not supported for now #12980
- Various design fixes
What's Changed
- fix(participants): adjust placeholder by @DorraJaouad in nextcloud/spreed#12911
- fix(Conversation): adjust design of icons by @ShGKme in nextcloud/spreed#12915
- fix(MediaSettings): provide accessible heading by @ShGKme in nextcloud/spreed#12918
- fix(TopBar): hand raised button animation by @ShGKme in nextcloud/spreed#12926
- bump @nextcloud/files from 3.7.0 to 3.8.0 by @dependabot in nextcloud/spreed#12930
- bump webdav from 5.7.0 to 5.7.1 by @dependabot in nextcloud/spreed#12931
- [main] Update nextcloud/ocp dependency by @nextcloud-command in nextcloud/spreed#12937
- fix(CallButton): replace video icon with phone by @ShGKme in nextcloud/spreed#12927
- bump @vueuse/components from 10.11.0 to 10.11.1 by @dependabot in nextcloud/spreed#12929
- bump pinia from 2.2.0 to 2.2.1 by @dependabot in nextcloud/spreed#12933
- bump @nextcloud/upload from 1.4.2 to 1.4.3 by @dependabot in nextcloud/spreed#12932
- fix(LeftSidebar): Fix conversation click when filter and search are on by @DorraJaouad in nextcloud/spreed#12939
- fix(ban): Don't allow banning in one-to-one conversations and fix banning IP ranges by @nickvergessen in nextcloud/spreed#12943
- fix: Cannot enable bots in former 1:1 rooms by @skalidindi53 in nextcloud/spreed#12893
- fix: When banning a user they are also removed from the room by @skalidindi53 in nextcloud/spreed#12821
- chore: Removed ban checks for federated users by @skalidindi53 in nextcloud/spreed#12947
- feat: Added tests for recording consent of federated conversations by @skalidindi53 in nextcloud/spreed#12925
- fix(Participant): remove unneeded separator by @DorraJaouad in nextcloud/spreed#12924
- fix(signaling): Add the displayname to the signaling ticket for feder… by @nickvergessen in nextcloud/spreed#12944
- fix(upload): show specific error by @DorraJaouad in nextcloud/spreed#12919
- fix(fileUpload): don't share files in parallel, harden checks by @Antreesy in nextcloud/spreed#12904
- fix(OpenAPI): Fix expired parent messages by @provokateurin in nextcloud/spreed#12951
- fix: make more obvious that you can add Federated Cloud ID accounts by @ShGKme in nextcloud/spreed#12916
- fix(federation): Fix invited cloudID and save the responded displayname by @nickvergessen in nextcloud/spreed#12954
- chore(deps): bump nextcloud/auth library from 2.3.0 to 2.4.0 by @Antreesy in nextcloud/spreed#12960
- tests: Disable flaky test-step by @nickvergessen in nextcloud/spreed#12958
- chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.113 to 7.0.114 by @dependabot in nextcloud/spreed#12972
- chore(deps): Bump extendable-media-recorder from 9.2.9 to 9.2.10 by @dependabot in nextcloud/spreed#12975
- [stable30] Refactor: clean call view styles and use CSS variables. by @backportbot in nextcloud/spreed#12981
- [stable30] fix(Participant): hide ban option for federated users by @backportbot in nextcloud/spreed#12980
- [stable30] fix: provide accessible heading for components by @backportbot in nextcloud/spreed#12978
- [stable30] feat(TopBar): add next meeting date by @backportbot in nextcloud/spreed#12984
- [stable30] feat: add login button to guest welcome window by @backportbot in nextcloud/spreed#12988
- [stable30] fix: migrate NcModal to NcDialog by @backportbot in nextcloud/spreed#12989
- chore(CI): Adjust testing matrix for Nextcloud 30 on stable30 by @nickvergessen in nextcloud/spreed#12963
- [stable30] Fix using signaling session ID instead of Nextcloud session ID by @backportbot in nextcloud/spreed#12983
- [stable30] fix(Participant): design follow-ups by @backportbot in nextcloud/spreed#12990
- [stable30] Get call peers by federated users by @backportbot in nextcloud/spreed#12987
- [stable30] fix(federation): No notification for call summary and other system me… by @backportbot in nextcloud/spreed#12985
- [stable30] fix(capabilities): store remote capabilities based on remoteServer by @backportbot in nextcloud/spreed#12991
- [stable30] feat(statuses): Post-load local user statuses in federated conversations by @backportbot in nextcloud/spreed#12982
- [stable30] fix(capabilities): minor adjustments for federation by @backportbot in nextcloud/spreed#12993
- [stable30] fix(avatar): decrease avatar size from 44px to 36px by @backportbot in nextcloud/spreed#12995
- [stable30] fix: remove extra spinner by @backportbot in nextcloud/spreed#12996
- [stable30] fix: warning from
false
SearchBox's aria-describedby value by @backportbot in nextcloud/spreed#13000 - [stable30] fix(call): Fix race condition of "End call for everyone" and a parall… by @backportbot in nextcloud/spreed#13004
- Release 20.0.0 rc.1 by @nickvergessen in nextcloud/spreed#13005
- [stable30] chore(eslint): ignore openapi generated files by @backportbot in nextcloud/spreed#13006
- Release 20.0.0-rc.1 again by @nickvergessen in nextcloud/spreed#13007
Full Changelog: nextcloud/spreed@v20.0.0-beta.3...v20.0.0-rc.1
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 nextcloud/spreed#12879
- fix(ConversationSettings): hide ban section in note to self by @DorraJaouad in nextcloud/spreed#12889
- fix(ConversationIcon): show avatar thumbnail for former 1-1 conversations by @Antreesy in nextcloud/spreed#12891
- fix: Cannot set message expiration in former 1:1 rooms by @skalidindi53 in nextcloud/spreed#12892
- fix: Banned user cannot be added to the room by @skalidindi53 in nextcloud/spreed#12801
- chore(deps-dev): Bump @babel/core from 7.24.9 to 7.25.2 by @dependabot in nextcloud/spreed#12894
- chore(deps): Bump webdav from 5.6.0 to 5.7.0 by @dependabot in nextcloud/spreed#12896
- chore(deps-dev): Bump ts-jest from 29.2.3 to 29.2.4 by @dependabot in nextcloud/spreed#12897
- chore(deps-dev): Bump @babel/preset-env from 7.25.0 to 7.25.3 by @dependabot in nextcloud/spreed#12898
- [main] Update nextcloud/ocp dependency by @nextcloud-command in nextcloud/spreed#12899
- fix(MessageList): rewrite CSS layout of chat by @Antreesy in nextcloud/spreed#12823
- fix(MessagesList): position loading spinner to not affect scrolling by @Antreesy in nextcloud/spreed#12855
- fix(Reactions): integrate reactions into grid CSS layout by @Antreesy in nextcloud/spreed#12854
- chore(deps-dev): Bump openapi-typescript from 7.1.0 to 7.3.0 by @dependabot in nextcloud/spreed#12895
- chore(deps): bump nextcloud/vue lib from 8.15.1 to 8.16.0 by @Antreesy in nextcloud/spreed#12900
- fix(Participant): migrate to NcListItem by @Antreesy in nextcloud/spreed#12819
- fix(RightSidebar): discard unread messages toast on conversation change by @ShGKme in nextcloud/spreed#12906
- fix(ContactSelectionBubble): migrate to NcChip and script setup by @Antreesy in nextcloud/spreed#12907
- Fix: revert two line avatar size to default by @marcoambrosini in nextcloud/spreed#12869
- fix(TopBar): align lines by @ShGKme in nextcloud/spreed#12875
Full Changelog: nextcloud/spreed@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 nextcloud/spreed#12827
- chore(deps): Bump pinia from 2.1.7 to 2.2.0 by @dependabot in nextcloud/spreed#12828
- chore(deps-dev): Bump @babel/preset-env from 7.24.8 to 7.25.0 by @dependabot in nextcloud/spreed#12829
- chore(deps): Bump extendable-media-recorder from 9.2.8 to 9.2.9 by @dependabot in nextcloud/spreed#12830
- chore(deps): Bump @nextcloud/files from 3.6.0 to 3.7.0 by @dependabot in nextcloud/spreed#12831
- chore(deps): Bump libphonenumber-js from 1.11.4 to 1.11.5 by @dependabot in nextcloud/spreed#12832
- chore(deps-dev): Bump guzzlehttp/guzzle from 7.9.1 to 7.9.2 in /tests/integration by @dependabot in nextcloud/spreed#12826
- fix(public share): make trigger button color contrast to background by @Antreesy in nextcloud/spreed#12825
- [main] Update nextcloud/ocp dependency by @nextcloud-command in nextcloud/spreed#12834
- fix(MediaSettings): remove PiP and increase mirror toggle margin by @ShGKme in nextcloud/spreed#12838
- fix(AdminSettings): server buttons visual interactivity by @ShGKme in nextcloud/spreed#12814
- fix(Quote): prevent button click event from propagation by @Antreesy in nextcloud/spreed#12824
- fix(MediaSettings): jumping on devices/backgrounds switch by @ShGKme in nextcloud/spreed#12815
- fix(AdminSettings): remove PHP template by @ShGKme in nextcloud/spreed#12839
- fix(design): adjustments for Nextcloud 30 - v3 by @Antreesy in nextcloud/spreed#12810
- chore(deps): Bump fast-xml-parser from 4.2.5 to 4.4.1 by @dependabot in nextcloud/spreed#12849
- fix(cs): Use single quotes for simple strings by @nickvergessen in nextcloud/spreed#12859
- fix(tests): Limit notification testing to
app='spreed'
by @nickvergessen in nextcloud/spreed#12858 - fix(openapi): add remote* fields to Room definition by @Antreesy in nextcloud/spreed#12860
- fix(scaling): Fix log spam when a user has more than 1.000 conversations by @nickvergessen in nextcloud/spreed#12852
- feat(calls): Add notifications for federated calls by @nickvergessen in nextcloud/spreed#12845
- style: adjust line-height usage after change from px value to unitless by @Antreesy in nextcloud/spreed#12870
- fix(PublicShareAuthSidebar): fix and refactor styles for video verification sidebar by @Antreesy in nextcloud/spreed#12853
- fix(FilesSidebarChaView): hide duplicated CallButton, when in call by @Antreesy in nextcloud/spreed#12873
- style(TopBar): fit two-lines with normal line-height by @Antreesy in nextcloud/spreed#12851
- Fix silent call notifications in federated calls by @nickvergessen in nextcloud/spreed#12856
- fix(activity): Add federated participants to activity and call summary by @nickvergessen in nextcloud/spreed#12874
- Fix avatars in federated calls by @danxuliu in nextcloud/spreed#12863
- fix(ChatView): mark when used in sidebar, simplify templates by @Antreesy in nextcloud/spreed#12877
- Release 20.0.0 beta.2 by @nickvergessen in nextcloud/spreed#12876
Full Changelog: nextcloud/spreed@v20.0.0-beta.1...v20.0.0-beta.2