summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-09-16 15:15:24 +0200
committerGitHub <noreply@github.com>2023-09-16 15:15:24 +0200
commit091bca9791181deb471294948da80b0d0d01c867 (patch)
tree87145130b4eccc3104bf9ef129ad919e6e7d18b0
parentbb7f8150c6d1f28139427abf943d503ad380f6e3 (diff)
parentd15b788ca502db961f62c75988d0c2c662907225 (diff)
Merge pull request #10519 from nextcloud/release/17.1.0v17.1.0
Release 17.1.0
-rw-r--r--CHANGELOG.md31
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 35 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8fef5429..346f09e22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,37 @@
# Changelog
All notable changes to this project will be documented in this file.
+
+## 17.1.0 – 2023-09-16
+### Added
+- Add support for bots via webhooks
+ [#10139](https://github.com/nextcloud/spreed/issues/10139)
+ [#10151](https://github.com/nextcloud/spreed/issues/10151)
+- Add Markdown support for chat messages
+ [#10089](https://github.com/nextcloud/spreed/issues/10089)
+ [#10090](https://github.com/nextcloud/spreed/issues/10090)
+- Allow to filter the conversation list for unread mentions and messages
+ [#10093](https://github.com/nextcloud/spreed/issues/10093)
+- Provide an overview list of open conversations
+ [#10095](https://github.com/nextcloud/spreed/issues/10095)
+- Set a reminder to get notified about a chat messages at a later time
+ [#10104](https://github.com/nextcloud/spreed/issues/10104)
+ [#10152](https://github.com/nextcloud/spreed/issues/10152)
+ [#10155](https://github.com/nextcloud/spreed/issues/10155)
+- Show a hint when the call is running since one hour
+ [#10101](https://github.com/nextcloud/spreed/issues/10101)
+- Show the talking time of participants in the right sidebar
+ [#10145](https://github.com/nextcloud/spreed/issues/10145)
+
+### Changed
+- System messages of the same actions are now grouped
+ [#10143](https://github.com/nextcloud/spreed/issues/10143)
+- Use virtual scrolling for the conversation list to improve the performance
+ [#10297](https://github.com/nextcloud/spreed/issues/10297)
+- Cache the conversation list in the browser storage for better loading experience
+ [#10273](https://github.com/nextcloud/spreed/issues/10273)
+- Update dependencies
+
## 17.1.0-rc.4 – 2023-08-31
### Changed
- chore(packaging): Ship dependencies lock files
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 55258e0d0..9d85b63d3 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>17.1.0-rc.4</version>
+ <version>17.1.0</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index c01ebafd0..2a60c0768 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.1.0-rc.4",
+ "version": "17.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.1.0-rc.4",
+ "version": "17.1.0",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 781e9bdd5..b87b736aa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.1.0-rc.4",
+ "version": "17.1.0",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",