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-02-19 14:38:57 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-19 14:38:57 +0300
commit3ff7eb93c2cd6784b994c97ffa7b254347c9db96 (patch)
treeef317edaf55fcde8564c126965b85621fab1bee9 /CHANGELOG.md
parent5517411938e58d9fdc1d11f319d1d315e72a42e4 (diff)
Add changelog for 11.1.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c78f831d..904a4bda6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 11.1.0 – 2021-02-23
+### Added
+- Integrate with Deck to allow posting Deck cards to Talk conversations
+ [#5201](https://github.com/nextcloud/spreed/pull/5201)
+ [#5202](https://github.com/nextcloud/spreed/pull/5202)
+ [#5203](https://github.com/nextcloud/spreed/pull/5203)
+- Allow other apps to register message actions, e.g. Deck can create a Deck card out of a chat message
+ [#5204](https://github.com/nextcloud/spreed/pull/5204)
+- Allow to delete chat messages
+ [#5205](https://github.com/nextcloud/spreed/pull/5205)
+ [#5206](https://github.com/nextcloud/spreed/pull/5206)
+- Add information about callFlags of a conversation to the API so mobile clients can show if it's a audio or video call
+ [#5208](https://github.com/nextcloud/spreed/pull/5208)
+
+### Fixed
+- Prevent loading old messages twice on scroll which could skip some messages
+ [#5209](https://github.com/nextcloud/spreed/pull/5209)
+
## 11.0.0 – 2021-02-22
### Added
- Implement read status for messages including a privacy setting