You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2904 lines
133 KiB

  1. # Changelog
  2. All notable changes to this project will be documented in this file.
  3. ## 16.0.3 – 2023-04-20
  4. ### Added
  5. - feat: Add missing "New in Talk 16" section
  6. [#9205](https://github.com/nextcloud/spreed/pull/9205)
  7. ### Changed
  8. - Update several dependencies
  9. ### Fixed
  10. - fix(chat): Fix missing popups and modals in fullscreen mode
  11. [#9323](https://github.com/nextcloud/spreed/pull/9323)
  12. - fix(chat): Fix squeezed mention suggestions after library update
  13. [#9302](https://github.com/nextcloud/spreed/pull/9302)
  14. - fix(conversation): Change redirect when the conversation is left or deleted
  15. [#9242](https://github.com/nextcloud/spreed/pull/9242)
  16. [#9058](https://github.com/nextcloud/spreed/pull/9058)
  17. - fix(sidebar): Improve handling of the sidebar
  18. [#9212](https://github.com/nextcloud/spreed/pull/9212)
  19. - fix(settings): Fix admin settings page when upload limit is infinite
  20. [#9247](https://github.com/nextcloud/spreed/pull/9247)
  21. ## 16.0.2 – 2023-03-28
  22. ### Added
  23. - feat: Allow Chromium-based browser Brave
  24. [#9166](https://github.com/nextcloud/spreed/pull/9166)
  25. - feat(smart-picker): Add conversation search to the smart-picker integration
  26. [#9105](https://github.com/nextcloud/spreed/pull/9105)
  27. ### Changed
  28. - Update several dependencies
  29. ### Fixed
  30. - fix(chat): Fix lost message text when autocomplete triggers after pasting text inside the @nextcloud/vue library
  31. [#9191](https://github.com/nextcloud/spreed/pull/9191)
  32. - fix(chat): Fix visual regression with links inside the @nextcloud/vue library
  33. [#9191](https://github.com/nextcloud/spreed/pull/9191)
  34. - fix(reactions): Don't update last message when someone reacted
  35. [#9186](https://github.com/nextcloud/spreed/pull/9186)
  36. - fix(recordings): Set a dedicated user-agent for the recording backend
  37. [#9184](https://github.com/nextcloud/spreed/pull/9184)
  38. [#9194](https://github.com/nextcloud/spreed/pull/9194)
  39. - fix(desktop): Hide some features inside the desktop client
  40. [#9171](https://github.com/nextcloud/spreed/pull/9171)
  41. ## 16.0.1 – 2023-03-24
  42. ### Added
  43. - feat(chat): Allow to receive messages without marking notifications as unread
  44. [#9103](https://github.com/nextcloud/spreed/pull/9103)
  45. ### Changed
  46. - Update several dependencies
  47. ### Fixed
  48. - fix(chat): Fix multiple issues with emoji and mention autocompletion
  49. - fix(chat): Fix pasting HTML and XML content into the chat input
  50. [#9104](https://github.com/nextcloud/spreed/pull/9104)
  51. - fix(calls): Fix RemoteVideoBlocker still active after removing its associated model
  52. [#9131](https://github.com/nextcloud/spreed/pull/9131)
  53. - fix(breakout-rooms): Fix breakout-room option shown for public conversations
  54. [#9135](https://github.com/nextcloud/spreed/pull/9135)
  55. - fix(UI): Fix conditions when a reload of the UI is necessary
  56. [#9123](https://github.com/nextcloud/spreed/pull/9123)
  57. - fix(recordings): Fix default quality of call recordings
  58. [#9121](https://github.com/nextcloud/spreed/pull/9121)
  59. - fix(chat): Don't focus the chat input on mobile devices
  60. [#8898](https://github.com/nextcloud/spreed/pull/8898)
  61. ## 15.0.5 – 2023-03-24
  62. ### Fixed
  63. - fix(calls): Fix RemoteVideoBlocker still active after removing its associated model
  64. [#9132](https://github.com/nextcloud/spreed/pull/9132)
  65. - fix(polls): Remove polls also when deleting the chat history
  66. [#8992](https://github.com/nextcloud/spreed/pull/8992)
  67. - fix(reactions): Fix reacting to people that left
  68. [#8886](https://github.com/nextcloud/spreed/pull/8886)
  69. ## 14.0.10 – 2023-03-24
  70. ### Fixed
  71. - fix(calls): Fix RemoteVideoBlocker still active after removing its associated model
  72. [#9133](https://github.com/nextcloud/spreed/pull/9133)
  73. - fix(reactions): Fix reacting to people that left
  74. [#8887](https://github.com/nextcloud/spreed/pull/8887)
  75. ## 16.0.0 – 2023-03-21
  76. ### Added for users
  77. - Breakout rooms can be used to split a group call into temporary working groups (Requires the High-performance backend)
  78. [#8337](https://github.com/nextcloud/spreed/pull/8337)
  79. - Calls can now be recorded (Requires the High-performance backend)
  80. [#8324](https://github.com/nextcloud/spreed/pull/8324)
  81. - The top bar now shows useful information like participant count, call duration and title while in a call.
  82. [#8341](https://github.com/nextcloud/spreed/pull/8341)
  83. - Chat input now allows to autocomplete emojis
  84. [#4333](https://github.com/nextcloud/spreed/pull/4333)
  85. ### Added for administrators
  86. - Administrators can now define the default conversation permissions via the `default_permissions` app config
  87. [#8457](https://github.com/nextcloud/spreed/pull/8457)
  88. - Administrators can now define the default name of the Talk/ attachments folder via the `default_attachment_folder` app config
  89. [#8465](https://github.com/nextcloud/spreed/pull/8465)
  90. - OCC command to transfer-ownership of conversations was added allowing to hand over conversations during off-boarding
  91. [#8479](https://github.com/nextcloud/spreed/pull/8479)
  92. - All available app configurations have been documented in the [settings documentation](https://nextcloud-talk.readthedocs.io/en/latest/settings/#app-configuration)
  93. ### Added for developers
  94. - Chat API now allows to get the context (older and newer messages) for a message
  95. [#8717](https://github.com/nextcloud/spreed/pull/8717)
  96. - Conversation list is now being instantly updated with information from notifications
  97. [#8723](https://github.com/nextcloud/spreed/pull/8723)
  98. - Conversations API now supports a "modified since" parameter to only get changed conversations
  99. [#8726](https://github.com/nextcloud/spreed/pull/8726)
  100. - Chats are opened now without a page reload when interacting with notifications
  101. [#8713](https://github.com/nextcloud/spreed/pull/8713)
  102. - Introduced a new conversation type to indicate that a conversation was a one-to-one conversation
  103. [#8600](https://github.com/nextcloud/spreed/pull/8600)
  104. ### Changed
  105. - Version 1.1.0 of the signaling server of the High-performance backend is now required
  106. - Update several dependencies
  107. ## 16.0.0-rc.4 – 2023-03-20
  108. ### Fixed
  109. - Fix flickering when dragging a file over the window with Safari on MacOS
  110. [#9076](https://github.com/nextcloud/spreed/pull/9076)
  111. - Fix flickering with message buttons bar of the last message
  112. [#9043](https://github.com/nextcloud/spreed/pull/9043)
  113. - Fix conditions for showing "Reply" and "Reply privately"
  114. [#9052](https://github.com/nextcloud/spreed/pull/9052)
  115. ## 16.0.0-rc.3 – 2023-03-09
  116. ### Fixed
  117. - Correctly handle `<` and `>` in chat messages
  118. [#8977](https://github.com/nextcloud/spreed/pull/8977)
  119. - Improve the position of the message button bar for single line and very long messages
  120. [#9009](https://github.com/nextcloud/spreed/pull/9009)
  121. - Remove space on call-time button
  122. [#8979](https://github.com/nextcloud/spreed/pull/8979)
  123. - Fix displaying of restricted and full permissions selection when manually configuring them
  124. [#8982](https://github.com/nextcloud/spreed/pull/8982)
  125. - Fix dashboard widget API returning breakout rooms
  126. [#8976](https://github.com/nextcloud/spreed/pull/8976)
  127. - Improve breakout room API documentation
  128. [#8994](https://github.com/nextcloud/spreed/pull/8994)
  129. - Also remove polls when purging the chat history
  130. [#8991](https://github.com/nextcloud/spreed/pull/8991)
  131. - Fix mention and emoji autocomplete when broadcasting to breakout rooms
  132. [#8999](https://github.com/nextcloud/spreed/pull/8999)
  133. - Notify the moderator when uploading a recording failed
  134. [#9000](https://github.com/nextcloud/spreed/pull/9000)
  135. - Add a warning in the admin settings when the file upload limits are lower than 512 MB
  136. [#9002](https://github.com/nextcloud/spreed/pull/9002)
  137. - Fix unread message count improving when receiving own messages
  138. [#9011](https://github.com/nextcloud/spreed/pull/9011)
  139. - Fix duplicate attachment upload with Safari and Chrome on MacOS
  140. [#9012](https://github.com/nextcloud/spreed/pull/9012)
  141. ## 16.0.0-rc.2 – 2023-03-06
  142. ### Changed
  143. - Update several dependencies
  144. - Migrate RichText component usage to NcRichText
  145. [#8959](https://github.com/nextcloud/spreed/pull/8959)
  146. ### Fixed
  147. - Design review changes for breakout rooms handling
  148. [#8962](https://github.com/nextcloud/spreed/pull/8962)
  149. - Add documentation for OCC commands
  150. [#8907](https://github.com/nextcloud/spreed/pull/8907)
  151. ## 16.0.0-rc.1 – 2023-03-02
  152. ### Changed
  153. - Update several dependencies
  154. ### Fixed
  155. - Design review changes for breakout rooms handling
  156. [#8905](https://github.com/nextcloud/spreed/pull/8905)
  157. [#8910](https://github.com/nextcloud/spreed/pull/8910)
  158. [#8919](https://github.com/nextcloud/spreed/pull/8919)
  159. [#8920](https://github.com/nextcloud/spreed/pull/8920)
  160. [#8921](https://github.com/nextcloud/spreed/pull/8921)
  161. [#8922](https://github.com/nextcloud/spreed/pull/8922)
  162. - Always expose the breakout room names when being a member of the parent
  163. [#8925](https://github.com/nextcloud/spreed/pull/8925)
  164. - Hide breakout rooms from the dashboard widget
  165. [#8918](https://github.com/nextcloud/spreed/pull/8918)
  166. - Fix chat scrolling to the end and the quick access button for it
  167. [#8895](https://github.com/nextcloud/spreed/pull/8895)
  168. - Breakout rooms can not be configured in full screen mode
  169. [#8897](https://github.com/nextcloud/spreed/pull/8897)
  170. - Button to reopen the chat sidebar while being in a call can disappear
  171. [#8923](https://github.com/nextcloud/spreed/pull/8923)
  172. - Error when reacting to a message when the author left the conversation
  173. [#8883](https://github.com/nextcloud/spreed/pull/8883)
  174. - File upload modal is positioned outside the chat
  175. [#8906](https://github.com/nextcloud/spreed/pull/8906)
  176. ## 16.0.0-beta.2 – 2023-02-27
  177. ### Changed
  178. - Update several dependencies
  179. ### Fixed
  180. - Don't show breakout room options in one-to-one and public conversations
  181. [#8875](https://github.com/nextcloud/spreed/pull/8875)
  182. - Don't show recording options when no recording servers are configured
  183. [#8874](https://github.com/nextcloud/spreed/pull/8874)
  184. - Focus conversation name field when creating conversation
  185. [#8873](https://github.com/nextcloud/spreed/pull/8873)
  186. - Allow to abort emoji-autocomplete with ESC
  187. [#8870](https://github.com/nextcloud/spreed/pull/8870)
  188. - Focus chat input when replying to a message
  189. [#8864](https://github.com/nextcloud/spreed/pull/8864)
  190. - Fix message type of attachments uploaded via mobile apps
  191. [#8861](https://github.com/nextcloud/spreed/pull/8861)
  192. - Hide the bottom video stripe in recordings
  193. [#8844](https://github.com/nextcloud/spreed/pull/8844)
  194. - Don't allow to change certain settings directly inside breakout rooms
  195. [#8841](https://github.com/nextcloud/spreed/pull/8841)
  196. - Fix detection of the recording state
  197. [#8840](https://github.com/nextcloud/spreed/pull/8840)
  198. - Improve notification subject and message for recording uploads
  199. [#8837](https://github.com/nextcloud/spreed/pull/8837)
  200. ## 16.0.0-beta.1 – 2023-02-23
  201. ### Added for users
  202. - Breakout rooms can be used to split a group call into temporary working groups (Requires the High-performance backend)
  203. [#8337](https://github.com/nextcloud/spreed/pull/8337)
  204. - Calls can now be recorded (Requires the High-performance backend)
  205. [#8324](https://github.com/nextcloud/spreed/pull/8324)
  206. - The top bar now shows useful information like participant count, call duration and title while in a call.
  207. [#8341](https://github.com/nextcloud/spreed/pull/8341)
  208. - Chat input now allows to autocomplete emojis
  209. [#4333](https://github.com/nextcloud/spreed/pull/4333)
  210. ### Added for administrators
  211. - Administrators can now define the default conversation permissions via the `default_permissions` app config
  212. [#8457](https://github.com/nextcloud/spreed/pull/8457)
  213. - Administrators can now define the default name of the Talk/ attachments folder via the `default_attachment_folder` app config
  214. [#8465](https://github.com/nextcloud/spreed/pull/8465)
  215. - OCC command to transfer-ownership of conversations was added allowing to hand over conversations during off-boarding
  216. [#8479](https://github.com/nextcloud/spreed/pull/8479)
  217. - All available app configurations have been documented in the [settings documentation](https://nextcloud-talk.readthedocs.io/en/latest/settings/#app-configuration)
  218. ### Added for developers
  219. - Chat API now allows to get the context (older and newer messages) for a message
  220. [#8717](https://github.com/nextcloud/spreed/pull/8717)
  221. - Conversation list is now being instantly updated with information from notifications
  222. [#8723](https://github.com/nextcloud/spreed/pull/8723)
  223. - Conversations API now supports a "modified since" parameter to only get changed conversations
  224. [#8726](https://github.com/nextcloud/spreed/pull/8726)
  225. - Chats are opened now without a page reload when interacting with notifications
  226. [#8713](https://github.com/nextcloud/spreed/pull/8713)
  227. - Introduced a new conversation type to indicate that a conversation was a one-to-one conversation
  228. [#8600](https://github.com/nextcloud/spreed/pull/8600)
  229. ### Changed
  230. - Version 1.1.0 of the signaling server of the High-performance backend is now required
  231. - Update several dependencies
  232. ## 15.0.4 – 2023-02-23
  233. ### Added
  234. - Make "End call for everyone" available for moderators all the time
  235. [#8767](https://github.com/nextcloud/spreed/pull/8767)
  236. ### Changed
  237. - Update some dependencies
  238. ### Fixed
  239. - Show tooltip for conversations with a long title
  240. [#8659](https://github.com/nextcloud/spreed/pull/8659)
  241. - Don't break the maps app with the Talk Files sidebar integration
  242. [#8590](https://github.com/nextcloud/spreed/pull/8590)
  243. - Only register the maps integration when the user is allowed to use Talk
  244. [#8591](https://github.com/nextcloud/spreed/pull/8591)
  245. - Fix missing "Unread mentions" floating button since Nextcloud 25 theming update
  246. [#8603](https://github.com/nextcloud/spreed/pull/8603)
  247. - Fix button style while being in a call
  248. [#8671](https://github.com/nextcloud/spreed/pull/8671)
  249. - Only filter mentions for participants of the conversation
  250. [#8665](https://github.com/nextcloud/spreed/pull/8665)
  251. - Fix interaction of self-joined users with multiple sessions when navigating away
  252. [#8729](https://github.com/nextcloud/spreed/pull/8729)
  253. ## 14.0.9 – 2023-02-23
  254. ### Changed
  255. - Update some dependencies
  256. ### Fixed
  257. - Only filter mentions for participants of the conversation
  258. [#8666](https://github.com/nextcloud/spreed/pull/8666)
  259. - Fix interaction of self-joined users with multiple sessions when navigating away
  260. [#8730](https://github.com/nextcloud/spreed/pull/8730)
  261. ## 15.0.3 – 2023-01-19
  262. ### Changed
  263. - Update @nextcloud/vue library to 7.4.0
  264. [#8458](https://github.com/nextcloud/spreed/pull/8458)
  265. [#8565](https://github.com/nextcloud/spreed/pull/8565)
  266. ### Fixed
  267. - Allow autocompleting conversation names from the middle
  268. [#8505](https://github.com/nextcloud/spreed/pull/8505)
  269. - Call view not shown when rejoining a call in the file sidebar
  270. [#8507](https://github.com/nextcloud/spreed/pull/8507)
  271. - Fix leaving the call when switching to another conversation
  272. [#8529](https://github.com/nextcloud/spreed/pull/8529)
  273. - Don't keep the session open longer than necessary when leaving and joining a conversation
  274. [#8394](https://github.com/nextcloud/spreed/pull/8394)
  275. - Enforce a length of the private JWT keys used for signaling in case libressl has 0 as default
  276. [#8468](https://github.com/nextcloud/spreed/pull/8468)
  277. - Remove webserver warning when in unknown state as it confuses admins
  278. [#8512](https://github.com/nextcloud/spreed/pull/8512)
  279. - Remove expired messages from API even when the background job did not execute
  280. [#8523](https://github.com/nextcloud/spreed/pull/8523)
  281. ## 14.0.8 – 2023-01-19
  282. ### Fixed
  283. - Allow autocompleting conversation names from the middle
  284. [#8506](https://github.com/nextcloud/spreed/pull/8506)
  285. - Call view not shown when rejoining a call in the file sidebar
  286. [#8508](https://github.com/nextcloud/spreed/pull/8508)
  287. - Fix leaving the call when switching to another conversation
  288. [#8530](https://github.com/nextcloud/spreed/pull/8530)
  289. ## 15.0.2 – 2022-12-01
  290. ### Changed
  291. - Allow to disable the changelog conversation with an app config
  292. [#8365](https://github.com/nextcloud/spreed/pull/8365)
  293. - Improve message grouping duration to match better with UX expectations
  294. [#8288](https://github.com/nextcloud/spreed/pull/8288)
  295. - Update @nextcloud/vue library to 7.1.0
  296. [#8405](https://github.com/nextcloud/spreed/pull/8405)
  297. [#8419](https://github.com/nextcloud/spreed/pull/8419)
  298. ### Fixed
  299. - Fix in_call flag on the "Join room" API response
  300. [#8371](https://github.com/nextcloud/spreed/pull/8371)
  301. - Fix bottom stripe of speaker view with high DPI
  302. [#8319](https://github.com/nextcloud/spreed/pull/8319)
  303. - Make webserver configuration check less error-prone
  304. [#8310](https://github.com/nextcloud/spreed/pull/8310)
  305. [#8332](https://github.com/nextcloud/spreed/pull/8332)
  306. - Fix monitoring command when using SQLite
  307. [#8304](https://github.com/nextcloud/spreed/pull/8304)
  308. - Fix chat not loading in certain situations (e.g. more than 100 votes in a row without any chat message in between)
  309. [#8322](https://github.com/nextcloud/spreed/pull/8322)
  310. - Immediately remove poll data when deleting the "asking message"
  311. [#8362](https://github.com/nextcloud/spreed/pull/8362)
  312. - Fix inconsistent behaviour of link and password option on conversation creation
  313. [#8367](https://github.com/nextcloud/spreed/pull/8367)
  314. ## 14.0.7 – 2022-12-01
  315. ### Changed
  316. - Allow to disable the changelog conversation with an app config
  317. [#8365](https://github.com/nextcloud/spreed/pull/8365)
  318. ### Fixed
  319. - Fix in_call flag on the "Join room" API response
  320. [#8372](https://github.com/nextcloud/spreed/pull/8372)
  321. - Fix bottom stripe of speaker view with high DPI
  322. [#8320](https://github.com/nextcloud/spreed/pull/8320)
  323. ## 13.0.11 – 2022-12-01
  324. ### Changed
  325. - Allow to disable the changelog conversation with an app config
  326. [#8366](https://github.com/nextcloud/spreed/pull/8366)
  327. ### Fixed
  328. - Fix bottom stripe of speaker view with high DPI
  329. [#8321](https://github.com/nextcloud/spreed/pull/8321)
  330. ## 15.0.1 – 2022-11-03
  331. ### Changed
  332. - Take the device pixel ratio into account when calculating minimum grid size (should see more videos now on High DPI settings like MacOS and most 4k setup)
  333. [#8246](https://github.com/nextcloud/spreed/pull/8246)
  334. ### Fixed
  335. - Show the number of cast votes to the question raiser and moderators on the voting screen
  336. [#8273](https://github.com/nextcloud/spreed/pull/8273)
  337. - Hide talk dashboard when user can not use the Talk app
  338. [#8236](https://github.com/nextcloud/spreed/pull/8236)
  339. - Hide talk sidebar integration when user can not use the Talk app
  340. [#8240](https://github.com/nextcloud/spreed/pull/8240)
  341. - Show other participant's name when waiting in a one-to-one call
  342. [#8228](https://github.com/nextcloud/spreed/pull/8228)
  343. ## 14.0.6 – 2022-11-03
  344. ### Changed
  345. - Take the device pixel ratio into account when calculating minimum grid size (should see more videos now on High DPI settings like MacOS and most 4k setup)
  346. [#8247](https://github.com/nextcloud/spreed/pull/8247)
  347. ### Fixed
  348. - Fix XML API endpoint for chats with empty reactions result
  349. [#8110](https://github.com/nextcloud/spreed/pull/8110)
  350. - Hide talk dashboard when user can not use the Talk app
  351. [#8237](https://github.com/nextcloud/spreed/pull/8237)
  352. - Hide talk sidebar integration when user can not use the Talk app
  353. [#8241](https://github.com/nextcloud/spreed/pull/8241)
  354. - Fix participant sessions not sent to the HPB
  355. [#8099](https://github.com/nextcloud/spreed/pull/8099)
  356. - Don't search in lobbied conversations
  357. [#8116](https://github.com/nextcloud/spreed/pull/8116)
  358. - Fix an issue with detecting Safari on iOS version
  359. [#8135](https://github.com/nextcloud/spreed/pull/8135)
  360. ## 13.0.10 – 2022-11-03
  361. ### Changed
  362. - Take the device pixel ratio into account when calculating minimum grid size (should see more videos now on High DPI settings like MacOS and most 4k setup)
  363. [#8248](https://github.com/nextcloud/spreed/pull/8248)
  364. ### Fixed
  365. - Hide talk dashboard when user can not use the Talk app
  366. [#8238](https://github.com/nextcloud/spreed/pull/8238)
  367. - Hide talk sidebar integration when user can not use the Talk app
  368. [#8242](https://github.com/nextcloud/spreed/pull/8242)
  369. - Fix participant sessions not sent to the HPB
  370. [#8100](https://github.com/nextcloud/spreed/pull/8100)
  371. - Don't search in lobbied conversations
  372. [#8117](https://github.com/nextcloud/spreed/pull/8117)
  373. - Fix an issue with detecting Safari on iOS version
  374. [#8136](https://github.com/nextcloud/spreed/pull/8136)
  375. ## 12.2.8 – 2022-11-03
  376. ### Fixed
  377. - Fix participant sessions not sent to the HPB
  378. [#8114](https://github.com/nextcloud/spreed/pull/8114)
  379. - Fix guest names in search results
  380. [#7591](https://github.com/nextcloud/spreed/pull/7591)
  381. - Fix an issue with detecting Safari on iOS version
  382. [#8277](https://github.com/nextcloud/spreed/pull/8277)
  383. ## 15.0.0 – 2022-10-18
  384. ### Added
  385. - 🌏 Show link previews for chat messages with links
  386. - 🛂 Chat permission
  387. - 📊 Simple polls
  388. - 📴 "Silent call" for group/public calls
  389. - 🔔 Allow to re-notify a participant for a call
  390. - 🔕 "Silent send" for chat messages
  391. - 🔍 Search for messages in mobile apps
  392. - 📵 Allow to disable calling functionality
  393. - 📞 Allow SIP dial-in without individual user PINs
  394. - 🗒️ Allow to create new files from within the chat
  395. - ⏳ Expiration for chat messages
  396. - 💻 New CLI commands for devops to monitor calls and rooms
  397. ## 15.0.0-rc.5 – 2022-10-13
  398. ### Fixed
  399. - Fix frequent emoji list breaking due to multiple emoji-data versions
  400. - Keep emoji picker open even when hovering another message
  401. - Adjust dashboard API list to be the same as in the web
  402. - Upgrade to @nextcloud/vue v7.0.0
  403. ## 15.0.0-rc.4 – 2022-10-10
  404. ### Fixed
  405. - Fix call button missing on Safari for iPadOS
  406. - Fix silent call not working from web
  407. ## 15.0.0-rc.3 – 2022-10-10
  408. ### Changed
  409. - Move all checkboxes to NcCheckboxRadioSwitch component so the UI doesn't break
  410. - Reorganize the conversation settings
  411. ### Fixed
  412. - Fix chats not getting marked as read with reactions
  413. ## 15.0.0-rc.2 – 2022-09-29
  414. ### Added
  415. - Commands to monitor calls and a single room
  416. - Add a reference provider for call links
  417. ### Fixed
  418. - Reaction summary missing when hovering a chat message
  419. - Fix recursion when the lobby of a conversation expired
  420. - Fix missing "Leave call" button for moderators in restricted rooms
  421. - Fix padding in the left sidebar
  422. - Bump @nextcloud/vue and @nextcloud/vue-richtext
  423. ## 15.0.0-rc.1 – 2022-09-22
  424. ### Added
  425. - Implement the new dashboard widget modes
  426. ### Changed
  427. - Allow to opt-out of keyboard shortcuts to improve accessibility
  428. ### Fixed
  429. - Show more poll voters in details popover
  430. - Do not allow to forward polls as they become non-functional
  431. - Fix coloring of reaction buttons
  432. - Reduce preview size for non-images
  433. - Disallow polls in one-to-one chats
  434. - Adjust the height of file upload modals
  435. - Show empty content when all messages expire
  436. - Correctly quote the parent again when sending the message failed
  437. ## 15.0.0-beta.4 – 2022-09-15
  438. ### Added
  439. - Add related_resources UI
  440. ### Changed
  441. - Use Node 16 and NPM 8 to compile the interface
  442. - Several dependency updates
  443. - Unload chat messages when moving to another chat to avoid lagging on return
  444. ### Fixed
  445. - Several fixes to adapt to the UI changes in Nextcloud 25
  446. - Respect message expiration in the frontend when the user never leaves the conversation
  447. - Fix handling of deleted users in polls
  448. - Allow recalling the owner as a normal moderator
  449. ## 14.0.5 – 2022-09-15
  450. ### Fixed
  451. - Fix notification sending when the user is blocked by the lobby
  452. [#7794](https://github.com/nextcloud/spreed/pull/7794)
  453. - Fix missing local media controls in public share sidebar
  454. [#7758](https://github.com/nextcloud/spreed/pull/7758)
  455. - Fix missing screenshares in sidebar
  456. [#7760](https://github.com/nextcloud/spreed/pull/7760)
  457. - Fix inconsistent state when leaving a call fails
  458. [#7803](https://github.com/nextcloud/spreed/pull/7803)
  459. ## 13.0.9 – 2022-09-15
  460. ### Fixed
  461. - Fix notification sending when the user is blocked by the lobby
  462. [#7796](https://github.com/nextcloud/spreed/pull/7796)
  463. - Fix missing local media controls in public share sidebar
  464. [#7759](https://github.com/nextcloud/spreed/pull/7759)
  465. - Fix missing screenshares in sidebar
  466. [#7763](https://github.com/nextcloud/spreed/pull/7763)
  467. - Fix inconsistent state when leaving a call fails
  468. [#7804](https://github.com/nextcloud/spreed/pull/7804)
  469. ## 15.0.0-beta.3 – 2022-09-09
  470. ### Changed
  471. - Finish polls UI
  472. ### Fixed
  473. - Several fixes to adapt to the UI changes in Nextcloud 25
  474. ## 15.0.0-beta.2 – 2022-09-01
  475. ### Added
  476. - 🗒️ Allow to create new files from within the chat
  477. - 🌏 Show link previews for chat messages with links
  478. - Show more details on the poll result screen
  479. - Upgrade @nextcloud/vue to version 7
  480. ### Changed
  481. - Improve performance by using the UserDisplayNameCache
  482. - Improve performance of chats with a lot of shared files
  483. - Populate ETag and permissions so the image editor works as expected
  484. ### Fixed
  485. - Fix depenendency management and make sure all required dependencies are shipped
  486. - Fix type of icon size
  487. - Fix missing aria-labels and tooltips in various places
  488. - Fix missing local media in share sidebar
  489. - Fix missing screenshares in share sidebar
  490. - Ensure that the reactions details is always an object
  491. - Do not allow to close a poll twice
  492. - Make handling of guest moderators more consistent
  493. ## 15.0.0-beta.1 – 2022-08-12
  494. ### Added
  495. - 🛂 Chat permission
  496. - 📊 Simple polls
  497. - 📴 "Silent call" for group/public calls
  498. - 🔔 Allow to re-notify a participant for a call
  499. - 🔕 "Silent send" for chat messages
  500. - 🔍 Search for messages in mobile apps
  501. - 📵 Allow to disable calling functionality
  502. - 📞 Allow SIP dial-in without individual user PINs
  503. ## 14.0.4 – 2022-08-11
  504. ### Added
  505. - Extend search result attributes for better handling in mobile clients
  506. [#7588](https://github.com/nextcloud/spreed/pull/7588)
  507. [#7587](https://github.com/nextcloud/spreed/pull/7587)
  508. ### Fixed
  509. - Location shares not visible in chat anymore (only in the sidebar tab)
  510. [#7550](https://github.com/nextcloud/spreed/pull/7550)
  511. - Reduce sent information with disabled videos
  512. [#7709](https://github.com/nextcloud/spreed/pull/7709)
  513. - Multiple accessibility fixes
  514. [#7599](https://github.com/nextcloud/spreed/pull/7599)
  515. [#7654](https://github.com/nextcloud/spreed/pull/7654)
  516. [#7553](https://github.com/nextcloud/spreed/pull/7553)
  517. [#7570](https://github.com/nextcloud/spreed/pull/7570)
  518. ## 13.0.8 – 2022-08-11
  519. ### Added
  520. - Extend search result attributes for better handling in mobile clients
  521. [#7590](https://github.com/nextcloud/spreed/pull/7590)
  522. [#7589](https://github.com/nextcloud/spreed/pull/7589)
  523. ### Fixed
  524. - Reduce sent information with disabled videos
  525. [#7710](https://github.com/nextcloud/spreed/pull/7710)
  526. ## 14.0.3 – 2022-07-08
  527. ### Added
  528. - Add brute force protection for conversation tokens and passwords
  529. [#7535](https://github.com/nextcloud/spreed/pull/7535)
  530. - Allow the HPB to group session pinging across multiple conversations
  531. [#7444](https://github.com/nextcloud/spreed/pull/7444)
  532. - Add a capability for unified search to enable the feature on the clients
  533. [#7448](https://github.com/nextcloud/spreed/pull/7448)
  534. ### Fixed
  535. - Fix backend URL in request to HPB from command line
  536. [#7440](https://github.com/nextcloud/spreed/pull/7440)
  537. - Fix error when setting user status while not being in any conversation
  538. [#7466](https://github.com/nextcloud/spreed/pull/7466)
  539. ## 13.0.7 – 2022-07-08
  540. ### Added
  541. - Add brute force protection for conversation tokens and passwords
  542. [#7536](https://github.com/nextcloud/spreed/pull/7536)
  543. - Add a capability for unified search to enable the feature on the clients
  544. [#7449](https://github.com/nextcloud/spreed/pull/7449)
  545. ### Fixed
  546. - Fix backend URL in request to HPB from command line
  547. [#7441](https://github.com/nextcloud/spreed/pull/7441)
  548. - Fix error when setting user status while not being in any conversation
  549. [#7467](https://github.com/nextcloud/spreed/pull/7467)
  550. ## 12.2.7 – 2022-07-08
  551. ### Added
  552. - Add brute force protection for conversation tokens and passwords
  553. [#7537](https://github.com/nextcloud/spreed/pull/7537)
  554. - Add a capability for unified search to enable the feature on the clients
  555. [#7450](https://github.com/nextcloud/spreed/pull/7450)
  556. ### Fixed
  557. - Fix backend URL in request to HPB from command line
  558. [#7442](https://github.com/nextcloud/spreed/pull/7442)
  559. - Fix error when setting user status while not being in any conversation
  560. [#7468](https://github.com/nextcloud/spreed/pull/7468)
  561. ## 14.0.2 – 2022-05-26
  562. ### Changed
  563. - Add "Others" section to shared items tab to list unknown items
  564. [#7350](https://github.com/nextcloud/spreed/pull/7350)
  565. ### Fixed
  566. - Only declare changed sessions as such instead of all sessions of that participant
  567. [#7382](https://github.com/nextcloud/spreed/pull/7382)
  568. - Ensure display name of conversation owner is stored correctly
  569. [#7376](https://github.com/nextcloud/spreed/pull/7376)
  570. - Don't show promotion options for circles and groups
  571. [#7404](https://github.com/nextcloud/spreed/pull/7404)
  572. - Don't show permissions options for circles and groups
  573. [#7360](https://github.com/nextcloud/spreed/pull/7360)
  574. - Don't show reactions option for command messages
  575. [#7345](https://github.com/nextcloud/spreed/pull/7345)
  576. - Fix forwarding replies
  577. [#7343](https://github.com/nextcloud/spreed/pull/7343)
  578. ## 13.0.6 – 2022-05-26
  579. ### Fixed
  580. - Ensure display name of conversation owner is stored correctly
  581. [#7377](https://github.com/nextcloud/spreed/pull/7377)
  582. - Don't show promotion options for circles and groups
  583. [#7409](https://github.com/nextcloud/spreed/pull/7409)
  584. - Don't show permissions options for circles and groups
  585. [#7405](https://github.com/nextcloud/spreed/pull/7405)
  586. ## 12.2.6 – 2022-05-26
  587. ### Fixed
  588. - Ensure display name of conversation owner is stored correctly
  589. [#7378](https://github.com/nextcloud/spreed/pull/7378)
  590. - Don't show promotion options for circles and groups
  591. [#7406](https://github.com/nextcloud/spreed/pull/7406)
  592. ## 14.0.1 – 2022-05-07
  593. ### Fixed
  594. - Fix memory consumption with emoji picker in conversations with a lot of chat messages with reactions
  595. [#7328](https://github.com/nextcloud/spreed/pull/7328)
  596. - Fix endless offer loop with SIP participants
  597. [#7288](https://github.com/nextcloud/spreed/pull/7288)
  598. - Fix room selector in deck and maps integration
  599. [#7290](https://github.com/nextcloud/spreed/pull/7290)
  600. [#7294](https://github.com/nextcloud/spreed/pull/7294)
  601. - Fix transceiver kind for participants without the HPB
  602. [#7263](https://github.com/nextcloud/spreed/pull/7263)
  603. - Fix error on console when initiating a screenshare
  604. [#7330](https://github.com/nextcloud/spreed/pull/7330)
  605. - Add missing translations of 24 branch
  606. [#7330](https://github.com/nextcloud/spreed/pull/7330)
  607. ## 14.0.0 – 2022-05-02
  608. ### Added
  609. - Reactions for chat messages
  610. - Media tab in the sidebar to show all the shared items
  611. - Implement `OCP\Talk\IBroker` to allow apps to create conversations
  612. - Sharing a browser tab in Chrome-based browsers can now also share the audio of that tab
  613. ### Changed
  614. - Messages of shared objects and files can now be deleted (shares will be removed, files persist)
  615. - Actions like calling and chatting in big rooms are now much smoother
  616. - Compatibility with Nextcloud 24
  617. ## 14.0.0-rc.4 – 2022-04-29
  618. ### Added
  619. - Add a modal to show more shared items
  620. ### Fixed
  621. - Make reactions work for guests and handle guests without name in the summary
  622. [#7217](https://github.com/nextcloud/spreed/pull/7217)
  623. - Add a link to notification sound settings from talk settings
  624. [#7224](https://github.com/nextcloud/spreed/pull/7224)
  625. - Fix migration with Postgres and Oracle
  626. [#7211](https://github.com/nextcloud/spreed/pull/7211)
  627. - Add programmatic output options to talk:active-calls command
  628. [#7227](https://github.com/nextcloud/spreed/pull/7227)
  629. - Fix media tab and reactions summary in read-only rooms
  630. [#7236](https://github.com/nextcloud/spreed/pull/7236)
  631. ## 14.0.0-rc.3 – 2022-04-22
  632. ### Fixed
  633. - Move message.reactions.self to message.reactionsSelf to not merge different data structures
  634. [#7182](https://github.com/nextcloud/spreed/pull/7182)
  635. - Use actor and time information from the reaction not the message author
  636. [#7190](https://github.com/nextcloud/spreed/pull/7190)
  637. - Fix migration of attachment types for media
  638. [#7196](https://github.com/nextcloud/spreed/pull/7196)
  639. - Open chat tab by default in sidebar while in a call
  640. [#7201](https://github.com/nextcloud/spreed/pull/7201)
  641. - Fix access to undefined key
  642. [#7195](https://github.com/nextcloud/spreed/pull/7195)
  643. - Only set header when the value changed and the status is not 304
  644. [#7200](https://github.com/nextcloud/spreed/pull/7200)
  645. ### Still in progress
  646. - Media tab showing all shared items of the conversation
  647. ## 14.0.0-rc.2 – 2022-04-19
  648. ### Fixed
  649. - Remove event to delete shares when user leave of room
  650. [#7168](https://github.com/nextcloud/spreed/pull/7168)
  651. - Add item shares from chat messages directly to the store
  652. [#7149](https://github.com/nextcloud/spreed/pull/7149)
  653. - Only switch to the participant tab when the token changes not any other detail
  654. [#7146](https://github.com/nextcloud/spreed/pull/7146)
  655. - Don't update last message of conversation with invisible message
  656. [#7142](https://github.com/nextcloud/spreed/pull/7142)
  657. ### Still in progress
  658. - Media tab showing all shared items of the conversation
  659. ## 14.0.0-rc.1 – 2022-04-13
  660. ### Added
  661. - Reactions for chat messages
  662. - Media tab in the sidebar to show all the shared items
  663. - Implement `OCP\Talk\IBroker` to allow apps to create conversations
  664. - Sharing a browser tab in Chrome-based browsers can now also share the audio of that tab
  665. [#6810](https://github.com/nextcloud/spreed/pull/6810)
  666. ### Still in progress
  667. - Media tab showing all shared items of the conversation
  668. ### Changed
  669. - Messages of shared objects and files can now be deleted (shares will be removed, files persist)
  670. [#7047](https://github.com/nextcloud/spreed/pull/7047)
  671. - Actions like calling and chatting in big rooms should now be much smoother
  672. - Compatibility with Nextcloud 24
  673. ## 13.0.5 – 2022-04-08
  674. ### Fixed
  675. - Fix reconnection when media permissions change
  676. [#7092](https://github.com/nextcloud/spreed/pull/7092)
  677. - Fix forced reconnection without the High-performance backend
  678. [#7095](https://github.com/nextcloud/spreed/pull/7095)
  679. - Compatibility with LDAP user backends and more than 64 characters display names
  680. [#7073](https://github.com/nextcloud/spreed/pull/7073)
  681. - Compatibility with Oracle and MySQL ONLY_FULL_GROUP_BY
  682. [#7036](https://github.com/nextcloud/spreed/pull/7036)
  683. - Fix broken avatars when search for users to add to a conversation
  684. [#7037](https://github.com/nextcloud/spreed/pull/7037)
  685. - Fix sort order of guests and logged-in users
  686. [#7053](https://github.com/nextcloud/spreed/pull/7053)
  687. - Allow copying links of open conversations without joining
  688. [#7070](https://github.com/nextcloud/spreed/pull/7070)
  689. ## 12.2.5 – 2022-04-08
  690. ### Fixed
  691. - Compatibility with LDAP user backends and more than 64 characters display names
  692. [#7074](https://github.com/nextcloud/spreed/pull/7074)
  693. - Compatibility with Oracle and MySQL ONLY_FULL_GROUP_BY
  694. [#7040](https://github.com/nextcloud/spreed/pull/7040)
  695. ## 13.0.4 – 2022-03-17
  696. ### Fixed
  697. - Fix several modals, dialogs and popovers in fullscreen mode
  698. [#6885](https://github.com/nextcloud/spreed/pull/6885)
  699. - Fix issues when permissions of a participant or conversation are changed right before joining a call
  700. [#6996](https://github.com/nextcloud/spreed/pull/6996)
  701. [#7018](https://github.com/nextcloud/spreed/pull/7018)
  702. - Fix media automatically enabled after selecting a device during a call
  703. [#7017](https://github.com/nextcloud/spreed/pull/7017)
  704. - Fix call flags update when track is disabled
  705. [#7016](https://github.com/nextcloud/spreed/pull/7016)
  706. - Show the version number also when the HPB backend is not older
  707. [#6890](https://github.com/nextcloud/spreed/pull/6890)
  708. - Correctly stop waiting sound when someone joins the call
  709. [#6919](https://github.com/nextcloud/spreed/pull/6919)
  710. - Improve performance when starting a call in a conversation with many participants
  711. [#6933](https://github.com/nextcloud/spreed/pull/6933)
  712. ## 12.2.4 – 2022-03-17
  713. ### Fixed
  714. - Fix several modals, dialogs and popovers in fullscreen mode
  715. [#6884](https://github.com/nextcloud/spreed/pull/6884)
  716. - Fix mentions inside brackets
  717. [#6870](https://github.com/nextcloud/spreed/pull/6870)
  718. - Fix call flags update when track is disabled
  719. [#7015](https://github.com/nextcloud/spreed/pull/7015)
  720. ## 11.3.6 – 2022-03-17
  721. ### Fixed
  722. - Fix several modals, dialogs and popovers in fullscreen mode
  723. [#6886](https://github.com/nextcloud/spreed/pull/6886)
  724. - Fix mentions inside brackets
  725. [#6871](https://github.com/nextcloud/spreed/pull/6871)
  726. ## 13.0.3 – 2022-02-07
  727. ### Fixed
  728. - Fix stopping a screenshare for recipients
  729. [#6857](https://github.com/nextcloud/spreed/pull/6857)
  730. - Fix switching between screenshares
  731. [#6850](https://github.com/nextcloud/spreed/pull/6850)
  732. - Fix mentions inside brackets
  733. [#6869](https://github.com/nextcloud/spreed/pull/6869)
  734. - Allow using mentions with the mouse
  735. [#6838](https://github.com/nextcloud/spreed/pull/6838)
  736. - Deduplicate round trips when a moderator ends the meeting for everyone
  737. [#6841](https://github.com/nextcloud/spreed/pull/6841)
  738. - Fix message menu misbehaving when the message scrolls outside of the viewport
  739. [#6855](https://github.com/nextcloud/spreed/pull/6855)
  740. ## 13.0.2 – 2022-01-24
  741. ### Changed
  742. - Improve the join/leave sounds to be shorter
  743. [#6720](https://github.com/nextcloud/spreed/pull/6720)
  744. - Keep emoji picker open when selecting an emoji
  745. [#6792](https://github.com/nextcloud/spreed/pull/6792)
  746. - Reduce the set of avatar sizes so browser cache hits more often
  747. [#6799](https://github.com/nextcloud/spreed/pull/6799)
  748. - Improve signaling events for the roomlist
  749. [#6719](https://github.com/nextcloud/spreed/pull/6719)
  750. - Don't update the participant list when only you joined
  751. [#6805](https://github.com/nextcloud/spreed/pull/6805)
  752. - Recognize voice messages, object and file shares as unread messages
  753. [#6826](https://github.com/nextcloud/spreed/pull/6826)
  754. ### Fixed
  755. - Allow joining open conversations which are also shared as link with a password
  756. [#6709](https://github.com/nextcloud/spreed/pull/6709)
  757. - Prevent handleScroll on initial loading of a conversation
  758. [#6717](https://github.com/nextcloud/spreed/pull/6717)
  759. - Don't force a signaling mode when starting/ending the HPB trial
  760. [#6822](https://github.com/nextcloud/spreed/pull/6823)
  761. - Add conversation token and message id to search results
  762. [#6745](https://github.com/nextcloud/spreed/pull/6745)
  763. - Fix enabling background blur when video is disabled
  764. [#6705](https://github.com/nextcloud/spreed/pull/6705)
  765. - Fix several issues with the own peer when connections are slow
  766. [#6774](https://github.com/nextcloud/spreed/pull/6774)
  767. ## 12.2.3 – 2022-01-24
  768. ### Fixed
  769. - Allow joining open conversations which are also shared as link with a password
  770. [#6710](https://github.com/nextcloud/spreed/pull/6710)
  771. - Prevent handleScroll on initial loading of a conversation
  772. [#6718](https://github.com/nextcloud/spreed/pull/6718)
  773. - Don't force a signaling mode when starting/ending the HPB trial
  774. [#6823](https://github.com/nextcloud/spreed/pull/6823)
  775. - Add conversation token and message id to search results
  776. [#6746](https://github.com/nextcloud/spreed/pull/6746)
  777. ## 11.3.5 – 2022-01-24
  778. ### Fixed
  779. - Allow joining open conversations which are also shared as link with a password
  780. [#6711](https://github.com/nextcloud/spreed/pull/6711)
  781. - Don't force a signaling mode when starting/ending the HPB trial
  782. [#6824](https://github.com/nextcloud/spreed/pull/6824)
  783. - Add conversation token and message id to search results
  784. [#6747](https://github.com/nextcloud/spreed/pull/6747)
  785. ## 13.0.1 – 2021-12-13
  786. ### Fixed
  787. - Fix various issues with enabling/disabling the camera and background blur
  788. [#6688](https://github.com/nextcloud/spreed/pull/6688)
  789. - Fix unregistering of user status listener which lead to a memory leak with Nextcloud 23
  790. [#6643](https://github.com/nextcloud/spreed/pull/6643)
  791. - Device not released when closing settings dialog immediate after opening
  792. [#6638](https://github.com/nextcloud/spreed/pull/6638)
  793. - Disable emoji picker in read-only conversations
  794. [#6662](https://github.com/nextcloud/spreed/pull/6662)
  795. - Make conversation settings scrollable again
  796. [#6682](https://github.com/nextcloud/spreed/pull/6682)
  797. - Make the pagination buttons more and clearly visible in the grid view
  798. [#6695](https://github.com/nextcloud/spreed/pull/6695)
  799. ## 12.2.2 – 2021-12-07
  800. ### Changed
  801. - Show user status and message as description in 1-to-1 conversations
  802. [#6369](https://github.com/nextcloud/spreed/pull/6369)
  803. - Allow apps to override/modify the TURN server list
  804. [#6428](https://github.com/nextcloud/spreed/pull/6428)
  805. ### Fixed
  806. - Fix connection analyzer when using simulcast with Chromium
  807. [#6530](https://github.com/nextcloud/spreed/pull/6530)
  808. - Properly allow sha256 checksums for reference ids as advertised
  809. [#6406](https://github.com/nextcloud/spreed/pull/6406)
  810. - Fix forwarding object shares to other conversations
  811. [#6398](https://github.com/nextcloud/spreed/pull/6398)
  812. - Fix invisible emoji picker on Safari
  813. [#6352](https://github.com/nextcloud/spreed/pull/6352)
  814. - Limit deck integration to the current instance for now
  815. [#6412](https://github.com/nextcloud/spreed/pull/6412)
  816. ## 11.3.4 – 2021-12-07
  817. ### Changed
  818. - Remove Plan-B option from the HPB integration
  819. [#6449](https://github.com/nextcloud/spreed/pull/6449)
  820. - Allow apps to override/modify the TURN server list
  821. [#6430](https://github.com/nextcloud/spreed/pull/6430)
  822. ### Fixed
  823. - Properly allow sha256 checksums for reference ids as advertised
  824. [#6529](https://github.com/nextcloud/spreed/pull/6529)
  825. - Limit deck integration to the current instance for now
  826. [#6414](https://github.com/nextcloud/spreed/pull/6414)
  827. ## 13.0.0 – 2021-11-30
  828. ### Added
  829. - Moderators can now set permissions for all or individual users to control if they can enable audio and video, do a screenshare, start a call and ignore the lobby
  830. - When starting a call is limited to moderators, they can now also end the call for all participants
  831. - A device checker makes sure users start with the desired microphone and camera and also allows them to disable the devices before joining a call
  832. - Users can now blur their background (Not supported on Safari)
  833. - Users can now opt-out of call notifications on a conversation basis
  834. ### Changed
  835. - The layout of the call view has been redesigned
  836. - The size of the grid view is now limited to 20 videos by default to reduce the performance impact
  837. - Version 0.4.0 of the signaling server of the High-performance backend is now required
  838. ### Fixed
  839. - Show more details instead of a loading spinner only in case of connection issues
  840. - And a lot more things here and there
  841. ## 13.0.0-rc.4 – 2021-11-25
  842. ### Changed
  843. - The segmentation model of the background blur was replaced
  844. [#6597](https://github.com/nextcloud/spreed/pull/6597)
  845. ### Fixed
  846. - Fix missing default permissions when opening the permissions editor
  847. [#6614](https://github.com/nextcloud/spreed/pull/6614)
  848. - Fix issues with device selection after muting, disconnecting and more
  849. [#6601](https://github.com/nextcloud/spreed/pull/6601)
  850. [#6609](https://github.com/nextcloud/spreed/pull/6609)
  851. [#6615](https://github.com/nextcloud/spreed/pull/6615)
  852. - Fix issues with the background blurring
  853. [#6594](https://github.com/nextcloud/spreed/pull/6594)
  854. [#6600](https://github.com/nextcloud/spreed/pull/6600)
  855. ## 13.0.0-rc.3 – 2021-11-22
  856. ### Fixed
  857. - Fix several issues with the new call view and media controls
  858. [#6554](https://github.com/nextcloud/spreed/pull/6554)
  859. [#6571](https://github.com/nextcloud/spreed/pull/6571)
  860. [#6576](https://github.com/nextcloud/spreed/pull/6576)
  861. [#6575](https://github.com/nextcloud/spreed/pull/6575)
  862. - Don't always enable devices when the device picker is shown
  863. [#6567](https://github.com/nextcloud/spreed/pull/6567)
  864. - Opening the conversation settings via the conversation list opened with wrong data
  865. [#6584](https://github.com/nextcloud/spreed/pull/6584)
  866. - Fix issues with the background blurring
  867. [#6586](https://github.com/nextcloud/spreed/pull/6586)
  868. - Fix call summary in one-to-one conversations
  869. [#6564](https://github.com/nextcloud/spreed/pull/6564)
  870. ### Known issue
  871. - The video will "zoom in and out" when more than 4 people have video enabled and people with background blur start or stop speaking
  872. ## 13.0.0-rc.2 – 2021-11-18
  873. ### Fixed
  874. - Fix several issues with the new call view and media controls
  875. [#6486](https://github.com/nextcloud/spreed/pull/6486)
  876. [#6489](https://github.com/nextcloud/spreed/pull/6489)
  877. [#6520](https://github.com/nextcloud/spreed/pull/6520)
  878. [#6541](https://github.com/nextcloud/spreed/pull/6541)
  879. [#6543](https://github.com/nextcloud/spreed/pull/6543)
  880. [#6548](https://github.com/nextcloud/spreed/pull/6548)
  881. - Can not pass the device checker with a small screen
  882. [#6508](https://github.com/nextcloud/spreed/pull/6508)
  883. [#6539](https://github.com/nextcloud/spreed/pull/6539)
  884. - Fix several issues with the background blurring
  885. [#6502](https://github.com/nextcloud/spreed/pull/6502)
  886. [#6532](https://github.com/nextcloud/spreed/pull/6532)
  887. [#6535](https://github.com/nextcloud/spreed/pull/6535)
  888. [#6546](https://github.com/nextcloud/spreed/pull/6546)
  889. [#6547](https://github.com/nextcloud/spreed/pull/6547)
  890. - Update hasCall state of a conversation when a chat message indicates that
  891. [#6509](https://github.com/nextcloud/spreed/pull/6509)
  892. - Don't end meeting for everyone when a moderator leaves
  893. [#6484](https://github.com/nextcloud/spreed/pull/6484)
  894. ## 13.0.0-rc.1 – 2021-11-11
  895. ### Added
  896. - Moderators can now set permissions for all or individual users to control if they can enable audio and video, do a screenshare, start a call and ignore the lobby
  897. - When starting a call is limited to moderators, they can now also end the call for all participants
  898. - A device checker makes sure users start with the desired microphone and camera and also allows them to disable the devices before joining a call
  899. - Users can now blur their background (Not supported on Safari)
  900. - Users can now opt-out of call notifications on a conversation basis
  901. ### Changed
  902. - The layout of the call view has been redesigned
  903. - The size of the grid view is now limited to 20 videos by default to reduce the performance impact
  904. - Version 0.4.0 of the signaling server of the High-performance backend is now required
  905. ### Fixed
  906. - Show more details instead of a loading spinner only in case of connection issues
  907. - And a lot more things here and there
  908. ## 11.3.3 – 2021-10-22
  909. ### Fixed
  910. - Fix crash of Chrome/Chromium 95
  911. [#6384](https://github.com/nextcloud/spreed/pull/6384)
  912. ## 12.2.1 – 2021-10-15
  913. ### Changed
  914. - Simplify sidebar in one-to-one conversations
  915. [#6275](https://github.com/nextcloud/spreed/pull/6275)
  916. ### Fixed
  917. - Reuse participant information when rendering peers in a call
  918. [#6344](https://github.com/nextcloud/spreed/pull/6344)
  919. - Ignore sessions with timeouted ping when sending notifications
  920. [#6329](https://github.com/nextcloud/spreed/pull/6329)
  921. - Fix errors with the speaking events
  922. [#6298](https://github.com/nextcloud/spreed/pull/6298)
  923. - Don't fail hard when adding a participant in parallel
  924. [#6264](https://github.com/nextcloud/spreed/pull/6264)
  925. - Fix invisible emoji picker in Safari
  926. [#6351](https://github.com/nextcloud/spreed/pull/6351)
  927. ## 12.2.0 – 2021-09-17
  928. ### Added
  929. - Add "Create conversation" button on first page of dialog when creating a public conversation
  930. [#6206](https://github.com/nextcloud/spreed/pull/6206)
  931. ### Fixed
  932. - Add some validation for shared geo-locations
  933. [#6242](https://github.com/nextcloud/spreed/pull/6242)
  934. - Move unreadMessageElement from computed to a method
  935. [#6241](https://github.com/nextcloud/spreed/pull/6241)
  936. - Fix logged-in users are unable to join a password protected public conversation
  937. [#6230](https://github.com/nextcloud/spreed/pull/6230)
  938. - Don't toggle the video on/off when pasting files into the chat and first releasing the CTRL key
  939. [#6198](https://github.com/nextcloud/spreed/pull/6198)
  940. - Disable recording voice messages on readonly conversations
  941. [#6182](https://github.com/nextcloud/spreed/pull/6182)
  942. ## 12.1.2 – 2021-09-17
  943. ### Fixed
  944. - Add some validation for shared geo-locations
  945. [#6243](https://github.com/nextcloud/spreed/pull/6243)
  946. - Fix logged-in users are unable to join a password protected public conversation
  947. [#6229](https://github.com/nextcloud/spreed/pull/6229)
  948. - Don't toggle the video on/off when pasting files into the chat and first releasing the CTRL key
  949. [#6199](https://github.com/nextcloud/spreed/pull/6199)
  950. - Fix blocked audio recording preview when Talk is embedded in the sidebar
  951. [#6130](https://github.com/nextcloud/spreed/pull/6130)
  952. - Fix infinite loop when the media constraints can not be decreased
  953. [#6126](https://github.com/nextcloud/spreed/pull/6126)
  954. - Fix connection quality warning not disappearing when media is stopped
  955. [#6146](https://github.com/nextcloud/spreed/pull/6146)
  956. - Send offer again when own peer was not initially connected
  957. [#6080](https://github.com/nextcloud/spreed/pull/6080)
  958. ## 11.3.2 – 2021-09-17
  959. ### Fixed
  960. - Fix logged-in users are unable to join a password protected public conversation
  961. [#6231](https://github.com/nextcloud/spreed/pull/6231)
  962. - Don't toggle the video on/off when pasting files into the chat and first releasing the CTRL key
  963. [#6200](https://github.com/nextcloud/spreed/pull/6200)
  964. - Fix infinite loop when the media constraints can not be decreased
  965. [#6127](https://github.com/nextcloud/spreed/pull/6127)
  966. - Fix connection quality warning not disappearing when media is stopped
  967. [#6148](https://github.com/nextcloud/spreed/pull/6148)
  968. - Send offer again when own peer was not initially connected
  969. [#6081](https://github.com/nextcloud/spreed/pull/6081)
  970. - Don't refresh the room when the participant list changes
  971. [#5786](https://github.com/nextcloud/spreed/pull/5786)
  972. ## 10.1.7 – 2021-09-17
  973. ### Fixed
  974. - Fix logged-in users are unable to join a password protected public conversation
  975. [#6232](https://github.com/nextcloud/spreed/pull/6232)
  976. - Fix infinite loop when the media constraints can not be decreased
  977. [#6240](https://github.com/nextcloud/spreed/pull/6240)
  978. ## 10.0.10 – 2021-09-17
  979. ### Fixed
  980. - Fix logged-in users are unable to join a password protected public conversation
  981. [#6233](https://github.com/nextcloud/spreed/pull/6233)
  982. - Fix infinite loop when the media constraints can not be decreased
  983. [#6128](https://github.com/nextcloud/spreed/pull/6128)
  984. ## 12.1.1 – 2021-08-30
  985. ### Changed
  986. - Improved device preference storing to better recover after switching between docking-station and normal usage with a device
  987. [#6179](https://github.com/nextcloud/spreed/pull/6179)
  988. ### Fixed
  989. - Fix laggy video with Full HD 60 FPS webcams in Chrome and Chromium
  990. [#6159](https://github.com/nextcloud/spreed/pull/6159)
  991. - Fix infinite loop when video constrains can not be satisfied
  992. [#6125](https://github.com/nextcloud/spreed/pull/6125)
  993. - Fix connection quality warning after media was stopped
  994. [#6147](https://github.com/nextcloud/spreed/pull/6147)
  995. - Hide forward action for guests
  996. [#6143](https://github.com/nextcloud/spreed/pull/6143)
  997. - Don't select the own video when trying to open the video settings
  998. [#6158](https://github.com/nextcloud/spreed/pull/6158)
  999. - Fix issues with several popovers in fullscreen mode or sidebar mode
  1000. [#6155](https://github.com/nextcloud/spreed/pull/6155)
  1001. - Fix issue with video recording in sidebar mode
  1002. [#6129](https://github.com/nextcloud/spreed/pull/6129)
  1003. [#6131](https://github.com/nextcloud/spreed/pull/6131)
  1004. ## 12.1.0 – 2021-08-10
  1005. ### Added
  1006. - Allow to forward messages to another chat
  1007. [#6053](https://github.com/nextcloud/spreed/pull/6053)
  1008. [#6057](https://github.com/nextcloud/spreed/pull/6057)
  1009. [#6076](https://github.com/nextcloud/spreed/pull/6076)
  1010. - Allow to clear chat history
  1011. [#6052](https://github.com/nextcloud/spreed/pull/6052)
  1012. [#5971](https://github.com/nextcloud/spreed/pull/5971)
  1013. ### Changed
  1014. - Add "missed call" chat system message for one-to-one calls
  1015. [#6031](https://github.com/nextcloud/spreed/pull/6031)
  1016. ### Fixed
  1017. - Remove div tags when pasting or writing multiline messages in Safari
  1018. [#6086](https://github.com/nextcloud/spreed/pull/6086)
  1019. - Add list of "What's new in Talk 12"
  1020. [#6050](https://github.com/nextcloud/spreed/pull/6050)
  1021. ## 12.0.1 – 2021-07-15
  1022. ### Fixed
  1023. - Unshare all items directly when deleting a room
  1024. [#5975](https://github.com/nextcloud/spreed/pull/5975)
  1025. - Fix date picker for lobby not being visible
  1026. [#5984](https://github.com/nextcloud/spreed/pull/5984)
  1027. - Fix initial camera quality with Chromium and Chromebased browsers
  1028. [#6000](https://github.com/nextcloud/spreed/pull/6000)
  1029. - Wait for the wav encoder to be initialized before allowing recordings
  1030. [#6012](https://github.com/nextcloud/spreed/pull/6012)
  1031. [#6014](https://github.com/nextcloud/spreed/pull/6014)
  1032. - Fix displaying moderation options in one-to-ones
  1033. [#6008](https://github.com/nextcloud/spreed/pull/6008)
  1034. - Never show read marker on the very last message
  1035. [#5969](https://github.com/nextcloud/spreed/pull/5969)
  1036. ## 11.3.1 – 2021-07-15
  1037. ### Fixed
  1038. - Add UI feedback when local participant is not connected
  1039. [#5797](https://github.com/nextcloud/spreed/pull/5797)
  1040. - Allow to open files with ctrl click
  1041. [#5761](https://github.com/nextcloud/spreed/pull/5761)
  1042. - Prevent submitting the message when the user is composing a character
  1043. [#5941](https://github.com/nextcloud/spreed/pull/5941)
  1044. - Fix connection quality warning shown due to stalled stats
  1045. [#5924](https://github.com/nextcloud/spreed/pull/5924)
  1046. - Fix connection quality stats not reset when setting a new peer connection
  1047. [#5768](https://github.com/nextcloud/spreed/pull/5768)
  1048. - Ignore current participant when listing rooms if removed concurrently
  1049. [#5758](https://github.com/nextcloud/spreed/pull/5758)
  1050. [#5740](https://github.com/nextcloud/spreed/pull/5740)
  1051. - Fix links to documentation
  1052. [#5947](https://github.com/nextcloud/spreed/pull/5947)
  1053. ## 10.1.6 – 2021-07-15
  1054. ### Fixed
  1055. - Fix connection quality stats not reset when setting a new peer connection
  1056. [#5770](https://github.com/nextcloud/spreed/pull/5770)
  1057. ## 10.0.9 – 2021-07-15
  1058. ### Fixed
  1059. - Fix connection quality stats not reset when setting a new peer connection
  1060. [#5769](https://github.com/nextcloud/spreed/pull/5769)
  1061. ## 12.0.0 – 2021-07-06
  1062. ### Added
  1063. - Add support for simulcast streams when the high-performance backend is used
  1064. [#5535](https://github.com/nextcloud/spreed/pull/5535)
  1065. - Allow users to have multiple session in the same conversation
  1066. [#5194](https://github.com/nextcloud/spreed/pull/5194)
  1067. - Voice messages, location sharing and contacts sharing
  1068. [#5610](https://github.com/nextcloud/spreed/pull/5610)
  1069. [#5573](https://github.com/nextcloud/spreed/pull/5573)
  1070. [#5731](https://github.com/nextcloud/spreed/pull/5731)
  1071. - Play a sound when a participant joins or leaves the call
  1072. [#5410](https://github.com/nextcloud/spreed/pull/5410)
  1073. - Add unread message marker in the chat view
  1074. [#3825](https://github.com/nextcloud/spreed/pull/3825)
  1075. - Show a "new message" indicator while being in the call
  1076. [#5534](https://github.com/nextcloud/spreed/pull/5534)
  1077. - Sync group members with conversation participants
  1078. [#4810](https://github.com/nextcloud/spreed/pull/4810)
  1079. - Add an option to reply privately
  1080. [#4855](https://github.com/nextcloud/spreed/pull/4855)
  1081. - Conversation TopBar with icon, name and description
  1082. [#5596](https://github.com/nextcloud/spreed/pull/5596)
  1083. ### Changed
  1084. - Use all defined STUN and TURN servers instead of a random one
  1085. [#5503](https://github.com/nextcloud/spreed/pull/5503)
  1086. [#5491](https://github.com/nextcloud/spreed/pull/5491)
  1087. - Compatibility with Nextcloud 22
  1088. ### Fixed
  1089. - Allow to mention groupfolder users in file chats
  1090. [#4246](https://github.com/nextcloud/spreed/pull/4246)
  1091. - Fix not sending signaling messages to participants without a Peer object
  1092. [#4686](https://github.com/nextcloud/spreed/pull/4686)
  1093. - Fix several issues with video, stream and screenshare selections
  1094. ### Removed
  1095. - 🏁 Conversations API v1, v2 and v3
  1096. - 🏁 Call API v1, v2 and v3
  1097. - 🏁 Signaling API v1 and v2
  1098. - 🏁 Support for Internet Explorer
  1099. ## 11.3.0 – 2021-06-04
  1100. ### Fixed
  1101. - Inject the preloaded user status into the avatar component
  1102. [#5694](https://github.com/nextcloud/spreed/pull/5694)
  1103. - Fix switching devices in Firefox
  1104. [#5580](https://github.com/nextcloud/spreed/pull/5580)
  1105. - Fix switching devices during a call if started without audio nor video
  1106. [#5662](https://github.com/nextcloud/spreed/pull/5662)
  1107. - Redirect to not-found page while in a call
  1108. [#5601](https://github.com/nextcloud/spreed/pull/5601)
  1109. - Regenerate session id after entering conversation password
  1110. [#5638](https://github.com/nextcloud/spreed/pull/5638)
  1111. - Fix a problem when a deleted user is recreated again
  1112. [#5643](https://github.com/nextcloud/spreed/pull/5643)
  1113. - Encode dav path segments for direct GIF preview
  1114. [#5674](https://github.com/nextcloud/spreed/pull/5674)
  1115. - Fix raised hand handler not detached when a participant leaves
  1116. [#5676](https://github.com/nextcloud/spreed/pull/5676)
  1117. - Register flow operation via dedicated instead of legacy event
  1118. [#5650](https://github.com/nextcloud/spreed/pull/5650)
  1119. ## 11.2.2 – 2021-06-04
  1120. ### Fixed
  1121. - Regenerate session id after entering conversation password
  1122. [#5639](https://github.com/nextcloud/spreed/pull/5639)
  1123. - Fix a problem when a deleted user is recreated again
  1124. [#5644](https://github.com/nextcloud/spreed/pull/5644)
  1125. - Encode dav path segments for direct GIF preview
  1126. [#5692](https://github.com/nextcloud/spreed/pull/5692)
  1127. - Fix raised hand handler not detached when a participant leaves
  1128. [#5677](https://github.com/nextcloud/spreed/pull/5677)
  1129. - Register flow operation via dedicated instead of legacy event
  1130. [#5651](https://github.com/nextcloud/spreed/pull/5651)
  1131. ## 10.1.5 – 2021-06-04
  1132. ### Fixed
  1133. - Regenerate session id after entering conversation password
  1134. [#5640](https://github.com/nextcloud/spreed/pull/5640)
  1135. - Fix quality warning appearing again in certain conditions
  1136. [#5553](https://github.com/nextcloud/spreed/pull/5553)
  1137. - Fix camera quality starting bad in some cases
  1138. [#5557](https://github.com/nextcloud/spreed/pull/5557)
  1139. ## 10.0.8 – 2021-06-04
  1140. ### Fixed
  1141. - Regenerate session id after entering conversation password
  1142. [#5641](https://github.com/nextcloud/spreed/pull/5641)
  1143. - Fix quality warning appearing again in certain conditions
  1144. [#5555](https://github.com/nextcloud/spreed/pull/5555)
  1145. - Fix camera quality starting bad in some cases
  1146. [#5559](https://github.com/nextcloud/spreed/pull/5559)
  1147. ## 9.0.10 – 2021-06-04
  1148. ### Fixed
  1149. - Regenerate session id after entering conversation password
  1150. [#5642](https://github.com/nextcloud/spreed/pull/5642)
  1151. ## 11.2.1 – 2021-05-06
  1152. ### Fixed
  1153. - Fix redirect when deleting the current conversation
  1154. [#5315](https://github.com/nextcloud/spreed/pull/5315)
  1155. - Reset the page title when the conversation is not found
  1156. [#5493](https://github.com/nextcloud/spreed/pull/5493)
  1157. - Fix quality warning appearing again in certain conditions
  1158. [#5552](https://github.com/nextcloud/spreed/pull/5552)
  1159. - Fix camera quality starting bad in some cases
  1160. [#5556](https://github.com/nextcloud/spreed/pull/5556)
  1161. - Allow to copy the link of open conversations which the user didn't join
  1162. [#5562](https://github.com/nextcloud/spreed/pull/5562)
  1163. - Fix search focus when typing in the conversation search
  1164. [#5566](https://github.com/nextcloud/spreed/pull/5566)
  1165. - Fix sorting of users which set their user status to offline
  1166. [#5569](https://github.com/nextcloud/spreed/pull/5569)
  1167. ## 11.2.0 – 2021-04-12
  1168. ### Added
  1169. - Added a temporary OCS Api for clients to upload avatars
  1170. [#5401](https://github.com/nextcloud/spreed/pull/5401)
  1171. ### Changed
  1172. - Direct reply button in message row
  1173. [#5361](https://github.com/nextcloud/spreed/pull/5361)
  1174. ### Fixed
  1175. - Show error notification also when hello signaling message fails
  1176. [#5344](https://github.com/nextcloud/spreed/pull/5344)
  1177. - Fix UI feedback when remote participants lose connection
  1178. [#5345](https://github.com/nextcloud/spreed/pull/5345)
  1179. - Handle failed server requests more gracefully
  1180. [#5455](https://github.com/nextcloud/spreed/pull/5455)
  1181. - Only use the local file as preview for some types when uploading
  1182. [#5423](https://github.com/nextcloud/spreed/pull/5423)
  1183. - Fix an issue with the migration to the new attendees table
  1184. [#5427](https://github.com/nextcloud/spreed/pull/5427)
  1185. - Fix the background job checking the schema
  1186. [#5374](https://github.com/nextcloud/spreed/pull/5374)
  1187. - Fix a bug with the raised hand of users that disconnect
  1188. [#5418](https://github.com/nextcloud/spreed/pull/5418)
  1189. ## 11.1.2 – 2021-04-12
  1190. ### Fixed
  1191. - Only use the local file as preview for some types when uploading
  1192. [#5424](https://github.com/nextcloud/spreed/pull/5424)
  1193. - Fix an issue with the migration to the new attendees table
  1194. [#5428](https://github.com/nextcloud/spreed/pull/5428)
  1195. - Fix the background job checking the schema
  1196. [#5373](https://github.com/nextcloud/spreed/pull/5373)
  1197. - Fix a bug with the raised hand of users that disconnect
  1198. [#5419](https://github.com/nextcloud/spreed/pull/5419)
  1199. ## 10.1.4 – 2021-04-12
  1200. ### Fixed
  1201. - Only use the local file as preview for some types when uploading
  1202. [#5425](https://github.com/nextcloud/spreed/pull/5425)
  1203. - Fix an issue with the migration to the new attendees table
  1204. [#5245](https://github.com/nextcloud/spreed/pull/5245)
  1205. [#5429](https://github.com/nextcloud/spreed/pull/5429)
  1206. ## 10.0.7 – 2021-04-12
  1207. ### Fixed
  1208. - Only use the local file as preview for some types when uploading
  1209. [#5426](https://github.com/nextcloud/spreed/pull/5426)
  1210. ## 11.1.1 – 2021-03-04
  1211. ### Fixed
  1212. - Fixed a bug in the migration that could prevent copying all participants to the attendee table
  1213. [#5244](https://github.com/nextcloud/spreed/pull/5244)
  1214. ## 10.1.3 – 2021-03-04
  1215. ### Fixed
  1216. - Fixed a bug in the migration that could prevent copying all participants to the attendee table
  1217. [#5245](https://github.com/nextcloud/spreed/pull/5245)
  1218. ## 11.1.0 – 2021-02-23
  1219. ### Added
  1220. - Integrate with Deck to allow posting Deck cards to Talk conversations
  1221. [#5201](https://github.com/nextcloud/spreed/pull/5201)
  1222. [#5202](https://github.com/nextcloud/spreed/pull/5202)
  1223. [#5203](https://github.com/nextcloud/spreed/pull/5203)
  1224. - Allow other apps to register message actions, e.g. Deck can create a Deck card out of a chat message
  1225. [#5204](https://github.com/nextcloud/spreed/pull/5204)
  1226. - Allow to delete chat messages
  1227. [#5205](https://github.com/nextcloud/spreed/pull/5205)
  1228. [#5206](https://github.com/nextcloud/spreed/pull/5206)
  1229. - Add information about callFlags of a conversation to the API so mobile clients can show if it's a audio or video call
  1230. [#5208](https://github.com/nextcloud/spreed/pull/5208)
  1231. ### Fixed
  1232. - Prevent loading old messages twice on scroll which could skip some messages
  1233. [#5209](https://github.com/nextcloud/spreed/pull/5209)
  1234. ## 11.0.0 – 2021-02-22
  1235. ### Added
  1236. - Implement read status for messages including a privacy setting
  1237. [#4231](https://github.com/nextcloud/spreed/pull/4231)
  1238. - Allow moderators to "open" conversations so users can join themselves
  1239. [#4706](https://github.com/nextcloud/spreed/pull/4706)
  1240. - Add conversation descriptions
  1241. [#4546](https://github.com/nextcloud/spreed/pull/4546)
  1242. - Allow pagination for main grid view
  1243. [#4958](https://github.com/nextcloud/spreed/pull/4958)
  1244. - Allow to send messages again when they failed
  1245. [#4975](https://github.com/nextcloud/spreed/pull/4975)
  1246. - You can now push to talk/mute with the space key
  1247. [#4328](https://github.com/nextcloud/spreed/pull/4328)
  1248. - Added support for turns:// protocol
  1249. [#5087](https://github.com/nextcloud/spreed/pull/5087)
  1250. - Add basic support for Opera
  1251. [#4974](https://github.com/nextcloud/spreed/pull/4974)
  1252. - Allow resending email invitations
  1253. [#5052](https://github.com/nextcloud/spreed/pull/5052)
  1254. - Allow to collapse the video strip to focus more on the promoted speaker or screenshare
  1255. [#4363](https://github.com/nextcloud/spreed/pull/4363)
  1256. - Improve previews of images and allow animation of gifs
  1257. [#4472](https://github.com/nextcloud/spreed/pull/4472)
  1258. - Allow to "Raise hand" in a call
  1259. [#4569](https://github.com/nextcloud/spreed/pull/4569)
  1260. - Compatibility with Nextcloud 21
  1261. ### Changed
  1262. - Bring up the conversation creation-dialog when clicking on a group to prevent accidentally spam
  1263. [#5062](https://github.com/nextcloud/spreed/pull/5062)
  1264. - Use different border color when own message is quoted
  1265. [#4940](https://github.com/nextcloud/spreed/pull/4940)
  1266. - Move matterbridge settings into the conversation settings dialog
  1267. [#4907](https://github.com/nextcloud/spreed/pull/4907)
  1268. - Updated database structure so all tables have a primary key for database cluster support
  1269. [#4735](https://github.com/nextcloud/spreed/pull/4735)
  1270. ### Fixed
  1271. - For more details look at the changelog of the alphas and the rc
  1272. ## 10.1.2 – 2021-02-22
  1273. ### Added
  1274. - Added pagination to the gridview in case there are too many participants
  1275. [#4991](https://github.com/nextcloud/spreed/pull/4991)
  1276. ### Changed
  1277. - Replace blur with average color in video backgrounds to improve performance on Chrome based browsers
  1278. [#5011](https://github.com/nextcloud/spreed/pull/5011)
  1279. - Allow SIP dial-in in non-public conversations too
  1280. [#4955](https://github.com/nextcloud/spreed/pull/4955)
  1281. ### Fixed
  1282. - Drop guest moderators when changing a conversation to group conversation
  1283. [#5231](https://github.com/nextcloud/spreed/pull/5231)
  1284. - Fix collaboration resource options not loading
  1285. [#5141](https://github.com/nextcloud/spreed/pull/5141)
  1286. - Fixed a bug that would prevent attachments going into the Talk/ folder
  1287. [#5078](https://github.com/nextcloud/spreed/pull/5078)
  1288. - Fix mentioning of users with subnames, e.g. "foo" and "foobar"
  1289. [#5050](https://github.com/nextcloud/spreed/pull/5050)
  1290. - Add upload editor in files sidebar mode
  1291. [#5113](https://github.com/nextcloud/spreed/pull/5113)
  1292. ## 10.0.6 – 2021-02-22
  1293. ### Changed
  1294. - Replace blur with average color in video backgrounds to improve performance on Chrome based browsers
  1295. [#5012](https://github.com/nextcloud/spreed/pull/5012)
  1296. ### Fixed
  1297. - Drop guest moderators when changing a conversation to group conversation
  1298. [#5228](https://github.com/nextcloud/spreed/pull/5228)
  1299. - Fix collaboration resource options not loading
  1300. [#5142](https://github.com/nextcloud/spreed/pull/5142)
  1301. - Fixed a bug that would prevent attachments going into the Talk/ folder
  1302. [#5079](https://github.com/nextcloud/spreed/pull/5079)
  1303. - Fix mentioning of users with subnames, e.g. "foo" and "foobar"
  1304. [#5051](https://github.com/nextcloud/spreed/pull/5051)
  1305. - Add upload editor in files sidebar mode
  1306. [#5111](https://github.com/nextcloud/spreed/pull/5111)
  1307. ## 9.0.9 – 2021-02-22
  1308. ### Fixed
  1309. - Fix collaboration resource options not loading
  1310. [#5143](https://github.com/nextcloud/spreed/pull/5143)
  1311. - Fixed a bug that would prevent attachments going into the Talk/ folder
  1312. [#5080](https://github.com/nextcloud/spreed/pull/5080)
  1313. ## 11.0.0-rc.1 – 2021-02-12
  1314. ### Added
  1315. - Allow resending email invitations
  1316. [#5052](https://github.com/nextcloud/spreed/pull/5052)
  1317. - Added support for turns:// protocol
  1318. [#5087](https://github.com/nextcloud/spreed/pull/5087)
  1319. ### Changed
  1320. - Bring up the conversation creation-dialog when clicking on a group to prevent accidentally spam
  1321. [#5062](https://github.com/nextcloud/spreed/pull/5062)
  1322. ### Fixed
  1323. - Fixed a bug that would prevent attachments going into the Talk/ folder
  1324. [#5077](https://github.com/nextcloud/spreed/pull/5077)
  1325. - Split the turn test to report whether UDP and/or TCP work
  1326. [#5104](https://github.com/nextcloud/spreed/pull/5104)
  1327. - Fix collaboration resource options not loading
  1328. [#5140](https://github.com/nextcloud/spreed/pull/5140)
  1329. - Hide the upload option when the user has no quota assigned
  1330. [#5036](https://github.com/nextcloud/spreed/pull/5036)
  1331. - Fix mentioning of users with subnames, e.g. "foo" and "foobar"
  1332. [#5041](https://github.com/nextcloud/spreed/pull/5041)
  1333. - Fix capabilities check for image preview size
  1334. [#5033](https://github.com/nextcloud/spreed/pull/5033)
  1335. - Prevent duplicated call summaries when multiple people leave a call on the HPB within a short time period
  1336. [#5042](https://github.com/nextcloud/spreed/pull/5042)
  1337. ## 11.0.0-alpha.4 – 2021-01-25
  1338. ### Added
  1339. - Allow pagination for main grid view
  1340. [#4958](https://github.com/nextcloud/spreed/pull/4958)
  1341. - Allow line breaks and links in the descriptions
  1342. [#4960](https://github.com/nextcloud/spreed/pull/4960)
  1343. - Allow to send messages again when they failed
  1344. [#4975](https://github.com/nextcloud/spreed/pull/4975)
  1345. - Add a button to directly disable the lobby
  1346. [#4997](https://github.com/nextcloud/spreed/pull/4997)
  1347. - Add basic support for Opera
  1348. [#4974](https://github.com/nextcloud/spreed/pull/4974)
  1349. ### Changed
  1350. - The avatar-blurring in calls has been replaced with the average color to improve performance on Chrome, Chromium, Safari, Edge and Opera
  1351. [#4985](https://github.com/nextcloud/spreed/pull/4985)
  1352. - User different border color when own message is quoted
  1353. [#4940](https://github.com/nextcloud/spreed/pull/4940)
  1354. - Move matterbridge settings into the conversation settings dialog
  1355. [#4907](https://github.com/nextcloud/spreed/pull/4907)
  1356. ### Fixed
  1357. - Fix Javascript errors with Internet Explorer and Safari
  1358. [#4829](https://github.com/nextcloud/spreed/pull/4829)
  1359. [#4963](https://github.com/nextcloud/spreed/pull/4963)
  1360. [#5008](https://github.com/nextcloud/spreed/pull/5008)
  1361. - Show unread one-to-one messages in dashboard widget
  1362. [#4944](https://github.com/nextcloud/spreed/pull/4944)
  1363. - Allow to clear the lobby timer value again
  1364. [#4990](https://github.com/nextcloud/spreed/pull/4990)
  1365. - Show single video in stripe if screen share in progress
  1366. [#4941](https://github.com/nextcloud/spreed/pull/4941)
  1367. - Properly initialize descriptionText with description
  1368. [#4942](https://github.com/nextcloud/spreed/pull/4942)
  1369. - Remove system message when a self-joined user leaves a conversation
  1370. [#4933](https://github.com/nextcloud/spreed/pull/4933)
  1371. - Fix scrolling of the chat when messages arrive while in background
  1372. [#4979](https://github.com/nextcloud/spreed/pull/4979)
  1373. - Fix a bug that prevented disabling sip
  1374. [#4951](https://github.com/nextcloud/spreed/pull/4951)
  1375. - Allow SIP dial-in in non-public conversations
  1376. [#4954](https://github.com/nextcloud/spreed/pull/4954)
  1377. - Correctly use the displayname for groups in admin settings
  1378. [#4943](https://github.com/nextcloud/spreed/pull/4943)
  1379. - Delete messages from UI storage when a conversation is deleted
  1380. [#4949](https://github.com/nextcloud/spreed/pull/4949)
  1381. - Add mapping between Nextcloud session id and signaling server session id, to allow linking call users with the rest of the UI
  1382. [#4952](https://github.com/nextcloud/spreed/pull/4952)
  1383. - Fix missing display names with sip users
  1384. [#4956](https://github.com/nextcloud/spreed/pull/4956)
  1385. ## 11.0.0-alpha.3 – 2021-01-08
  1386. ### Fixed
  1387. - Fix chat notifications not being sent when user is not active in a chat
  1388. [#4825](https://github.com/nextcloud/spreed/pull/4825)
  1389. [#4848](https://github.com/nextcloud/spreed/pull/4848)
  1390. - Fix CSP violation in Safari with worker-src from avatar blurring
  1391. [#4822](https://github.com/nextcloud/spreed/pull/4822)
  1392. - Don't remove a chat when a self-joined user leaves
  1393. [#4892](https://github.com/nextcloud/spreed/pull/4892)
  1394. - Avoid double quotes in bridge bot app password
  1395. [#4905](https://github.com/nextcloud/spreed/pull/4905)
  1396. - Only scroll to conversations when clicking on search results
  1397. [#4905](https://github.com/nextcloud/spreed/pull/4905)
  1398. - Do not load full room object for share queries to save resources on propfinds
  1399. [#4856](https://github.com/nextcloud/spreed/pull/4856)
  1400. ## 10.1.1 – 2021-01-08
  1401. ### Fixed
  1402. - Fix chat notifications not being sent when user is not active in a chat
  1403. [#4869](https://github.com/nextcloud/spreed/pull/4869)
  1404. [#4847](https://github.com/nextcloud/spreed/pull/4847)
  1405. - Fix CSP violation in Safari with worker-src from avatar blurring
  1406. [#4899](https://github.com/nextcloud/spreed/pull/4899)
  1407. - Don't remove a chat when a self-joined user leaves
  1408. [#4893](https://github.com/nextcloud/spreed/pull/4893)
  1409. - Use proc_open to run matterbridge for better compatibility
  1410. [#4775](https://github.com/nextcloud/spreed/pull/4775)
  1411. - Make the bridge bot password more complex
  1412. [#4909](https://github.com/nextcloud/spreed/pull/4909)
  1413. ## 10.0.5 – 2021-01-08
  1414. ### Fixed
  1415. - Fix CSP violation in Safari with worker-src from avatar blurring
  1416. [#4900](https://github.com/nextcloud/spreed/pull/4900)
  1417. - Don't remove a chat when a self-joined user leaves
  1418. [#4894](https://github.com/nextcloud/spreed/pull/4894)
  1419. - Make the bridge bot password more complex
  1420. [#4910](https://github.com/nextcloud/spreed/pull/4910)
  1421. ## 9.0.8 – 2021-01-08
  1422. ### Fixed
  1423. - Don't remove a chat when a self-joined user leaves
  1424. [#4903](https://github.com/nextcloud/spreed/pull/4903)
  1425. ## 8.0.15 – 2021-01-08
  1426. ### Fixed
  1427. - Don't remove a chat when a self-joined user leaves
  1428. [#4904](https://github.com/nextcloud/spreed/pull/4904)
  1429. ## 11.0.0-alpha.2 – 2020-12-18
  1430. ### Added
  1431. - Implement read status for messages including a privacy setting
  1432. [#4231](https://github.com/nextcloud/spreed/pull/4231)
  1433. - Implement multiple requirements to prepare for SIP dial-in
  1434. [#4324](https://github.com/nextcloud/spreed/pull/4324)
  1435. [#4469](https://github.com/nextcloud/spreed/pull/4496)
  1436. [#4682](https://github.com/nextcloud/spreed/pull/4682)
  1437. [#4689](https://github.com/nextcloud/spreed/pull/4689)
  1438. - Allow moderators to make conversations "listable" so users can join themselves
  1439. [#4706](https://github.com/nextcloud/spreed/pull/4706)
  1440. - Add the possibility for conversation descriptions
  1441. [#4546](https://github.com/nextcloud/spreed/pull/4546)
  1442. - You can now push to talk/mute with the space key
  1443. [#4328](https://github.com/nextcloud/spreed/pull/4328)
  1444. - Conversations can now be locked in the moderator settings preventing further chat messages and calls
  1445. [#4331](https://github.com/nextcloud/spreed/pull/4331)
  1446. - Allow to collapse the video strip to focus more on the promoted speaker or screenshare
  1447. [#4363](https://github.com/nextcloud/spreed/pull/4363)
  1448. - Improve previews of images and allow animation of gifs
  1449. [#4472](https://github.com/nextcloud/spreed/pull/4472)
  1450. - Allow to "Raise hand" in a call
  1451. [#4569](https://github.com/nextcloud/spreed/pull/4569)
  1452. - Compatibility with Nextcloud 21
  1453. ### Changed
  1454. - Improve setting initial audio and video status when the HPB is used
  1455. [#4181](https://github.com/nextcloud/spreed/pull/4181)
  1456. - Remember the Grid view/Promoted speaker selection per conversation in the browser storage and when a screenshare is stopped
  1457. [#4451](https://github.com/nextcloud/spreed/pull/4451)
  1458. - Use the new Vue settings modal for user and conversation settings
  1459. [#4195](https://github.com/nextcloud/spreed/pull/4195)
  1460. - Updated database structure so all tables have a primary key for database cluster support
  1461. [#4735](https://github.com/nextcloud/spreed/pull/4735)
  1462. ### Fixed
  1463. - Diff against alpha.1: Revert update of @babel/preset-env which breaks the compiled JS
  1464. [#4808](https://github.com/nextcloud/spreed/pull/4808)
  1465. - Stop sending the nick through data channels after some time
  1466. [#4182](https://github.com/nextcloud/spreed/pull/4182)
  1467. - Don't query guest names for an empty list of guest sessions
  1468. [#4190](https://github.com/nextcloud/spreed/pull/4190)
  1469. - Use date-based names for image content that is pasted into the chat
  1470. [#4539](https://github.com/nextcloud/spreed/pull/4539)
  1471. ## 10.1.0 – 2020-12-18
  1472. ### Added
  1473. - Implement multiple requirements to prepare for SIP dial-in
  1474. [#4612](https://github.com/nextcloud/spreed/pull/4612)
  1475. ### Fixed
  1476. - Fix potentially multiple guests joining in a password request conversation
  1477. [#4801](https://github.com/nextcloud/spreed/pull/4801)
  1478. - Prevent issues with UTF8 multibyte chars in the changelog conversation
  1479. [#4733](https://github.com/nextcloud/spreed/pull/4733)
  1480. - Fix Chromium performance hit in calls due to blur filter
  1481. [#4781](https://github.com/nextcloud/spreed/pull/4781)
  1482. - Stop sending the nick through data channels after some time
  1483. [#4726](https://github.com/nextcloud/spreed/pull/4726)
  1484. - Fix "Copy link" not clickable when waiting alone in a call
  1485. [#4687](https://github.com/nextcloud/spreed/pull/4687)
  1486. - Fix some Matterbridge integrations
  1487. [#4729](https://github.com/nextcloud/spreed/pull/4729)
  1488. [#4799](https://github.com/nextcloud/spreed/pull/4799)
  1489. - Use proc_open to run system commands in bridge manager
  1490. [#4775](https://github.com/nextcloud/spreed/pull/4775)
  1491. - Only show password request button when the share actually has Talk Verification enabled
  1492. [#4794](https://github.com/nextcloud/spreed/pull/4794)
  1493. ## 10.0.4 – 2020-12-18
  1494. ### Fixed
  1495. - Fix potentially multiple guests joining in a password request conversation
  1496. [#4798](https://github.com/nextcloud/spreed/pull/4798)
  1497. - Prevent issues with UTF8 multibyte chars in the changelog conversation
  1498. [#4734](https://github.com/nextcloud/spreed/pull/4734)
  1499. - Fix Chromium performance hit in calls due to blur filter
  1500. [#4780](https://github.com/nextcloud/spreed/pull/4780)
  1501. - Stop sending the nick through data channels after some time
  1502. [#4649](https://github.com/nextcloud/spreed/pull/4649)
  1503. - Fix "Copy link" not clickable when waiting alone in a call
  1504. [#4687](https://github.com/nextcloud/spreed/pull/4687)
  1505. - Fix some Matterbridge integrations
  1506. [#4728](https://github.com/nextcloud/spreed/pull/4728)
  1507. [#4800](https://github.com/nextcloud/spreed/pull/4800)
  1508. - Use proc_open to run system commands in bridge manager
  1509. [#4774](https://github.com/nextcloud/spreed/pull/4774)
  1510. - Only show password request button when the share actually has Talk Verification enabled
  1511. [#4795](https://github.com/nextcloud/spreed/pull/4795)
  1512. ## 9.0.7 – 2020-12-18
  1513. ### Fixed
  1514. - Fix potentially multiple guests joining in a password request conversation
  1515. [#4797](https://github.com/nextcloud/spreed/pull/4797)
  1516. ## 8.0.14 – 2020-12-18
  1517. ### Fixed
  1518. - Fix potentially multiple guests joining in a password request conversation
  1519. [#4796](https://github.com/nextcloud/spreed/pull/4796)
  1520. ## 10.0.3 – 2020-11-18
  1521. ### Fixed
  1522. - Fix conversation URL change detection
  1523. [#4642](https://github.com/nextcloud/spreed/pull/4642)
  1524. - Fix missing call icon in participant list
  1525. [#4637](https://github.com/nextcloud/spreed/pull/4637)
  1526. ## 10.0.2 – 2020-11-17
  1527. ### Fixed
  1528. - Reduce performance impact caused by the existence of the emoji picker
  1529. [#4514](https://github.com/nextcloud/spreed/pull/4514)
  1530. - Reduce the load when mounting many shares
  1531. [#4509](https://github.com/nextcloud/spreed/pull/4509)
  1532. - Fix handling of unavailable commands
  1533. [#4577](https://github.com/nextcloud/spreed/pull/4577)
  1534. - Don't leave conversation on URL hash change e.g. from search
  1535. [#4596](https://github.com/nextcloud/spreed/pull/4596)
  1536. - Correctly delete a conversation when the last moderator leaves
  1537. [#4498](https://github.com/nextcloud/spreed/pull/4498)
  1538. ## 9.0.6 – 2020-11-17
  1539. ### Fixed
  1540. - Reduce the load when mounting many shares
  1541. [#4510](https://github.com/nextcloud/spreed/pull/4510)
  1542. - Fix handling of unavailable commands
  1543. [#4578](https://github.com/nextcloud/spreed/pull/4578)
  1544. - Correctly delete a conversation when the last moderator leaves
  1545. [#4499](https://github.com/nextcloud/spreed/pull/4499)
  1546. ## 8.0.13 – 2020-11-17
  1547. ### Fixed
  1548. - Reduce the load when mounting many shares
  1549. [#4511](https://github.com/nextcloud/spreed/pull/4511)
  1550. - Fix handling of unavailable commands
  1551. [#4579](https://github.com/nextcloud/spreed/pull/4579)
  1552. - Correctly delete a conversation when the last moderator leaves
  1553. [#4611](https://github.com/nextcloud/spreed/pull/4611)
  1554. ## 10.0.1 – 2020-10-23
  1555. ### Fixed
  1556. - Fix automated scrolling behaviour which sometimes jumped into the middle of the message list
  1557. [#4417](https://github.com/nextcloud/spreed/pull/4417)
  1558. - Remove pulse animation from call button to reduce CPU load in chrome-based browsers
  1559. [#4301](https://github.com/nextcloud/spreed/pull/4301)
  1560. - Only show the "Session conflict" dialog when in a call
  1561. [#4442](https://github.com/nextcloud/spreed/pull/4442)
  1562. - Fix minimum length calculation of the call token
  1563. [#4369](https://github.com/nextcloud/spreed/pull/4369)
  1564. - Fix duplicate session issue in files sidebar
  1565. [#4426](https://github.com/nextcloud/spreed/pull/4426)
  1566. - Lobby date not shown in the moderator menu
  1567. [#4322](https://github.com/nextcloud/spreed/pull/4322)
  1568. - Don't load the session information in rooms with more than 100 participants
  1569. [#4278](https://github.com/nextcloud/spreed/pull/4278)
  1570. - Improve setting the initial status of audio/video when the high-performance backend is used
  1571. [#4375](https://github.com/nextcloud/spreed/pull/4375)
  1572. - Fix syntax to check for matterbridge processes to work on more systems
  1573. [#4415](https://github.com/nextcloud/spreed/pull/4415)
  1574. - Don't render an additional video when selecting the already promoted video
  1575. [#4419](https://github.com/nextcloud/spreed/pull/4419)
  1576. ## 9.0.5 – 2020-10-23
  1577. ### Fixed
  1578. - Remove pulse animation from call button to reduce CPU load in chrome-based browsers
  1579. [#4302](https://github.com/nextcloud/spreed/pull/4302)
  1580. - Only show the "Session conflict" dialog when in a call
  1581. [#4443](https://github.com/nextcloud/spreed/pull/4443)
  1582. - Fix minimum length calculation of the call token
  1583. [#4370](https://github.com/nextcloud/spreed/pull/4370)
  1584. - Fix duplicate session issue in files sidebar
  1585. [#4427](https://github.com/nextcloud/spreed/pull/4427)
  1586. - Lobby date not shown in the moderator menu
  1587. [#4323](https://github.com/nextcloud/spreed/pull/4323)
  1588. ## 8.0.12 – 2020-10-23
  1589. ### Fixed
  1590. - Remove pulse animation from call button to reduce CPU load in chrome-based browsers
  1591. [#4303](https://github.com/nextcloud/spreed/pull/4303)
  1592. - Fix minimum length calculation of the call token
  1593. [#4371](https://github.com/nextcloud/spreed/pull/4371)
  1594. - Fix duplicate session issue in files sidebar
  1595. [#4428](https://github.com/nextcloud/spreed/pull/4428)
  1596. ## 10.0.0 – 2020-10-02
  1597. ### Added
  1598. - Implement unified search for messages
  1599. [#4017](https://github.com/nextcloud/spreed/pull/4017)
  1600. - Support for user status
  1601. [#3993](https://github.com/nextcloud/spreed/pull/3993)
  1602. - Moderators can now mute all participants with one click in the moderator menu
  1603. [#4052](https://github.com/nextcloud/spreed/pull/4052)
  1604. - Allow changing the camera and microphone during a call
  1605. [#4023](https://github.com/nextcloud/spreed/pull/4023)
  1606. - Show upload progress and a preview when sharing a file into the chat
  1607. [#3988](https://github.com/nextcloud/spreed/pull/3988)
  1608. - Add a dashboard widget with unread mentions and active calls
  1609. [#3890](https://github.com/nextcloud/spreed/pull/3890)
  1610. - Add an emoji picker to the chat
  1611. [#3994](https://github.com/nextcloud/spreed/pull/3994)
  1612. - Hosted high-performance backend trial option in the admin settings
  1613. [#3620](https://github.com/nextcloud/spreed/pull/3620)
  1614. - Remember the selected camera and microphone for future visits
  1615. [#4224](https://github.com/nextcloud/spreed/pull/4224)
  1616. - Keyboard navigation for conversation search
  1617. [#3955](https://github.com/nextcloud/spreed/pull/3955)
  1618. - Show keyboard shortcuts in the settings
  1619. [#4089](https://github.com/nextcloud/spreed/pull/4089)
  1620. - 🚧 TechPreview: Matterbridge integration
  1621. [#4010](https://github.com/nextcloud/spreed/pull/4010)
  1622. - Compatibility with Nextcloud 20
  1623. ### Changed
  1624. - Online users are now sorted above offline moderators in the participant list, because we think it's more important what you do than who you are
  1625. [#4211](https://github.com/nextcloud/spreed/pull/4211)
  1626. - Allow to select your own video in the speaker view
  1627. [#3814](https://github.com/nextcloud/spreed/pull/3814)
  1628. ### Fixed
  1629. - "Talk to …" button in avatar only works on first use
  1630. [#4194](https://github.com/nextcloud/spreed/pull/4194)
  1631. - Reduce the load of various requests
  1632. [#4205](https://github.com/nextcloud/spreed/pull/4205)
  1633. [#4204](https://github.com/nextcloud/spreed/pull/4204)
  1634. [#4201](https://github.com/nextcloud/spreed/pull/4201)
  1635. [#4152](https://github.com/nextcloud/spreed/pull/4152)
  1636. - Fix clientside memory leaks due to missing unsubscribe of events when destroying interface components
  1637. [#4139](https://github.com/nextcloud/spreed/pull/4139)
  1638. [#4140](https://github.com/nextcloud/spreed/pull/4140)
  1639. [#4154](https://github.com/nextcloud/spreed/pull/4154)
  1640. [#4155](https://github.com/nextcloud/spreed/pull/4155)
  1641. - Installation on Oracle fails
  1642. [#4127](https://github.com/nextcloud/spreed/pull/4127)
  1643. - Try to be more safe again errors when trying to get the Talk folder for attachments
  1644. [#4165](https://github.com/nextcloud/spreed/pull/4165)
  1645. - Remove old "hark" data channel
  1646. [#4068](https://github.com/nextcloud/spreed/pull/4068)
  1647. - Show other participants video when they share their screen
  1648. [#4082](https://github.com/nextcloud/spreed/pull/4082)
  1649. - Scroll to the original message when clicking on a quota
  1650. [#4037](https://github.com/nextcloud/spreed/pull/4037)
  1651. - Fix transparency issue with the avatar menu in the participant list
  1652. [#3958](https://github.com/nextcloud/spreed/pull/3958)
  1653. - Prevent infinite loop in datachannel open re-transmission
  1654. [#3882](https://github.com/nextcloud/spreed/pull/3882)
  1655. ## 9.0.4 – 2020-09-17
  1656. ### Added
  1657. - Moderators can now mute all participants with a single button in the moderator menu
  1658. [#4054](https://github.com/nextcloud/spreed/pull/4054)
  1659. ### Fixed
  1660. - Prevent infinite loop when opening a data channel and retransmitting old messages
  1661. [#4069](https://github.com/nextcloud/spreed/pull/4069)
  1662. - Installation on Oracle fails
  1663. [#4129](https://github.com/nextcloud/spreed/pull/4129)
  1664. - Fix clientside memory leaks due to missing unsubscribe of events when destroying interface components
  1665. [#4148](https://github.com/nextcloud/spreed/pull/4148)
  1666. [#4156](https://github.com/nextcloud/spreed/pull/4156)
  1667. [#4160](https://github.com/nextcloud/spreed/pull/4160)
  1668. [#4162](https://github.com/nextcloud/spreed/pull/4162)
  1669. ## 8.0.11 – 2020-09-17
  1670. ### Fixed
  1671. - Internet Explorer 11 unable to load the interface
  1672. [#3983](https://github.com/nextcloud/spreed/pull/3983)
  1673. - Speaker promotion with newer Janus versions
  1674. [#3952](https://github.com/nextcloud/spreed/pull/3952)
  1675. - Prevent infinite loop when opening a data channel and retransmitting old messages
  1676. [#4070](https://github.com/nextcloud/spreed/pull/4070)
  1677. - Installation on Oracle fails
  1678. [#4130](https://github.com/nextcloud/spreed/pull/4130)
  1679. - Fix clientside memory leaks due to missing unsubscribe of events when destroying interface components
  1680. [#4149](https://github.com/nextcloud/spreed/pull/4149)
  1681. [#4161](https://github.com/nextcloud/spreed/pull/4161)
  1682. [#4163](https://github.com/nextcloud/spreed/pull/4163)
  1683. ## 9.0.3 – 2020-08-04
  1684. ### Fixed
  1685. - Fix compatibility with Janus 0.10.4 and the newest High-performance backend
  1686. [#3940](https://github.com/nextcloud/spreed/pull/3940)
  1687. [#3979](https://github.com/nextcloud/spreed/pull/3979)
  1688. - Allow Internet Explorer 11 to render the page again
  1689. [#3967](https://github.com/nextcloud/spreed/pull/3967)
  1690. [#3982](https://github.com/nextcloud/spreed/pull/3982)
  1691. - Only show the browser warning when interacting with Nextcloud Talk features
  1692. [#3978](https://github.com/nextcloud/spreed/pull/3978)
  1693. - Avatar menu is opaque for participants that are offline
  1694. [#3959](https://github.com/nextcloud/spreed/pull/3959)
  1695. - Always allow to communicate with the HPB even when it's a local url
  1696. [#3965](https://github.com/nextcloud/spreed/pull/3965)
  1697. ## 9.0.2 – 2020-07-21
  1698. ### Added
  1699. - Warn the user when their connection or computer is busy and others might not be able to see or hear them correctly anymore.
  1700. [#3923](https://github.com/nextcloud/spreed/pull/3923)
  1701. - Warn the user when joining twice in the same conversation which breaks the calling experience for others.
  1702. [#3866](https://github.com/nextcloud/spreed/pull/3866)
  1703. ### Changed
  1704. - Improve default push notification text for upcoming iOS 13 SDK changes in the iOS mobile app
  1705. [#3847](https://github.com/nextcloud/spreed/pull/3847)
  1706. ### Fixed
  1707. - Fix timeout issue with users having only numeric ids
  1708. [#3791](https://github.com/nextcloud/spreed/pull/3791)
  1709. - Fix a failure on logout when an active session was removed from a conversation already
  1710. [#3869](https://github.com/nextcloud/spreed/pull/3869)
  1711. - Unify the blur on all videos to a same higher factor
  1712. [#3821](https://github.com/nextcloud/spreed/pull/3821)
  1713. [#3887](https://github.com/nextcloud/spreed/pull/3887)
  1714. - Fix attachment selection when default folder can not be created.
  1715. [#3797](https://github.com/nextcloud/spreed/pull/3797)
  1716. - Update lib to parse links in chat messages to fix an issue with trailing spaces
  1717. [#3924](https://github.com/nextcloud/spreed/pull/3924)
  1718. ## 8.0.10 – 2020-07-21
  1719. ### Added
  1720. - Warn the user when their connection or computer is busy and others might not be able to see or hear them correctly anymore.
  1721. [#3899](https://github.com/nextcloud/spreed/pull/3899)
  1722. ### Changed
  1723. - Improve default push notification text for upcoming iOS 13 SDK changes in the iOS mobile app
  1724. [#3848](https://github.com/nextcloud/spreed/pull/3848)
  1725. ### Fixed
  1726. - Always try to connect without camera in case it failed
  1727. [#3781](https://github.com/nextcloud/spreed/pull/3781)
  1728. - Update lib to parse links in chat messages to fix an issue with trailing spaces
  1729. [#3925](https://github.com/nextcloud/spreed/pull/3925)
  1730. - Remove automatic ping when getting chat messages via the web UI
  1731. [#3793](https://github.com/nextcloud/spreed/pull/3793)
  1732. ## 7.0.4 – 2020-07-21
  1733. ### Added
  1734. - Reduce CPU usage when doing a video call
  1735. [#3416](https://github.com/nextcloud/spreed/pull/3416)
  1736. ### Changed
  1737. - Improve default push notification text for upcoming iOS 13 SDK changes in the iOS mobile app
  1738. [#3849](https://github.com/nextcloud/spreed/pull/3849)
  1739. ### Fixed
  1740. - Fix a failure on logout when an active session was removed from a conversation already
  1741. [#3871](https://github.com/nextcloud/spreed/pull/3871)
  1742. - Fix an error when the user list is used to fill a missing conversation name
  1743. [#3629](https://github.com/nextcloud/spreed/pull/3629)
  1744. - Fix an error when the parent of a reply was the first item in the message list
  1745. [#3588](https://github.com/nextcloud/spreed/pull/3588)
  1746. ## 9.0.1 – 2020-06-08
  1747. ### Added
  1748. - Store the guest name in browser storage again and read it from there
  1749. [#3709](https://github.com/nextcloud/spreed/pull/3709)
  1750. - Automatically switch to promoted view upon screenshare
  1751. [#3711](https://github.com/nextcloud/spreed/pull/3711)
  1752. - Added autocomplete support for talk:room:* commands
  1753. [#3728](https://github.com/nextcloud/spreed/pull/3728)
  1754. ### Changed
  1755. - Reload page on changing conversation and disable start/join call when Talk UI needs reloading
  1756. [#3699](https://github.com/nextcloud/spreed/pull/3699)
  1757. - Show sidebar when Viewer is opened
  1758. [#3679](https://github.com/nextcloud/spreed/pull/3679)
  1759. ### Fixed
  1760. - Properly sort participants by display name again
  1761. [#3763](https://github.com/nextcloud/spreed/pull/3763)
  1762. - Make joining the call synchronous to avoid toggling in and out of the callview
  1763. [#3682](https://github.com/nextcloud/spreed/pull/3682)
  1764. - Do not fetch all conversations on some signaling events
  1765. [#3673](https://github.com/nextcloud/spreed/pull/3673)
  1766. - Reduce database load when sending out push notifications
  1767. [#3782](https://github.com/nextcloud/spreed/pull/3782)
  1768. - Remove automatic ping when getting chat messages via the web UI
  1769. [#3784](https://github.com/nextcloud/spreed/pull/3784)
  1770. - Always try to connect without camera in case it failed
  1771. [#3780](https://github.com/nextcloud/spreed/pull/3780)
  1772. - Fix talk:room:* commands showing "Guest" as actor in the chat
  1773. [#3754](https://github.com/nextcloud/spreed/pull/3754)
  1774. - Do not break LessThan3 in last message of conversations list
  1775. [#3705](https://github.com/nextcloud/spreed/pull/3705)
  1776. ## 9.0.0 – 2020-05-26
  1777. ### Added
  1778. - Added a grid view for calls and made the promoted view more usable in huge calls as well as one-to-one calls
  1779. [#1056](https://github.com/nextcloud/spreed/pull/1056)
  1780. [#3569](https://github.com/nextcloud/spreed/pull/3569)
  1781. - Allow to use multiple High-performance backends in parallel for different conversations
  1782. [#3292](https://github.com/nextcloud/spreed/pull/3292)
  1783. [#3605](https://github.com/nextcloud/spreed/pull/3605)
  1784. - Allow selecting which video is shown big in the promoted view
  1785. [#3497](https://github.com/nextcloud/spreed/pull/3497)
  1786. - Open files with the viewer apps registered in Nextcloud
  1787. [#2778](https://github.com/nextcloud/spreed/pull/2778)
  1788. - Allow to upload and drag'n'drop files into the chat
  1789. [#2891](https://github.com/nextcloud/spreed/pull/2891)
  1790. [#3045](https://github.com/nextcloud/spreed/pull/3045)
  1791. - Allow pasting images/screenshot directly into the chat
  1792. [#3399](https://github.com/nextcloud/spreed/pull/3399)
  1793. - Allow selecting a directory for shared files
  1794. [#2876](https://github.com/nextcloud/spreed/pull/2876)
  1795. [#2983](https://github.com/nextcloud/spreed/pull/2983)
  1796. - Allow to limit creating public and group conversations to a group
  1797. [#3095](https://github.com/nextcloud/spreed/pull/3095)
  1798. - Added OCC commands to do basic administrations of conversations
  1799. [#3465](https://github.com/nextcloud/spreed/pull/3465)
  1800. - Allow guests to set their name while waiting in the lobby
  1801. [#3133](https://github.com/nextcloud/spreed/pull/3133)
  1802. - Allow moderators to turn off the microphone of participants
  1803. [#3015](https://github.com/nextcloud/spreed/pull/3015)
  1804. ### Changed
  1805. - Reduce CPU usage when doing a video call
  1806. [#3413](https://github.com/nextcloud/spreed/pull/3413)
  1807. - Automatic scaling of video quality to allow bigger video calls to further reduce required CPU and bandwidth
  1808. [#3419](https://github.com/nextcloud/spreed/pull/3419)
  1809. - Notify users when talk was updated in the background and a reload is necessary
  1810. [#3336](https://github.com/nextcloud/spreed/pull/3336)
  1811. - Adjust color of leave and join buttons to common styles
  1812. [#3398](https://github.com/nextcloud/spreed/pull/3398)
  1813. [#3348](https://github.com/nextcloud/spreed/pull/3348)
  1814. ### Fixed
  1815. - Try harder to connect with microphone when camera is not readable
  1816. [#3474](https://github.com/nextcloud/spreed/pull/3474)
  1817. - Fix multiple issues when the connection was interrupted
  1818. [#3383](https://github.com/nextcloud/spreed/pull/3383)
  1819. [#3457](https://github.com/nextcloud/spreed/pull/3457)
  1820. [#3460](https://github.com/nextcloud/spreed/pull/3460)
  1821. [#3456](https://github.com/nextcloud/spreed/pull/3456)
  1822. [#3402](https://github.com/nextcloud/spreed/pull/3402)
  1823. ## 8.0.9 – 2020-05-13
  1824. ### Changed
  1825. - Reduce CPU usage when doing a video call
  1826. [#3414](https://github.com/nextcloud/spreed/pull/3414)
  1827. - Automatic scaling of video quality to allow bigger video calls to further reduce required CPU and bandwidth
  1828. [#3468](https://github.com/nextcloud/spreed/pull/3468)
  1829. - Notify users when talk was updated in the background and a reload is necessary
  1830. [#3373](https://github.com/nextcloud/spreed/pull/3373)
  1831. - Improve the layout of the video stripe when the videos don't fit anymore
  1832. [#3433](https://github.com/nextcloud/spreed/pull/3433)
  1833. ### Fixed
  1834. - Guest names not shown in video calls with the HPB
  1835. [#3502](https://github.com/nextcloud/spreed/pull/3502)
  1836. - Don't mark the tab "unread" for own messages and messages you read already
  1837. [#3378](https://github.com/nextcloud/spreed/pull/3378)
  1838. - Try harder to connect with microphone when camera is not readable
  1839. [#3494](https://github.com/nextcloud/spreed/pull/3494)
  1840. - Fix multiple issues when the connection was interrupted
  1841. [#3405](https://github.com/nextcloud/spreed/pull/3405)
  1842. [#3461](https://github.com/nextcloud/spreed/pull/3461)
  1843. [#3467](https://github.com/nextcloud/spreed/pull/3467)
  1844. [#3466](https://github.com/nextcloud/spreed/pull/3466)
  1845. [#3452](https://github.com/nextcloud/spreed/pull/3452)
  1846. - Fix a type error while pinging the sessions with the HPB
  1847. [#3375](https://github.com/nextcloud/spreed/pull/3375)
  1848. ## 8.0.8 – 2020-04-20
  1849. ### Changed
  1850. - Show a warning to users when they use an unsupported browser already when chatting
  1851. [#3296](https://github.com/nextcloud/spreed/pull/3296)
  1852. ### Fixed
  1853. - Further performance improvements when interacting with participant sessions
  1854. [#3345](https://github.com/nextcloud/spreed/pull/3345)
  1855. [#3322](https://github.com/nextcloud/spreed/pull/3322)
  1856. - Show a warning and error in case the signaling connection is failing
  1857. [#3288](https://github.com/nextcloud/spreed/pull/3288)
  1858. - Fix missing header element to make Chrome aware of the screenshare extension
  1859. [#3281](https://github.com/nextcloud/spreed/pull/3281)
  1860. - Don't error when a guest tries to open the Talk app without a conversation token
  1861. [#3344](https://github.com/nextcloud/spreed/pull/3344)
  1862. - Removed unnecessary double-quote argument parameter from commands
  1863. [#3362](https://github.com/nextcloud/spreed/pull/3362)
  1864. ## 8.0.7 – 2020-04-02
  1865. ### Fixed
  1866. - Calls in files and public sharing sidebar don't work
  1867. [#3241](https://github.com/nextcloud/spreed/pull/3241)
  1868. - Add another missing index to the participants table to reduce the load
  1869. [#3239](https://github.com/nextcloud/spreed/pull/3239)
  1870. - Fix blank page on Internet Explorer 11
  1871. [#3240](https://github.com/nextcloud/spreed/pull/3240)
  1872. ## 8.0.6 – 2020-04-01
  1873. ### Added
  1874. - Remember the video/audio setting per conversation
  1875. [#3205](https://github.com/nextcloud/spreed/pull/3205)
  1876. - Added the join button to the "Alice started a call" message to make it easier to join
  1877. [#3135](https://github.com/nextcloud/spreed/pull/3135)
  1878. - Added a warning when no TURN server is configured but no ICE connection could be established
  1879. [#3162](https://github.com/nextcloud/spreed/pull/3162)
  1880. - Added more aria labels to support screenreaders
  1881. [#3215](https://github.com/nextcloud/spreed/pull/3215)
  1882. - **Tech Preview:** Added a setting to prefer H.264 video codec
  1883. [#3224](https://github.com/nextcloud/spreed/pull/3224)
  1884. ### Changed
  1885. - Allow guests to set their name while they are already in a call
  1886. [#3169](https://github.com/nextcloud/spreed/pull/3169)
  1887. - Automatically hide the left sidebar when in full screen in a call
  1888. [#3158](https://github.com/nextcloud/spreed/pull/3158)
  1889. ### Fixed
  1890. - Fix unnecessary high load when users update their room list (every 30 seconds)
  1891. [#3225](https://github.com/nextcloud/spreed/pull/3225)
  1892. - Fix videos being overlayed with the video/audio control icons
  1893. [#3149](https://github.com/nextcloud/spreed/pull/3149)
  1894. - Correctly load/hide the guest avatar based on the WebRTC connection state
  1895. [#3196](https://github.com/nextcloud/spreed/pull/3196)
  1896. - Stop signaling correctly when switching to another conversation
  1897. [#3200](https://github.com/nextcloud/spreed/pull/3200)
  1898. - Do not constantly try to reconnect to peers without any streams
  1899. [#3199](https://github.com/nextcloud/spreed/pull/3199)
  1900. - Do not retrigger an update of the participant list when it is already being updated
  1901. [#3202](https://github.com/nextcloud/spreed/pull/3202)
  1902. - Fix a problem when trying to set a password with question marks or hash sign
  1903. [#3145](https://github.com/nextcloud/spreed/pull/3145)
  1904. - Fix issues when a user or guest is being demoted from moderators while already being in a call with the lobby enabled with the external signaling server
  1905. [#3057](https://github.com/nextcloud/spreed/pull/3057)
  1906. - Fix issues with interrupted audio streams when closing the sidebar in the files app while having a call
  1907. [#3044](https://github.com/nextcloud/spreed/pull/3044)
  1908. ## 8.0.5 – 2020-03-03
  1909. ### Added
  1910. - Add a link to the file in the conversation info for file conversations
  1911. [#2974](https://github.com/nextcloud/spreed/pull/2974)
  1912. ### Fixed
  1913. - Fix copy and paste behaviour with WebKit based browsers
  1914. [#2982](https://github.com/nextcloud/spreed/pull/2982)
  1915. - Improve chat loading for guests to be fast again
  1916. [#3026](https://github.com/nextcloud/spreed/pull/3026)
  1917. - Improve reaction time to conversation status changes for guests
  1918. [#3038](https://github.com/nextcloud/spreed/pull/3038)
  1919. - Fix collision on (empty) tab id with systemtags app in the sidebar
  1920. [#2964](https://github.com/nextcloud/spreed/pull/2964)
  1921. - Focus the chat input in the sidebar when opening the chat tab
  1922. [#2975](https://github.com/nextcloud/spreed/pull/2975)
  1923. - Also end call state of conversation when the last user leaves, has a timeout or logs out directly
  1924. [#2952](https://github.com/nextcloud/spreed/pull/2952)
  1925. [#2984](https://github.com/nextcloud/spreed/pull/2984)
  1926. - Await response of "Leave call" before leaving the conversation
  1927. [#2951](https://github.com/nextcloud/spreed/pull/2951)
  1928. - Don't provide a default stun when the server has no internet connection
  1929. [#2982](https://github.com/nextcloud/spreed/pull/2982)
  1930. [#3028](https://github.com/nextcloud/spreed/pull/3028)
  1931. - Fix call notifications stating "You missed a call" with a lot of participants
  1932. [#2945](https://github.com/nextcloud/spreed/pull/2945)
  1933. - Only try to join and leave real conversations when opening the files sidebar
  1934. [#2977](https://github.com/nextcloud/spreed/pull/2977)
  1935. ## 8.0.4 – 2020-02-11
  1936. ### Added
  1937. - Readd fullscreen option for the interface with f as a shortcut
  1938. [#2937](https://github.com/nextcloud/spreed/pull/2937)
  1939. ### Fixed
  1940. - Fix Files sidebar integration, public share page and video verification
  1941. [#2935](https://github.com/nextcloud/spreed/pull/2935)
  1942. ## 8.0.3 – 2020-02-10
  1943. ### Fixed
  1944. - Fix calls not working anymore due to error when handling signaling messages
  1945. [#2928](https://github.com/nextcloud/spreed/pull/2928)
  1946. - Do not show favorite and call icon overlapping each others
  1947. [#2927](https://github.com/nextcloud/spreed/pull/2927)
  1948. - Fix issues in the participants list when there are multiple guests
  1949. [#2929](https://github.com/nextcloud/spreed/pull/2929)
  1950. - Fix error in console when adding a conversation to favorites
  1951. [#2930](https://github.com/nextcloud/spreed/pull/2930)
  1952. ## 8.0.2 – 2020-02-07
  1953. ### Added
  1954. - Allow admins to select a default notification level for group conversations
  1955. [#2903](https://github.com/nextcloud/spreed/pull/2903)
  1956. - Add a red video icon to the conversation list when a call is in progress
  1957. [#2910](https://github.com/nextcloud/spreed/pull/2910)
  1958. ### Changed
  1959. - Make unread message counter and last message preview more responsive
  1960. [#2865](https://github.com/nextcloud/spreed/pull/2865)
  1961. [#2904](https://github.com/nextcloud/spreed/pull/2904)
  1962. - Further improve the dialog to create group conversations
  1963. [#2878](https://github.com/nextcloud/spreed/pull/2878)
  1964. ### Fixed
  1965. - Improve loading performance of chats
  1966. [#2901](https://github.com/nextcloud/spreed/pull/2901)
  1967. - Continue scrolling a conversation when new messages arrive while the tab is inactive
  1968. [#2901](https://github.com/nextcloud/spreed/pull/2901)
  1969. - Do not send last message again when hitting enter on an empty input field
  1970. [#2868](https://github.com/nextcloud/spreed/pull/2868)
  1971. - Fix flows to correctly send notifications on mentions
  1972. [#2867](https://github.com/nextcloud/spreed/pull/2867)
  1973. - Reduce server load when using autocomplete on chat mentions
  1974. [#2871](https://github.com/nextcloud/spreed/pull/2871)
  1975. ## 8.0.1 – 2020-01-27
  1976. ### Added
  1977. - Add details to "New in Talk 8" list
  1978. [#2812](https://github.com/nextcloud/spreed/pull/2812)
  1979. - Allow to "right click" > "Copy link address" on the conversations list again
  1980. [#2832](https://github.com/nextcloud/spreed/pull/2832)
  1981. - Add an indicator to the participant list if a user is in the call
  1982. [#2840](https://github.com/nextcloud/spreed/pull/2840)
  1983. ### Changed
  1984. - Require confirmation before deleting a conversation
  1985. [#2843](https://github.com/nextcloud/spreed/pull/2843)
  1986. ### Fixed
  1987. - Re-add missing shortcuts for turning on/off audio (m) and video (v)
  1988. [#2828](https://github.com/nextcloud/spreed/pull/2828)
  1989. - Fix visiting index.php/ links when rewrite is enabled
  1990. [#2833](https://github.com/nextcloud/spreed/pull/2833)
  1991. - Adding a circle does not correctly add all accepted members
  1992. [#2834](https://github.com/nextcloud/spreed/pull/2834)
  1993. - Correctly handle guest names in chats and calls when they are changed
  1994. [#2849](https://github.com/nextcloud/spreed/pull/2849)
  1995. - Contacts menu not redirecting to one-to-one conversations on "Talk to …"
  1996. [#2809](https://github.com/nextcloud/spreed/pull/2809)
  1997. - Increase tolerence for automatically show new messages and scroll to bottom
  1998. [#2821](https://github.com/nextcloud/spreed/pull/2821)
  1999. ## 8.0.0 – 2020-01-17
  2000. ### Added
  2001. - Recreation of the frontend in Vue.JS
  2002. - Allow to reply directly to messages
  2003. - Filter the conversations and participants list when searching
  2004. - Ask for confirmation when a user navigates away while being in a call
  2005. - Support for circles when creating a new conversation and adding participants
  2006. - Add a first version of Flow support
  2007. ### Changed
  2008. - Allow to write multiple chat messages in a row
  2009. - Improve the way how conversations are created
  2010. - Make single emojis bigger to improve readability
  2011. ### Fixed
  2012. - A lot of fixes, see [Github](https://github.com/nextcloud/spreed/milestone/27?closed=1) for a complete list
  2013. ## 7.0.2 – 2019-11-12
  2014. ### Changed
  2015. - Improve the settings for Talk and extend the explanations
  2016. [#2342](https://github.com/nextcloud/spreed/pull/2342)
  2017. ### Fixed
  2018. - Do not join file conversations automatically to avoid empty conversations
  2019. [#2423](https://github.com/nextcloud/spreed/pull/2423)
  2020. [#2347](https://github.com/nextcloud/spreed/pull/2347)
  2021. - Do not load the Talk sidebar on public share page for folders
  2022. [#2340](https://github.com/nextcloud/spreed/pull/2340)
  2023. ## 7.0.1 – 2019-10-17
  2024. ### Fixed
  2025. - Fix position of the promoted and the current participant in calls
  2026. [#2320](https://github.com/nextcloud/spreed/pull/2320)
  2027. - Add a hint for the start time format of the lobby timer
  2028. [#2267](https://github.com/nextcloud/spreed/pull/2267)
  2029. - Fix "MessageTooLongException" when mentioning someone in a long comment
  2030. [#2268](https://github.com/nextcloud/spreed/pull/2268)
  2031. - Correctly set the unread counter when readding a user to a one-to-one conversation
  2032. [#2259](https://github.com/nextcloud/spreed/pull/2259)
  2033. ## 7.0.0 – 2019-09-26
  2034. ### Added
  2035. - Added a simple Lobby: moderators can join and prepare a call/meeting while users and guests can not join yet
  2036. [#1926](https://github.com/nextcloud/spreed/pull/1926)
  2037. - Add the file call functionality to the public sharing page
  2038. [#2107](https://github.com/nextcloud/spreed/pull/2107)
  2039. - Allow to mention guest users
  2040. [#1974](https://github.com/nextcloud/spreed/pull/1974)
  2041. - Added a voice level indicator and notify the user when they speak while they are muted
  2042. [#2016](https://github.com/nextcloud/spreed/pull/2016)
  2043. - Change the read marker to work based on the message ID and allow clients to set it manually
  2044. [#1214](https://github.com/nextcloud/spreed/pull/1214)
  2045. - Prepare the backend for replies to messages so the clients can implement it
  2046. [#2000](https://github.com/nextcloud/spreed/pull/2000)
  2047. - Allow to prevent guests from starting a call
  2048. [#2204](https://github.com/nextcloud/spreed/pull/2204)
  2049. - Update SimpleWebRTC to the latest version
  2050. ### Changed
  2051. - Load newest chat messages first on joining a conversation
  2052. [#2206](https://github.com/nextcloud/spreed/pull/2206)
  2053. - You can now escape commands to show them to your chat partners by prepending a second slash (e.g. //help)
  2054. [#1919](https://github.com/nextcloud/spreed/pull/1919)
  2055. - One-to-one conversations are now only deleted if both users leave the conversation
  2056. [#1921](https://github.com/nextcloud/spreed/pull/1921)
  2057. - Use the guests name in notifications instead of the anonymous "A guest" string
  2058. [#2104](https://github.com/nextcloud/spreed/pull/2104)
  2059. ### Fixed
  2060. - Allow to have file based calls in folders mounted by the groupfolders app
  2061. [#2012](https://github.com/nextcloud/spreed/pull/2012)
  2062. - Only list participants who joined the call in the call summary
  2063. [#2012](https://github.com/nextcloud/spreed/pull/2012)
  2064. - Participants in the participant list now offer the contacts menu
  2065. [#1822](https://github.com/nextcloud/spreed/pull/1822)
  2066. - Better UI feedback while moderator actions are performed
  2067. [#2117](https://github.com/nextcloud/spreed/pull/2117)
  2068. - Make sure the external signaling server is informed about the new state changes (read-only, lobby, etc.)
  2069. [#2103](https://github.com/nextcloud/spreed/pull/2103)
  2070. - Show a call summary for calls when there was no user
  2071. [#2177](https://github.com/nextcloud/spreed/pull/2177)
  2072. - Allow to mention the conversation by its name additionally to "all"
  2073. [#2198](https://github.com/nextcloud/spreed/pull/2198)
  2074. - Fix mentions with users that have a numeric only ID
  2075. [#2173](https://github.com/nextcloud/spreed/pull/2173)
  2076. - Enable camera and microphone access in the Nextcloud 17 feature policy
  2077. [#2073](https://github.com/nextcloud/spreed/pull/2073)
  2078. - Multiple Nextcloud 17 compatibility fixes
  2079. ## 6.0.4 – 2019-07-31
  2080. ### Fixed
  2081. - Audio missing in chromium when enabling video until a video is received
  2082. [#2058](https://github.com/nextcloud/spreed/pull/2058)
  2083. - Correctly handle password public conversations in projects
  2084. [#2057](https://github.com/nextcloud/spreed/pull/2057)
  2085. - Update the nextcloud-vue-collections library for better projects handling
  2086. [#2054](https://github.com/nextcloud/spreed/pull/2054)
  2087. - Fix pending reconnections after WebSocket is reconnected
  2088. [#2033](https://github.com/nextcloud/spreed/pull/2033)
  2089. ## 6.0.3 – 2019-07-22
  2090. ### Changed
  2091. - Chat messages can now be longer than 1.000 characters
  2092. [#1901](https://github.com/nextcloud/spreed/pull/1901)
  2093. - Users matching the autocomplete at the beginning of their name are now sorted to the top
  2094. [#1968](https://github.com/nextcloud/spreed/pull/1968)
  2095. - Only strings starting with http:// or https:// are now made clickable as links
  2096. [#1965](https://github.com/nextcloud/spreed/pull/1965)
  2097. ### Fixed
  2098. - Fix layout issues of the chat on the share authentication page
  2099. [#1901](https://github.com/nextcloud/spreed/pull/1901)
  2100. - Fix issues with calls when a user logs out while being in a call
  2101. [#1947](https://github.com/nextcloud/spreed/pull/1947)
  2102. - Fix a problem when joining a public conversation as a non-invited logged-in user
  2103. [#1914](https://github.com/nextcloud/spreed/pull/1914)
  2104. - Fix missing tooltip with full date on timestamp for the first message of a user in a grouped block
  2105. [#1914](https://github.com/nextcloud/spreed/pull/1914)
  2106. - Commands based on the Symfony Command component can now provide a useful help message
  2107. [#1901](https://github.com/nextcloud/spreed/pull/1901)
  2108. ## 6.0.2 – 2019-06-06
  2109. ### Fixed
  2110. - Fix message list not reloaded after switching tabs in the sidebar
  2111. [#1867](https://github.com/nextcloud/spreed/pull/1867)
  2112. - Show warning when browser silently fails to get user media
  2113. [#1874](https://github.com/nextcloud/spreed/pull/1874)
  2114. - Fix view for participants without streams
  2115. [#1873](https://github.com/nextcloud/spreed/pull/1873)
  2116. - Fix forced reconnection with external signaling
  2117. [#1850](https://github.com/nextcloud/spreed/pull/1850)
  2118. - Do not send volume datachannel message
  2119. [#1849](https://github.com/nextcloud/spreed/pull/1849)
  2120. ## 5.0.4 – 2019-06-06
  2121. ### Fixed
  2122. - Fix message list not reloaded after switching tabs in the sidebar
  2123. [#1867](https://github.com/nextcloud/spreed/pull/1867)
  2124. - Fix multiple issues related to screensharing
  2125. [#1762](https://github.com/nextcloud/spreed/pull/1762)
  2126. [#1754](https://github.com/nextcloud/spreed/pull/1754)
  2127. [#1746](https://github.com/nextcloud/spreed/pull/1746)
  2128. ## 6.0.1 – 2019-05-16
  2129. ### Changed
  2130. - Do not send black video by default in bigger calls
  2131. [#1830](https://github.com/nextcloud/spreed/pull/1830)
  2132. [#1827](https://github.com/nextcloud/spreed/pull/1827)
  2133. - Improve the grouping of chat messages so more fit on the screen
  2134. [#1826](https://github.com/nextcloud/spreed/pull/1826)
  2135. ### Fixed
  2136. - Fix password protected conversations
  2137. [#1775](https://github.com/nextcloud/spreed/pull/1775)
  2138. - Fix chat not automatically loading new messages after a command was used with the external signaling server
  2139. [#1808](https://github.com/nextcloud/spreed/pull/1808)
  2140. - Fix screensharing for users not in the call
  2141. [#1753](https://github.com/nextcloud/spreed/pull/1753)
  2142. - Conversation list does not update with read/unread status using the external signaling server
  2143. [#1431](https://github.com/nextcloud/spreed/pull/1431)
  2144. ## 6.0.0 – 2019-04-25
  2145. ### Added
  2146. - Administrators can now define commands which can be used in the chat. See [commands.md](https://github.com/nextcloud/spreed/blob/master/docs/commands.md) for more information. You can install some sample commands via the console.
  2147. [#1453](https://github.com/nextcloud/spreed/pull/1453)
  2148. [#1662](https://github.com/nextcloud/spreed/pull/1662)
  2149. - There is now a "Talk updates" conversation which will help the user to discover some features
  2150. [#1616](https://github.com/nextcloud/spreed/pull/1616)
  2151. [#1662](https://github.com/nextcloud/spreed/pull/1662)
  2152. - `@all` mentions all participants in the conversation
  2153. [#1531](https://github.com/nextcloud/spreed/pull/1531)
  2154. - Allow to get the last sent message again with `arrow-up`
  2155. [#1520](https://github.com/nextcloud/spreed/pull/1520)
  2156. - Conversations can be added to the new Nextcloud 16 projects
  2157. [#1611](https://github.com/nextcloud/spreed/pull/1611)
  2158. [#1663](https://github.com/nextcloud/spreed/pull/1663)
  2159. - Conversations associated to files now have a link to the file
  2160. [#1387](https://github.com/nextcloud/spreed/pull/1387)
  2161. - The Talk app can now be restricted to a group of users in the Talk administration settings
  2162. [#1585](https://github.com/nextcloud/spreed/pull/1585)
  2163. - Show a warning when a call has many participants and no external signaling server is used
  2164. [#1649](https://github.com/nextcloud/spreed/pull/1649)
  2165. - Added an easy-to-find option to copy the link of a conversation
  2166. [#1670](https://github.com/nextcloud/spreed/pull/1670)
  2167. ### Changed
  2168. - One-to-one conversations are now persistent and can not be turned into group conversations by accident. Also when one of the participants leaves the conversation, the conversation is not automatically deleted anymore.
  2169. [#1591](https://github.com/nextcloud/spreed/pull/1591)
  2170. [#1588](https://github.com/nextcloud/spreed/pull/1588)
  2171. - Conversations must have a name now
  2172. [#1567](https://github.com/nextcloud/spreed/pull/1567)
  2173. ### Fixed
  2174. - Fix multiple race-conditions that could interrupt connections, end calls or prevent connections between single participants
  2175. [#1522](https://github.com/nextcloud/spreed/pull/1522)
  2176. [#1533](https://github.com/nextcloud/spreed/pull/1533)
  2177. [#1534](https://github.com/nextcloud/spreed/pull/1534)
  2178. [#1549](https://github.com/nextcloud/spreed/pull/1549)
  2179. - Use better icons when a file without preview or a folder is shared into the chat
  2180. [#1601](https://github.com/nextcloud/spreed/pull/1601)
  2181. - Prevent issues when two participants share their screens
  2182. [#1571](https://github.com/nextcloud/spreed/pull/1571)
  2183. - Correctly remember last media state when reloading in a call
  2184. [#1548](https://github.com/nextcloud/spreed/pull/1548)
  2185. [#5174](https://github.com/nextcloud/spreed/pull/1574)
  2186. - Do not show conversation names and other details if the user is not a participant
  2187. [#1426](https://github.com/nextcloud/spreed/pull/1426)
  2188. [#1496](https://github.com/nextcloud/spreed/pull/1496)
  2189. [#1502](https://github.com/nextcloud/spreed/pull/1502)
  2190. - Fixed an issue when a link was posted into the chat at the end of a line
  2191. [#1666](https://github.com/nextcloud/spreed/pull/1666)
  2192. ## 5.0.3 – 2019-04-11
  2193. ### Changed
  2194. - Remove some conversation informations for non-participants
  2195. [#1518](https://github.com/nextcloud/spreed/pull/1518)
  2196. ### Fixed
  2197. - Fix duplicated call summary message when multiple people leave at the same time
  2198. [#1599](https://github.com/nextcloud/spreed/pull/1599)
  2199. - Allow multiline text insertion in chrome-based browsers
  2200. [#1579](https://github.com/nextcloud/spreed/pull/1579)
  2201. - Fix multiple race-conditions that could interrupt connections, end calls or prevent connections between single participants
  2202. [#1523](https://github.com/nextcloud/spreed/pull/1523)
  2203. [#1542](https://github.com/nextcloud/spreed/pull/1542)
  2204. [#1543](https://github.com/nextcloud/spreed/pull/1543)
  2205. - Enable "Plan B" for chrome/chromium for better MCU support
  2206. [#1613](https://github.com/nextcloud/spreed/pull/1613)
  2207. - Delay signaling messages when the socket is not yet opened
  2208. [#1551](https://github.com/nextcloud/spreed/pull/1551)
  2209. - Correctly readd the default STUN server on empty values
  2210. [#1501](https://github.com/nextcloud/spreed/pull/1501)
  2211. ## 4.0.4 – 2019-04-11
  2212. ### Fixed
  2213. - Enable "Plan B" for chrome/chromium for better MCU support
  2214. [#1614](https://github.com/nextcloud/spreed/pull/1614)
  2215. - Delay signaling messages when the socket is not yet opened
  2216. [#1552](https://github.com/nextcloud/spreed/pull/1552)
  2217. ## 5.0.2 – 2019-01-30
  2218. ### Changed
  2219. - Show autocompletion as soon as "@" is typed
  2220. [#1483](https://github.com/nextcloud/spreed/pull/1483)
  2221. ### Fixed
  2222. - Fix parse error on PHP 7.0
  2223. [#1493](https://github.com/nextcloud/spreed/pull/1493)
  2224. - Add global Content Security Policy for signaling servers
  2225. [#1462](https://github.com/nextcloud/spreed/pull/1462)
  2226. - Shared file messages show the name of the file as seen by the owner instead of by the current user
  2227. [#1487](https://github.com/nextcloud/spreed/pull/1487)
  2228. - Multiple fixes for dark-theme
  2229. [#1494](https://github.com/nextcloud/spreed/pull/1494)
  2230. [#1472](https://github.com/nextcloud/spreed/pull/1472)
  2231. [#1486](https://github.com/nextcloud/spreed/pull/1486)
  2232. - Do not show room names when the user is not part of it
  2233. [#1497](https://github.com/nextcloud/spreed/pull/1497)
  2234. [#1495](https://github.com/nextcloud/spreed/pull/1495)
  2235. - Fix page title not updated when room name is updated
  2236. [#1468](https://github.com/nextcloud/spreed/pull/1468)
  2237. - Reduce the number of loaded JS and CSS files
  2238. [#1491](https://github.com/nextcloud/spreed/pull/1491)
  2239. - Always use white icons for conversation images (also in dark-theme)
  2240. [#1463](https://github.com/nextcloud/spreed/pull/1463)
  2241. - Fix submit button in public share authentication page
  2242. [#1481](https://github.com/nextcloud/spreed/pull/1481)
  2243. ## 4.0.3 – 2019-01-30
  2244. ### Fixed
  2245. - Do not show room names when the user is not part of it
  2246. [#1498](https://github.com/nextcloud/spreed/pull/1498)
  2247. - Fix mentions when adding multiple directly after each other
  2248. [#1393](https://github.com/nextcloud/spreed/pull/1393)
  2249. - Load more messages after loading the first batch when entering a room
  2250. [#1402](https://github.com/nextcloud/spreed/pull/1402)
  2251. - Pass empty list of session ids when notifying about removed guests to avoid errors
  2252. [#1414](https://github.com/nextcloud/spreed/pull/1414)
  2253. ## 3.2.8 – 2019-01-30
  2254. ### Fixed
  2255. - Fix mentions when adding multiple directly after each other
  2256. [#1394](https://github.com/nextcloud/spreed/pull/1394)
  2257. - Load more messages after loading the first batch when entering a room
  2258. [#1403](https://github.com/nextcloud/spreed/pull/1403)
  2259. ## 5.0.1 – 2019-01-23
  2260. ### Changed
  2261. - Add a hook so the external signaling can set participant data
  2262. [#1418](https://github.com/nextcloud/spreed/pull/1418)
  2263. ### Fixed
  2264. - Fix dark theme for better accessibility
  2265. [#1451](https://github.com/nextcloud/spreed/pull/1451)
  2266. - Correctly mark notifications as resolved when you join the room directly
  2267. [#1436](https://github.com/nextcloud/spreed/pull/1436)
  2268. - Fix history back and forth in Talk and the Files app
  2269. [#1456](https://github.com/nextcloud/spreed/pull/1456)
  2270. - Favorite icon has grey avatar shadow
  2271. [#1419](https://github.com/nextcloud/spreed/pull/1419)
  2272. ## 5.0.0 – 2018-12-14
  2273. ### Added
  2274. - Chat and call option in the Files app sidebar
  2275. [#1323](https://github.com/nextcloud/spreed/pull/1323)
  2276. [#1312](https://github.com/nextcloud/spreed/pull/1312)
  2277. - Users can now select for each conversation whether they want to be notified: always, on mention or never
  2278. [#1230](https://github.com/nextcloud/spreed/pull/1230)
  2279. - Password protection via Talk now also works for link shares
  2280. [#1273](https://github.com/nextcloud/spreed/pull/1273)
  2281. - Guests can now be promoted to moderators in on going calls
  2282. [#1078](https://github.com/nextcloud/spreed/pull/1078)
  2283. - Groups can now be selected when adding participants and will add all members as participants
  2284. [#1268](https://github.com/nextcloud/spreed/pull/1268)
  2285. - Email addresses can now be added to conversations which will make the room public and send the link via email
  2286. [#1090](https://github.com/nextcloud/spreed/pull/1090)
  2287. - TURN server settings can now be tested in the admin settings
  2288. [#1177](https://github.com/nextcloud/spreed/pull/1177)
  2289. ### Changed
  2290. - Improve performance of chats with multiple hundred messages
  2291. [#1271](https://github.com/nextcloud/spreed/pull/1271)
  2292. ### Fixed
  2293. - Fix screensharing in Chrome 71+ and other Chrome based browsers
  2294. [#1369](https://github.com/nextcloud/spreed/pull/1369)
  2295. - Fix mentions for users with spaces in their user id
  2296. [#1254](https://github.com/nextcloud/spreed/pull/1254)
  2297. - Fix avatars in messages by guests
  2298. [#1240](https://github.com/nextcloud/spreed/pull/1240)
  2299. - Gracefully handle messages with more than 1000 characters
  2300. [#1229](https://github.com/nextcloud/spreed/pull/1229)
  2301. - Stop signaling when leaving a conversation
  2302. [#1330](https://github.com/nextcloud/spreed/pull/1330)
  2303. - Fix scroll position when the chat is moved to the sidebar
  2304. [#1302](https://github.com/nextcloud/spreed/pull/1302)
  2305. - When a files is shared a second time into a chat no error is displayed
  2306. [#1196](https://github.com/nextcloud/spreed/pull/1196)
  2307. - Send initial screensharing stream to participants that don't publish video
  2308. [#1372](https://github.com/nextcloud/spreed/pull/1372)
  2309. ## 4.0.2 – 2018-12-11
  2310. ### Fixed
  2311. - Fix screensharing in Chrome 71+ and other Chrome based browsers
  2312. [#1369](https://github.com/nextcloud/spreed/pull/1369)
  2313. - Fix broken chat when a file that was shared into a room is deleted
  2314. [#1352](https://github.com/nextcloud/spreed/pull/1352)
  2315. - Send initial screensharing stream to participants that don't publish video
  2316. [#1372](https://github.com/nextcloud/spreed/pull/1372)
  2317. ## 3.2.7 – 2018-12-11
  2318. ### Fixed
  2319. - Fix screensharing in Chrome 71+ and other Chrome based browsers
  2320. [#1369](https://github.com/nextcloud/spreed/pull/1369)
  2321. - Send initial screensharing stream to participants that don't publish video
  2322. [#1372](https://github.com/nextcloud/spreed/pull/1372)
  2323. ## 4.0.1 – 2018-11-15
  2324. ### Added
  2325. - Add an option to test the TURN configuration in the admin settings
  2326. [#1294](https://github.com/nextcloud/spreed/pull/1294)
  2327. ### Changed
  2328. - Improve the notifications when a share password is requested
  2329. [#1296](https://github.com/nextcloud/spreed/pull/1296)
  2330. - Do not show an error when a file is shared a second time into a conversation
  2331. [#1295](https://github.com/nextcloud/spreed/pull/1295)
  2332. ### Fixed
  2333. - Custom Signaling, STUN and TURN configurations are not loaded for the user requesting the password for a share
  2334. [#1297](https://github.com/nextcloud/spreed/pull/1297)
  2335. - Fix position of the contacts menu when clicking on the avatar of a chat author
  2336. [#1293](https://github.com/nextcloud/spreed/pull/1293)
  2337. - Avatars in messages/mentions by guests show the guest avatar instead of the user
  2338. [#1292](https://github.com/nextcloud/spreed/pull/1292)
  2339. - Information about user state in a call is bugged
  2340. [#1291](https://github.com/nextcloud/spreed/pull/1291)
  2341. - Wrong conversation name of password requests in the details sidebar
  2342. [#1290](https://github.com/nextcloud/spreed/pull/1290)
  2343. - Fix rendering, reloading and interaction with the participant list
  2344. [#1222](https://github.com/nextcloud/spreed/pull/1222)
  2345. [#1289](https://github.com/nextcloud/spreed/pull/1289)
  2346. ## 3.2.6 – 2018-09-20
  2347. ### Fixed
  2348. - Fix turn credential generation
  2349. [#1203](https://github.com/nextcloud/spreed/pull/1203)
  2350. - Fix several inconsistencies with the internal api
  2351. [#1202](https://github.com/nextcloud/spreed/pull/1202)
  2352. [#1201](https://github.com/nextcloud/spreed/pull/1201)
  2353. [#1200](https://github.com/nextcloud/spreed/pull/1200)
  2354. ## 4.0.0 – 2018-09-06
  2355. ### Added
  2356. - Video verification for password protected email shares
  2357. [#1123](https://github.com/nextcloud/spreed/pull/1123)
  2358. [#1049](https://github.com/nextcloud/spreed/pull/1049)
  2359. - Add a file picker to the chat to share files and folders into a chat room
  2360. [#1151](https://github.com/nextcloud/spreed/pull/1151)
  2361. [#1050](https://github.com/nextcloud/spreed/pull/1050)
  2362. - Log the activity of a conversation in the chat (user added/removed, call happened, …)
  2363. [#1067](https://github.com/nextcloud/spreed/pull/1067)
  2364. - Allow to favor conversations so they are pinned to the top of the list
  2365. [#1025](https://github.com/nextcloud/spreed/pull/1025)
  2366. ### Changed
  2367. - Mentions in the chat now show the avatar of the user and highlight yourself more prominent
  2368. [#1142](https://github.com/nextcloud/spreed/pull/1142)
  2369. - Messages in one2one chats now always send a notification
  2370. [#1029](https://github.com/nextcloud/spreed/pull/1029)
  2371. - Conversations are now sorted by last activity rather then your last visit
  2372. [#1061](https://github.com/nextcloud/spreed/pull/1061)
  2373. ### Fixed
  2374. - Fix turn credentials generation
  2375. [#1176](https://github.com/nextcloud/spreed/pull/1176)
  2376. - Do not turn all `@…` strings into a mention
  2377. [#1118](https://github.com/nextcloud/spreed/pull/1118)
  2378. ## 3.2.5 – 2018-07-23
  2379. ### Fixed
  2380. - Fix handling of malicious usernames while autocompleting in chat
  2381. ## 3.2.4 – 2018-07-12
  2382. ### Added
  2383. - Allow external signaling servers to integrate a MCU
  2384. [#398](https://github.com/nextcloud/spreed/pull/398)
  2385. ### Fixed
  2386. - Support chat with a standalone signaling servers
  2387. [#890](https://github.com/nextcloud/spreed/pull/890)
  2388. [#887](https://github.com/nextcloud/spreed/pull/887)
  2389. ## 3.2.3 – 2018-07-11
  2390. ### Changed
  2391. - Only paste the content of HTML into the chat input without the actual HTML
  2392. [#1018](https://github.com/nextcloud/spreed/pull/1018)
  2393. ### Fixed
  2394. - Fixes for standalone signaling server
  2395. [#910](https://github.com/nextcloud/spreed/pull/910)
  2396. - Name not shown for participants without audio and video
  2397. [#982](https://github.com/nextcloud/spreed/pull/982)
  2398. - Correctly timeout users when they are chatting/calling and got disconnected
  2399. [#935](https://github.com/nextcloud/spreed/pull/935)
  2400. - Multiple layout fixes
  2401. ## 3.2.2 – 2018-06-06
  2402. ### Added
  2403. - Add toggle to show and hide video from other participants
  2404. [#937](https://github.com/nextcloud/spreed/pull/937)
  2405. ### Changed
  2406. - Activities and Notifications text (Calls->Conversations)
  2407. [#919](https://github.com/nextcloud/spreed/pull/919)
  2408. ### Fixed
  2409. - Send call notifications to every room participant that is not in the call
  2410. [#926](https://github.com/nextcloud/spreed/pull/926)
  2411. - Mark messages directly as read when waiting for new messages
  2412. [#936](https://github.com/nextcloud/spreed/pull/936)
  2413. - Fix tab header icons not shown
  2414. [#929](https://github.com/nextcloud/spreed/pull/929)
  2415. - Fix room and participants menu buttons
  2416. [#934](https://github.com/nextcloud/spreed/pull/934)
  2417. [#941](https://github.com/nextcloud/spreed/pull/941)
  2418. - Fix local audio and video not disabled when not available
  2419. [#938](https://github.com/nextcloud/spreed/pull/938)
  2420. - Fix "Add participant" shown to normal participants
  2421. [#939](https://github.com/nextcloud/spreed/pull/939)
  2422. - Fix adding the same participant several times in a row
  2423. [#940](https://github.com/nextcloud/spreed/pull/940)
  2424. ## 3.2.1 – 2018-05-11
  2425. ### Added
  2426. - Standalone signaling server now supports the 3.2 changes
  2427. [#864](https://github.com/nextcloud/spreed/pull/864)
  2428. [#869](https://github.com/nextcloud/spreed/pull/869)
  2429. ### Fixed
  2430. - Only join the room after media permission request was answered
  2431. [#854](https://github.com/nextcloud/spreed/pull/854)
  2432. - Do not reload the participant everytime a guest sends a chat message
  2433. [#866](https://github.com/nextcloud/spreed/pull/866)
  2434. - Make sure the web UI still works after you left the current conversation or call
  2435. [#871](https://github.com/nextcloud/spreed/pull/871)
  2436. [#872](https://github.com/nextcloud/spreed/pull/872)
  2437. [#874](https://github.com/nextcloud/spreed/pull/874)
  2438. - Allow to scroll on long participant lists again
  2439. [#896](https://github.com/nextcloud/spreed/pull/896)
  2440. - Do not throw an error when starting a call in a conversation without any chat message
  2441. [#861](https://github.com/nextcloud/spreed/pull/861)
  2442. - Enable media controls when media is approved on a second request
  2443. [#861](https://github.com/nextcloud/spreed/pull/861)
  2444. - Limit the unread message counter to 99+
  2445. [#845](https://github.com/nextcloud/spreed/pull/845)
  2446. ## 3.2.0 – 2018-05-03
  2447. ### Added
  2448. - Shortcuts have been added when a call is active: (m)ute, (v)ideo, (f)ullscreen, (c)hat and (p)articipant list
  2449. [#730](https://github.com/nextcloud/spreed/pull/730)
  2450. [#750](https://github.com/nextcloud/spreed/pull/750)
  2451. - Allow users to chat in multiple tabs in multiple chats at the same time
  2452. [#748](https://github.com/nextcloud/spreed/pull/748)
  2453. - Guest names are now handled better in chat and the participant list
  2454. [#733](https://github.com/nextcloud/spreed/pull/733)
  2455. - Users which are participanting in a call now have a video icon in the participant list
  2456. [#777](https://github.com/nextcloud/spreed/pull/777)
  2457. - Unread chat message count is now displayed in the room list
  2458. [#806](https://github.com/nextcloud/spreed/pull/806)
  2459. [#824](https://github.com/nextcloud/spreed/pull/824)
  2460. ### Changed
  2461. - It is now possible to join a call without camera and/or microphone
  2462. [#758](https://github.com/nextcloud/spreed/pull/758)
  2463. - Chat does now not require Media permissions anymore
  2464. [#711](https://github.com/nextcloud/spreed/pull/711)
  2465. - Leaving a call will free up the Media permissions
  2466. [#735](https://github.com/nextcloud/spreed/pull/735)
  2467. - Participants can now be `@mentioned` in the chat by starting to type `@` followed by the name of the user
  2468. [#805](https://github.com/nextcloud/spreed/pull/805)
  2469. [#812](https://github.com/nextcloud/spreed/pull/812)
  2470. [#813](https://github.com/nextcloud/spreed/pull/813)
  2471. ### Fixed
  2472. - Correctly catch the input on the chat in firefox (instead of writing to the placeholder)
  2473. [#737](https://github.com/nextcloud/spreed/pull/737)
  2474. - Keep scrolling position when switching from chat to call or back
  2475. [#838](https://github.com/nextcloud/spreed/pull/838)
  2476. - Delete rooms when the last logged in user leaves
  2477. [#727](https://github.com/nextcloud/spreed/pull/727)
  2478. - Correctly update chat UI when leaving current room
  2479. [#743](https://github.com/nextcloud/spreed/pull/743)
  2480. - Various layout fixes with videos and screensharing
  2481. [#702](https://github.com/nextcloud/spreed/pull/702)
  2482. [#712](https://github.com/nextcloud/spreed/pull/712)
  2483. [#713](https://github.com/nextcloud/spreed/pull/713)
  2484. - Fix issues with users that have a numerical name or id
  2485. [#694](https://github.com/nextcloud/spreed/pull/694)
  2486. - Fix contacts menu entry when no user was found
  2487. [#686](https://github.com/nextcloud/spreed/pull/686)
  2488. ## 3.1.0 – 2018-02-14
  2489. ### Added
  2490. - Finish support for go-based external signaling backend
  2491. [#492](https://github.com/nextcloud/spreed/pull/492)
  2492. ### Changed
  2493. - Make capabilities and signaling settings available for guests
  2494. [#644](https://github.com/nextcloud/spreed/pull/644) [#654](https://github.com/nextcloud/spreed/pull/654)
  2495. - Use the search name as room name when creating a new room
  2496. [#592](https://github.com/nextcloud/spreed/pull/592)
  2497. - Make links in chat clickable
  2498. [#579](https://github.com/nextcloud/spreed/pull/579)
  2499. ### Fixed
  2500. - Fix screensharing layout for guests
  2501. [#611](https://github.com/nextcloud/spreed/pull/611)
  2502. - Correctly remember guest names when a guest is rejoining an existing call
  2503. [#593](https://github.com/nextcloud/spreed/pull/593)
  2504. - Better date time divider in chat view
  2505. [#591](https://github.com/nextcloud/spreed/pull/591)
  2506. ## 3.0.1 – 2018-01-12
  2507. ### Added
  2508. - Added capabilities so the mobile files apps can link to the mobile talk apps
  2509. [#585](https://github.com/nextcloud/spreed/pull/585)
  2510. ### Fixed
  2511. - Fixed issues when updating with Postgres and versions before 2.0.0
  2512. [#584](https://github.com/nextcloud/spreed/pull/584)
  2513. ## 3.0.0 – 2018-01-10
  2514. ### Added
  2515. - Added simple text chat
  2516. [#429](https://github.com/nextcloud/spreed/pull/429)
  2517. - Added activities for calls: "You had a call with ABC (Duration: 15:20)"
  2518. [#438](https://github.com/nextcloud/spreed/pull/438)
  2519. - Introduced different participant permission levels: owner, moderator and user
  2520. [#353](https://github.com/nextcloud/spreed/pull/353)
  2521. - Added support for room passwords on public shared rooms
  2522. [#402](https://github.com/nextcloud/spreed/pull/402)
  2523. - Added option to run an external signaling backend
  2524. [#366](https://github.com/nextcloud/spreed/pull/366)
  2525. ### Changed
  2526. - Rename the app to "Talk" since it now contains chat, voice and video calls
  2527. [#444](https://github.com/nextcloud/spreed/pull/444)
  2528. - Moved admin settings to separate category and allowed to configure multiple STUN and TURN servers
  2529. [#427](https://github.com/nextcloud/spreed/pull/427)
  2530. - Moved signaling from EventSource to long polling for compatibility with HTTP2
  2531. [#363](https://github.com/nextcloud/spreed/pull/363)
  2532. - Moved room API to OCS so apps and 3rd party tools can use it
  2533. [#342](https://github.com/nextcloud/spreed/pull/342)
  2534. ### Fixed
  2535. - Fixed compatibility with Postgres
  2536. [#537](https://github.com/nextcloud/spreed/pull/537)
  2537. - Fixed compatibility with Oracle
  2538. [#371](https://github.com/nextcloud/spreed/pull/371)
  2539. - Compatibility with Nextcloud 13
  2540. ## 2.0.2 – 2017-11-28
  2541. ### Fixed
  2542. - Re-send data channels messages when they could not be sent.
  2543. [#335](https://github.com/nextcloud/spreed/pull/335)
  2544. ## 2.0.1 – 2017-05-22
  2545. ### Added
  2546. - Display the connection state in the interface and try to reconnect in case of an issue
  2547. [#317](https://github.com/nextcloud/spreed/pull/317)
  2548. ### Changed
  2549. - Is now more tolerant towards server ping issues
  2550. [#320](https://github.com/nextcloud/spreed/pull/320)
  2551. ### Fixed
  2552. - Fix several issues that caused missing avatars
  2553. [#312](https://github.com/nextcloud/spreed/pull/312)
  2554. [#313](https://github.com/nextcloud/spreed/pull/313)
  2555. - Fix visibility of guest names on light themes
  2556. [#321](https://github.com/nextcloud/spreed/pull/321)
  2557. ## 2.0.0 – 2017-05-02
  2558. ### Added
  2559. - Screensharing is now supported in Chrome 42+ (requires an extension) and Firefox 52+
  2560. [#227](https://github.com/nextcloud/spreed/pull/227)
  2561. - Integration in the new Nextcloud 12 contacts menu
  2562. [#300](https://github.com/nextcloud/spreed/pull/300)
  2563. ### Changed
  2564. - URLs are now short random strings instead of iteratible numbers
  2565. [#258](https://github.com/nextcloud/spreed/pull/258)
  2566. - Logged-in users can now join public rooms
  2567. [#296](https://github.com/nextcloud/spreed/pull/296)
  2568. ### Fixed
  2569. - Fix error when response of TURN and STUN server arrive in the wrong order
  2570. [#295](https://github.com/nextcloud/spreed/pull/295)
  2571. ## 1.2.0 – 2017-01-18
  2572. ### Added
  2573. - Translations for multiple languages now available
  2574. [#177](https://github.com/nextcloud/spreed/pull/177)
  2575. - Open call-search when user has no calls
  2576. [#111](https://github.com/nextcloud/spreed/pull/111)
  2577. - Disable video by default, when more then 5 people are in a room
  2578. ### Changed
  2579. - TURN settings can only be changed by admins now
  2580. [#185](https://github.com/nextcloud/spreed/pull/185)
  2581. - App can not be restricted to groups anymore to prevent issues with public rooms
  2582. [#201](https://github.com/nextcloud/spreed/pull/201)
  2583. ### Fixed
  2584. - Allow to connect via Firefox without a camera
  2585. [#160](https://github.com/nextcloud/spreed/pull/160)
  2586. - Leaving the current room does not refresh the full page anymore
  2587. [#163](https://github.com/nextcloud/spreed/pull/163)
  2588. - "Undefined index" log entry when visiting admin page
  2589. [#151](https://github.com/nextcloud/spreed/pull/151)
  2590. [#57](https://github.com/nextcloud/spreed/pull/57)