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

Releasing 17.0.1 #9845

Merged
merged 3 commits into from
Jun 22, 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
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,35 @@
# Changelog
All notable changes to this project will be documented in this file.

## 17.0.1 – 2023-06-12
### Changed
- Include display name in participant update signaling message
[#9822](https://github.com/nextcloud/spreed/issues/9822)
- Update dependencies

### Fixed
- Improve frontend responsiveness with many conversations
[#9841](https://github.com/nextcloud/spreed/issues/9841)
- Don't make the conversation list scroll when the selected conversation is already visible
[#9782](https://github.com/nextcloud/spreed/issues/9782)
[#9796](https://github.com/nextcloud/spreed/issues/9796)
- Fix creating files from the "Blank" template option
[#9818](https://github.com/nextcloud/spreed/issues/9818)
- Make conversation description and name selectable
[#9780](https://github.com/nextcloud/spreed/issues/9780)
- Hide poll voting details when not filled
[#9821](https://github.com/nextcloud/spreed/issues/9821)
[#9819](https://github.com/nextcloud/spreed/issues/9819)
- Fix visibility issue in the create conversation dialog on small screens
[#9794](https://github.com/nextcloud/spreed/issues/9794)
[#9843](https://github.com/nextcloud/spreed/issues/9843)
- Include display name in participant update signaling message
[#9822](https://github.com/nextcloud/spreed/issues/9822)
- Update group displayname cache when the group was renamed
[#9839](https://github.com/nextcloud/spreed/issues/9839)

## 17.0.0 – 2023-06-12
### Added

- Conversations can now have an avatar or emoji as icon
[#927](https://github.com/nextcloud/spreed/issues/927)
- Virtual backgrounds are now available in addition to the blurred background in video calls
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m

]]></description>

<version>17.0.0</version>
<version>17.0.1</version>
<licence>agpl</licence>

<author>Daniel Calviño Sánchez</author>
<author>Dorra Jaouad</author>
<author>Grigorii Shartsev</author>
<author>Ivan Sein</author>
<author>Jan-Christoph Borchardt</author>
Expand All @@ -28,7 +29,6 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<author>Marcel Hibbe</author>
<author>Marcel Müller</author>
<author>Marco Ambrosini</author>
<author>Vitor Mattos</author>

<namespace>Talk</namespace>

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.0.0",
"version": "17.0.1",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",
Expand Down