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:
-rw-r--r--CHANGELOG.md20
-rw-r--r--appinfo/info.xml2
2 files changed, 21 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aaeab52e4..aa5b5497e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,26 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 12.2.3 – 2022-01-24
+### Fixed
+- Allow joining open conversations which are also shared as link with a password
+ [#6710](https://github.com/nextcloud/spreed/pull/6710)
+- Prevent handleScroll on initial loading of a conversation
+ [#6718](https://github.com/nextcloud/spreed/pull/6718)
+- Don't force a signaling mode when starting/ending the HPB trial
+ [#6823](https://github.com/nextcloud/spreed/pull/6823)
+- Add conversation token and message id to search results
+ [#6746](https://github.com/nextcloud/spreed/pull/6746)
+
+## 11.3.5 – 2022-01-24
+### Fixed
+- Allow joining open conversations which are also shared as link with a password
+ [#6711](https://github.com/nextcloud/spreed/pull/6711)
+- Don't force a signaling mode when starting/ending the HPB trial
+ [#6824](https://github.com/nextcloud/spreed/pull/6824)
+- Add conversation token and message id to search results
+ [#6747](https://github.com/nextcloud/spreed/pull/6747)
+
## 12.2.2 – 2021-12-07
### Changed
- Show user status and message as description in 1-to-1 conversations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 71a1550d2..9a621c602 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>12.2.2</version>
+ <version>12.2.3</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>