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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2022-04-22 21:43:12 +0300
committerGitHub <noreply@github.com>2022-04-22 21:43:12 +0300
commitee61d81cf8ffe0739dccdf882bc8a297b0f6d998 (patch)
tree8b0a8c317840464dd3dab5ef72929d878ddb1fd6
parentac0969da4606507986db2cca29533ab91dba3bee (diff)
parent822afb366610a542684247bc9a9c923689e3e53c (diff)
Merge pull request #7204 from nextcloud/backport/7203/stable24v14.0.0-rc.3
[stable24] Add changelog for 14.0.0-rc.3
-rw-r--r--CHANGELOG.md18
-rw-r--r--appinfo/info.xml2
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5a09621e..aec23554c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 14.0.0-rc.3 – 2022-04-22
+### Fixed
+- Move message.reactions.self to message.reactionsSelf to not merge different data structures
+ [7182](https://github.com/nextcloud/spreed/pull/7182)
+- Use actor and time information from the reaction not the message author
+ [7190](https://github.com/nextcloud/spreed/pull/7190)
+- Fix migration of attachment types for media
+ [7196](https://github.com/nextcloud/spreed/pull/7196)
+- Open chat tab by default in sidebar while in a call
+ [7201](https://github.com/nextcloud/spreed/pull/7201)
+- Fix access to undefined key
+ [7195](https://github.com/nextcloud/spreed/pull/7195)
+- Only set header when the value changed and the status is not 304
+ [7200](https://github.com/nextcloud/spreed/pull/7200)
+
+### Still in progress
+- Media tab showing all shared items of the conversation
+
## 14.0.0-rc.2 – 2022-04-19
### Fixed
- Remove event to delete shares when user leave of room
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0bce1c8e8..216de1328 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>14.0.0-rc.2</version>
+ <version>14.0.0-rc.3</version>
<licence>agpl</licence>
<author>Aleksandra Lazarević</author>