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-01 18:31:42 +0300
committerGitHub <noreply@github.com>2022-09-01 18:31:42 +0300
commit091eaea56ee120260bf70c133b9df7e0465a64be (patch)
treecaf462a860ba7b6391ecbe2e6c889f99d1eaccb3
parente9cd6db85d3602f506c38ea6121443273849f7ef (diff)
parent9048fa2dbcdf9f9ae18f47d690f2c5f5c60bbb7a (diff)
Merge pull request #7848 from nextcloud/changelog/15.0.0-beta.2v15.0.0-beta.2
Changelog for 15.0.0 beta.2
-rw-r--r--CHANGELOG.md22
-rw-r--r--appinfo/info.xml2
2 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 198a081d0..cdcc1581c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 15.0.0-beta.2 – 2022-09-01
+### Added
+- 🗒️ Allow to create new files from within the chat
+- 🌏 Show link previews for chat messages with links
+- Show more details on the poll result screen
+- Upgrade @nextcloud/vue to version 7
+
+### Changed
+- Improve performance by using the UserDisplayNameCache
+- Improve performance of chats with a lot of shared files
+- Populate ETag and permissions so the image editor works as expected
+
+### Fixed
+- Fix depenendency management and make sure all required dependencies are shipped
+- Fix type of icon size
+- Fix missing aria-labels and tooltips in various places
+- Fix missing local media in share sidebar
+- Fix missing screenshares in share sidebar
+- Ensure that the reactions details is always an object
+- Do not allow to close a poll twice
+- Make handling of guest moderators more consistent
+
## 15.0.0-beta.1 – 2022-08-12
### Added
- 🛂 Chat permission
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5380ef9e1..33958ceec 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.1</version>
+ <version>15.0.0-beta.2</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>