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.md17
-rw-r--r--appinfo/info.xml2
2 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e605f601..a02f2c533 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 15.0.0-rc.1 – 2022-09-22
+### Added
+- Implement the new dashboard widget modes
+
+### Changed
+- Allow to opt-out of keyboard shortcuts to improve accessibility
+
+### Fixed
+- Show more poll voters in details popover
+- Do not allow to forward polls as they become non-functional
+- Fix coloring of reaction buttons
+- Reduce preview size for non-images
+- Disallow polls in one-to-one chats
+- Adjust the height of file upload modals
+- Show empty content when all messages expire
+- Correctly quote the parent again when sending the message failed
+
## 15.0.0-beta.4 – 2022-09-15
### Added
- Add related_resources UI
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f60fb2ceb..da07f9264 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.4</version>
+ <version>15.0.0-rc.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>