Skip to content
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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.

## 16.0.5 – 2023-07-20
### Changed
- Close sidebar on mobile resolution after changing the route
[#9764](https://github.com/nextcloud/spreed/issues/9764)

### Fixed
- Make chat stay scrolling when the last message receives its first reaction
[#9957](https://github.com/nextcloud/spreed/issues/9957)
- Improve call view video size calculation
[#9836](https://github.com/nextcloud/spreed/issues/9836)
- Update group displayname when a group is renamed
[#9840](https://github.com/nextcloud/spreed/issues/9840)
- Don't make the conversation list scroll when the selected conversation is already visible
[#9785](https://github.com/nextcloud/spreed/issues/9785)
- Make conversation name and description selectable
[#9781](https://github.com/nextcloud/spreed/issues/9781)

## 15.0.7 – 2023-07-20
### Fixed
- Make conversation name and description selectable
[#9784](https://github.com/nextcloud/spreed/issues/9784)

## 16.0.4 – 2023-05-25
### Added
- Allow to mark conversations unread in the sidebar
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>16.0.4</version>
<version>16.0.5</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": "16.0.4",
"version": "16.0.5",
"private": true,
"description": "",
"author": "Joas Schilling <[email protected]>",
Expand Down