Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-09-17 10:41:28 +0300
committerJoas Schilling <coding@schilljs.com>2021-09-17 10:41:28 +0300
commit2a9cd2ba348884fc898bb577eb81fdfd934332e9 (patch)
tree0425db5b013cf58ef5519beebe34d8fdd175346b /CHANGELOG.md
parente1b24233569744c9920689921c9cd79509d0a436 (diff)
Add changelog for 10.0.10, 10.1.7, 11.3.2, 12.1.2 and 12.2.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md68
1 files changed, 68 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e03c60ea7..e8e92e0fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,74 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 12.2.0 – 2021-09-17
+
+### Added
+- Add "Create conversation" button on first page of dialog when creating a public conversation
+ [#6206](https://github.com/nextcloud/spreed/pull/6206)
+
+### Fixed
+- Add some validation for shared geo-locations
+ [#6242](https://github.com/nextcloud/spreed/pull/6242)
+- Move unreadMessageElement from computed to a method
+ [#6241](https://github.com/nextcloud/spreed/pull/6241)
+- Fix logged-in users are unable to join a password protected public conversation
+ [#6230](https://github.com/nextcloud/spreed/pull/6230)
+- Don't toggle the video on/off when pasting files into the chat and first releasing the CTRL key
+ [#6198](https://github.com/nextcloud/spreed/pull/6198)
+- Disable recording voice messages on readonly conversations
+ [#6182](https://github.com/nextcloud/spreed/pull/6182)
+
+## 12.1.2 – 2021-09-17
+
+### Fixed
+- Add some validation for shared geo-locations
+ [#6243](https://github.com/nextcloud/spreed/pull/6243)
+- Fix logged-in users are unable to join a password protected public conversation
+ [#6229](https://github.com/nextcloud/spreed/pull/6229)
+- Don't toggle the video on/off when pasting files into the chat and first releasing the CTRL key
+ [#6199](https://github.com/nextcloud/spreed/pull/6199)
+- Fix blocked audio recording preview when Talk is embedded in the sidebar
+ [#6130](https://github.com/nextcloud/spreed/pull/6130)
+- Fix infinite loop when the media constraints can not be decreased
+ [#6126](https://github.com/nextcloud/spreed/pull/6126)
+- Fix connection quality warning not disappearing when media is stopped
+ [#6146](https://github.com/nextcloud/spreed/pull/6146)
+- Send offer again when own peer was not initially connected
+ [#6080](https://github.com/nextcloud/spreed/pull/6080)
+
+## 11.3.2 – 2021-09-17
+
+### Fixed
+- Fix logged-in users are unable to join a password protected public conversation
+ [#6231](https://github.com/nextcloud/spreed/pull/6231)
+- Don't toggle the video on/off when pasting files into the chat and first releasing the CTRL key
+ [#6200](https://github.com/nextcloud/spreed/pull/6200)
+- Fix infinite loop when the media constraints can not be decreased
+ [#6127](https://github.com/nextcloud/spreed/pull/6127)
+- Fix connection quality warning not disappearing when media is stopped
+ [#6148](https://github.com/nextcloud/spreed/pull/6148)
+- Send offer again when own peer was not initially connected
+ [#6081](https://github.com/nextcloud/spreed/pull/6081)
+- Don't refresh the room when the participant list changes
+ [#5786](https://github.com/nextcloud/spreed/pull/5786)
+
+## 10.1.7 – 2021-09-17
+
+### Fixed
+- Fix logged-in users are unable to join a password protected public conversation
+ [#6232](https://github.com/nextcloud/spreed/pull/6232)
+- Fix infinite loop when the media constraints can not be decreased
+ [#6240](https://github.com/nextcloud/spreed/pull/6240)
+
+## 10.0.10 – 2021-09-17
+
+### Fixed
+- Fix logged-in users are unable to join a password protected public conversation
+ [#6233](https://github.com/nextcloud/spreed/pull/6233)
+- Fix infinite loop when the media constraints can not be decreased
+ [#6128](https://github.com/nextcloud/spreed/pull/6128)
+
## 12.1.1 – 2021-08-30
### Changed