Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 17.1.0 #10519

Merged
merged 2 commits into from
Sep 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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>",
Expand Down