|
1 | 1 | # @rocket.chat/meteor |
2 | 2 |
|
| 3 | +## 7.1.0-rc.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- Bump @rocket.chat/meteor version. |
| 8 | + |
| 9 | +- <details><summary>Updated dependencies []:</summary> |
| 10 | + |
| 11 | + - @rocket.chat/core-typings@7.1.0-rc.1 |
| 12 | + - @rocket.chat/rest-typings@7.1.0-rc.1 |
| 13 | + - @rocket.chat/license@1.0.1-rc.1 |
| 14 | + - @rocket.chat/omnichannel-services@0.3.7-rc.1 |
| 15 | + - @rocket.chat/pdf-worker@0.2.7-rc.1 |
| 16 | + - @rocket.chat/presence@0.2.10-rc.1 |
| 17 | + - @rocket.chat/api-client@0.2.10-rc.1 |
| 18 | + - @rocket.chat/apps@0.2.1-rc.1 |
| 19 | + - @rocket.chat/core-services@0.7.2-rc.1 |
| 20 | + - @rocket.chat/cron@0.1.10-rc.1 |
| 21 | + - @rocket.chat/freeswitch@1.0.1-rc.1 |
| 22 | + - @rocket.chat/fuselage-ui-kit@13.0.0-rc.1 |
| 23 | + - @rocket.chat/gazzodown@13.0.0-rc.1 |
| 24 | + - @rocket.chat/model-typings@1.1.0-rc.1 |
| 25 | + - @rocket.chat/ui-contexts@13.0.0-rc.1 |
| 26 | + - @rocket.chat/server-cloud-communication@0.0.2 |
| 27 | + - @rocket.chat/network-broker@0.1.2-rc.1 |
| 28 | + - @rocket.chat/models@1.0.1-rc.1 |
| 29 | + - @rocket.chat/ui-theming@0.4.0 |
| 30 | + - @rocket.chat/ui-avatar@9.0.0-rc.1 |
| 31 | + - @rocket.chat/ui-client@13.0.0-rc.1 |
| 32 | + - @rocket.chat/ui-video-conf@13.0.0-rc.1 |
| 33 | + - @rocket.chat/ui-voip@3.0.0-rc.1 |
| 34 | + - @rocket.chat/web-ui-registration@13.0.0-rc.1 |
| 35 | + - @rocket.chat/instance-status@0.1.10-rc.1 |
| 36 | + </details> |
| 37 | + |
| 38 | +## 7.1.0-rc.0 |
| 39 | + |
| 40 | +### Minor Changes |
| 41 | + |
| 42 | +- ([#33897](https://github.com/RocketChat/Rocket.Chat/pull/33897)) adds unread badge to sidebar collapser |
| 43 | + |
| 44 | +- ([#32906](https://github.com/RocketChat/Rocket.Chat/pull/32906)) Improves thread metrics featuring user avatars, better titles and repositioned elements. |
| 45 | + |
| 46 | +- ([#33810](https://github.com/RocketChat/Rocket.Chat/pull/33810)) Adds cursor pagination on chat.syncMessages endpoint |
| 47 | + |
| 48 | +- ([#33214](https://github.com/RocketChat/Rocket.Chat/pull/33214)) Adds a new route to allow fetching avatars by the user's id `/avatar/uid/<UserID>` |
| 49 | + |
| 50 | +- ([#32727](https://github.com/RocketChat/Rocket.Chat/pull/32727)) These changes aims to add: |
| 51 | + - A brand-new omnichannel contact profile |
| 52 | + - The ability to communicate with known contacts only |
| 53 | + - Communicate with verified contacts only |
| 54 | + - Merge verified contacts across different channels |
| 55 | + - Block contact channels |
| 56 | + - Resolve conflicting contact information when registered via different channels |
| 57 | + - An advanced contact center filters |
| 58 | +- ([#33920](https://github.com/RocketChat/Rocket.Chat/pull/33920)) Improves the customizability of the naming of automatic Persistent video calls discussions, allowing the date of the call to be in different parts of the name, using the `[date]` keyword. |
| 59 | + |
| 60 | +- ([#33997](https://github.com/RocketChat/Rocket.Chat/pull/33997)) Prevent apps' subprocesses from crashing on unhandled rejections or uncaught exceptions |
| 61 | + |
| 62 | +- ([#33814](https://github.com/RocketChat/Rocket.Chat/pull/33814)) Adds a confirmation modal to the cancel subscription action |
| 63 | + |
| 64 | +- ([#33949](https://github.com/RocketChat/Rocket.Chat/pull/33949)) Disables the possiblity to upload exempted apps |
| 65 | + |
| 66 | +### Patch Changes |
| 67 | + |
| 68 | +- ([#33776](https://github.com/RocketChat/Rocket.Chat/pull/33776)) Fix user highlights not matching only whole words |
| 69 | + |
| 70 | +- ([#33818](https://github.com/RocketChat/Rocket.Chat/pull/33818)) Remove unused client side `setUserActiveStatus` meteor method. |
| 71 | + |
| 72 | +- ([#33596](https://github.com/RocketChat/Rocket.Chat/pull/33596)) Bump meteor to 3.0.4 and Node version to 20.18.0 |
| 73 | + |
| 74 | +- ([#33713](https://github.com/RocketChat/Rocket.Chat/pull/33713)) Deprecated the `from` field in the apps email bridge and made it optional, using the server's settings when the field is omitted |
| 75 | + |
| 76 | +- ([#32991](https://github.com/RocketChat/Rocket.Chat/pull/32991)) Fixes an issue where updating custom emojis didn’t work as expected, ensuring that uploaded emojis now update correctly and display without any caching problems. |
| 77 | + |
| 78 | +- ([#33985](https://github.com/RocketChat/Rocket.Chat/pull/33985)) Fixes issue that could cause multiple discussions to be created when creating it from a message action |
| 79 | + |
| 80 | +- ([#33904](https://github.com/RocketChat/Rocket.Chat/pull/33904)) adds missing html attributes in sidebar item templates |
| 81 | + |
| 82 | +- ([#33218](https://github.com/RocketChat/Rocket.Chat/pull/33218)) Fixes message character limit not being applied to file upload descriptions |
| 83 | + |
| 84 | +- ([#33908](https://github.com/RocketChat/Rocket.Chat/pull/33908)) Fixes the issue where newly created teams are incorrectly displayed as channels on the sidebar when the DISABLE_DB_WATCHERS environment variable is enabled |
| 85 | + |
| 86 | +- ([#33953](https://github.com/RocketChat/Rocket.Chat/pull/33953)) Adds a divider on Create team modal - advanced settings |
| 87 | + |
| 88 | +- ([#33786](https://github.com/RocketChat/Rocket.Chat/pull/33786)) Fixed an issue that would grant network permission to app's processes in wrong cases |
| 89 | + |
| 90 | +- ([#33986](https://github.com/RocketChat/Rocket.Chat/pull/33986)) Fixes sidepanel not replicating sidebar sort preference |
| 91 | + |
| 92 | +- ([#33689](https://github.com/RocketChat/Rocket.Chat/pull/33689)) Fixes banner breaking the UI with specific payloads |
| 93 | + |
| 94 | +- ([#33808](https://github.com/RocketChat/Rocket.Chat/pull/33808)) Fixes client-side updates for recent emoji list when custom emojis are modified. |
| 95 | + |
| 96 | +- ([#33902](https://github.com/RocketChat/Rocket.Chat/pull/33902)) Adds "Master volume" and "Call ringer volume" to the user preferences sound section. |
| 97 | + |
| 98 | +- ([#33311](https://github.com/RocketChat/Rocket.Chat/pull/33311)) Sends server statistics only once a day despite multiple instance being started at different times. |
| 99 | + |
| 100 | +- ([#33719](https://github.com/RocketChat/Rocket.Chat/pull/33719)) stops calling an object through proxy calling getQueueWorker |
| 101 | + |
| 102 | +- ([#33785](https://github.com/RocketChat/Rocket.Chat/pull/33785)) Fixed an issue where the installed apps list would go stale without a refresh in some cases |
| 103 | + |
| 104 | +- ([#33278](https://github.com/RocketChat/Rocket.Chat/pull/33278)) Fixes display of emoji aliases in custom emoji list by adding commas between aliases |
| 105 | + |
| 106 | +- ([#33772](https://github.com/RocketChat/Rocket.Chat/pull/33772)) Fixes `waiting queue` feature. When `Livechat_waiting_queue` setting is enabled, incoming conversations should be sent to the queue instead of being assigned directly. |
| 107 | + |
| 108 | +- ([#33963](https://github.com/RocketChat/Rocket.Chat/pull/33963)) Fixes edge case of thread unread not being added to unread group |
| 109 | + |
| 110 | +- ([#33994](https://github.com/RocketChat/Rocket.Chat/pull/33994)) Adds login and permission validation for resetIrcConnection method |
| 111 | + |
| 112 | +- ([#33880](https://github.com/RocketChat/Rocket.Chat/pull/33880)) Updates VoIP field labels from 'Free Extension Numbers' to 'Available Extensions' to better describe the field's purpose and improve clarity. |
| 113 | + |
| 114 | +- ([#33958](https://github.com/RocketChat/Rocket.Chat/pull/33958)) Fixes an issue where resizable handler renders over the expanded thread view while using contextualbarResizable feature preview |
| 115 | + |
| 116 | +- <details><summary>Updated dependencies [82767d8fd8a52ac348e8aded1d238e688d36129b, 80e36bfc3938775eb26aa5576f1b9b98896e1cc4, 66ecc64fc1d4464ad2818ad04e23a09cdf221194, 6c83bf0657004ee9cf43d5c832f51826a6591165, e7edeac3bdd22da0a04b8e873d5a008e249fb4be, 3569b0a9c48f8b94ebaef2f8b607c52fdb8e570a, b4841cb7206d855d7a1bc7604683a5b4a48b7176, 32d93a0666fa1cbe857d02889e93d9bbf45bd4f0, d1e6a73796269824fb1aa7afcc7b8aa242e34e90, 661cc01237629ce83699d6c25df25d12985e88bf, 63ccadc012499e004445ad6bc6cd2ff777aecbd1, ce7024af36fcde97b1da5b2731f6edc4a4c236b8, 616655585cb1c5c60d7cee97e25b17af3dfda794, e5fe727f6a2f0e60cdf7ba225e1f6caa6db2045c, d398866dba725918017e3609807f9d0ab9b89b72, 322bafd4bd1fe91ed34610501b269e4d8951944c, d398866dba725918017e3609807f9d0ab9b89b72]:</summary> |
| 117 | + |
| 118 | + - @rocket.chat/apps-engine@1.48.0-rc.0 |
| 119 | + - @rocket.chat/model-typings@1.1.0-rc.0 |
| 120 | + - @rocket.chat/core-typings@7.1.0-rc.0 |
| 121 | + - @rocket.chat/i18n@1.1.0-rc.0 |
| 122 | + - @rocket.chat/rest-typings@7.1.0-rc.0 |
| 123 | + - @rocket.chat/core-services@0.7.2-rc.0 |
| 124 | + - @rocket.chat/presence@0.2.10-rc.0 |
| 125 | + - @rocket.chat/apps@0.2.1-rc.0 |
| 126 | + - @rocket.chat/fuselage-ui-kit@13.0.0-rc.0 |
| 127 | + - @rocket.chat/omnichannel-services@0.3.7-rc.0 |
| 128 | + - @rocket.chat/models@1.0.1-rc.0 |
| 129 | + - @rocket.chat/license@1.0.1-rc.0 |
| 130 | + - @rocket.chat/pdf-worker@0.2.7-rc.0 |
| 131 | + - @rocket.chat/api-client@0.2.10-rc.0 |
| 132 | + - @rocket.chat/cron@0.1.10-rc.0 |
| 133 | + - @rocket.chat/freeswitch@1.0.1-rc.0 |
| 134 | + - @rocket.chat/gazzodown@13.0.0-rc.0 |
| 135 | + - @rocket.chat/ui-contexts@13.0.0-rc.0 |
| 136 | + - @rocket.chat/web-ui-registration@13.0.0-rc.0 |
| 137 | + - @rocket.chat/network-broker@0.1.2-rc.0 |
| 138 | + - @rocket.chat/instance-status@0.1.10-rc.0 |
| 139 | + - @rocket.chat/server-cloud-communication@0.0.2 |
| 140 | + - @rocket.chat/ui-theming@0.4.0 |
| 141 | + - @rocket.chat/ui-avatar@9.0.0-rc.0 |
| 142 | + - @rocket.chat/ui-client@13.0.0-rc.0 |
| 143 | + - @rocket.chat/ui-video-conf@13.0.0-rc.0 |
| 144 | + - @rocket.chat/ui-voip@3.0.0-rc.0 |
| 145 | + </details> |
| 146 | + |
3 | 147 | ## 7.0.0 |
4 | 148 |
|
5 | 149 | ### Major Changes |
|
0 commit comments