summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-03-26 15:56:07 +0100
committerGitHub <noreply@github.com>2024-03-26 15:56:07 +0100
commit72ada4734c9100d2d62aafc480654b6fac44dbc4 (patch)
tree8578bef7bd2f2db8ed31a7994d7a27558563de38
parent8f51c37049636c3986931a8fb4356084d5740130 (diff)
parentf6bcbc5e2e4315aa1734cc206f3bda0cdbf17078 (diff)
Merge pull request #11925 from nextcloud/releasing/19.0.0-beta.5v19.0.0-beta.5
Releasing 19.0.0 beta.5
-rw-r--r--CHANGELOG.md15
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 18 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7911acc0..02f105d85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8043051ab..4b9ad014c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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>
diff --git a/package-lock.json b/package-lock.json
index e55eb1864..6db096669 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "19.0.0-beta.4",
+ "version": "19.0.0-beta.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "19.0.0-beta.4",
+ "version": "19.0.0-beta.5",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index e875c0948..73ae6af55 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "19.0.0-beta.4",
+ "version": "19.0.0-beta.5",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",