Skip to content

Commit 72ada47

Browse files
Merge pull request #11925 from nextcloud/releasing/19.0.0-beta.5
Releasing 19.0.0 beta.5
2 parents 8f51c37 + f6bcbc5 commit 72ada47

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## 19.0.0-beta.4 – 2024-03-19
4+
## 19.0.0-beta.5 – 2024-03-26
5+
### Changed
6+
- Update translations
7+
- Update several dependencies
8+
9+
### Fixed
10+
- Fix handling of cloud ID when provided in wrong casing
11+
[#11922](https://github.com/nextcloud/spreed/issues/11922)
12+
- Fix flow notifications triggered by own actions and in note-to-self conversations
13+
[#11918](https://github.com/nextcloud/spreed/issues/11918)
14+
- Hide call related user settings in federated conversations
15+
[#11892](https://github.com/nextcloud/spreed/issues/11892)
16+
17+
## 19.0.0-beta.4 – 2024-03-21
518
### Changed
619
- Update translations
720
- Update several dependencies

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
1616
1717
]]></description>
1818

19-
<version>19.0.0-beta.4</version>
19+
<version>19.0.0-beta.5</version>
2020
<licence>agpl</licence>
2121

2222
<author>Daniel Calviño Sánchez</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "talk",
3-
"version": "19.0.0-beta.4",
3+
"version": "19.0.0-beta.5",
44
"private": true,
55
"description": "",
66
"author": "Joas Schilling <[email protected]>",

0 commit comments

Comments
 (0)