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
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## 19.0.0-beta.4 – 2024-03-19
## 19.0.0-beta.5 – 2024-03-26
### Changed
- Update translations
- Update several dependencies

### Fixed
- Fix handling of cloud ID when provided in wrong casing
[#11922](https://github.com/nextcloud/spreed/issues/11922)
- Fix flow notifications triggered by own actions and in note-to-self conversations
[#11918](https://github.com/nextcloud/spreed/issues/11918)
- Hide call related user settings in federated conversations
[#11892](https://github.com/nextcloud/spreed/issues/11892)

## 19.0.0-beta.4 – 2024-03-21
### Changed
- Update translations
- Update several dependencies
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>19.0.0-beta.4</version>
<version>19.0.0-beta.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": "19.0.0-beta.4",
"version": "19.0.0-beta.5",
"private": true,
"description": "",
"author": "Joas Schilling <[email protected]>",
Expand Down