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 <213943+nickvergessen@users.noreply.github.com>2022-09-15 15:57:36 +0300
committerGitHub <noreply@github.com>2022-09-15 15:57:36 +0300
commit99153c02882aa62b68ad8ecfb94e711f3e3b850b (patch)
treef197e861c695d19d2f0d70717e83a05fd312aa9d
parentc1558a60190a20a10d51749724a3312da4c26a28 (diff)
parentd0487f81d904a3df77b4601b60d2912017b3072f (diff)
Merge pull request #7935 from nextcloud/changelog/15.0.0-beta.4
Changelog for 15.0.0 beta.4
-rw-r--r--CHANGELOG.md15
-rw-r--r--appinfo/info.xml2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a845bfbb..0e605f601 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 15.0.0-beta.4 – 2022-09-15
+### Added
+- Add related_resources UI
+
+### Changed
+- Use Node 16 and NPM 8 to compile the interface
+- Several dependency updates
+- Unload chat messages when moving to another chat to avoid lagging on return
+
+### Fixed
+- Several fixes to adapt to the UI changes in Nextcloud 25
+- Respect message expiration in the frontend when the user never leaves the conversation
+- Fix handling of deleted users in polls
+- Allow recalling the owner as a normal moderator
+
## 14.0.5 – 2022-09-15
### Fixed
- Fix notification sending when the user is blocked by the lobby
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0fc0ac456..f60fb2ceb 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>15.0.0-beta.3</version>
+ <version>15.0.0-beta.4</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>