summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-03-14 17:17:38 +0100
committerGitHub <noreply@github.com>2024-03-14 17:17:38 +0100
commit9ae8a99752cc05a301a579fad44f6fd1f920eda9 (patch)
tree4a5e87a6a78a97ac0a86f5fe1fbd632f8b7bc7a7
parent14d44eefdcd4bb875514bb4798e8ba82ef425aeb (diff)
parentc2fb1536aa8f1ebd76a591a68f10ffea424b08dc (diff)
Merge pull request #11805 from nextcloud/release/19.0.0-beta.2
Release 19.0.0 beta.2
-rw-r--r--CHANGELOG.md38
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 42 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aff8aa683..341ffe721 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,44 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 19.0.0-beta.2 – 2024-03-14
+### Added
+- Preview: Federated chatting - Implemented reactions
+ [#11772](https://github.com/nextcloud/spreed/issues/11772)
+- Preview: Federated chatting - Implemented polls
+ [#11653](https://github.com/nextcloud/spreed/issues/11653)
+
+### Changed
+- Update translations
+- Update several dependencies
+- Mark federated users as such in the participant list
+ [#11771](https://github.com/nextcloud/spreed/issues/11771)
+
+### Fixed
+- Fix retry behaviour when the host or federated instance was not reachable
+ [#11780](https://github.com/nextcloud/spreed/issues/11780)
+- Fix UI spaming chat requests when memory cache was cleared
+ [#11788](https://github.com/nextcloud/spreed/issues/11788)
+- Fix showing federated users as options when providing a cloudId
+ [#11794](https://github.com/nextcloud/spreed/issues/11794)
+- Fix read marker and unread behaviour in federated conversations
+ [#11792](https://github.com/nextcloud/spreed/issues/11792)
+- Notify federated servers when a hosted conversation is deleted
+ [#11790](https://github.com/nextcloud/spreed/issues/11790)
+- Proxy federation requests with the users language
+ [#11801](https://github.com/nextcloud/spreed/issues/11801)
+- Fix cursor resetting to the beginning of the input field after having typed a "lower than" or "greater than"
+ [#11803](https://github.com/nextcloud/spreed/issues/11803)
+- Directly update the conversation data when marking a conversation read or unread
+ [#11678](https://github.com/nextcloud/spreed/issues/11678)
+- Silent message setting is not remembered with good user experience
+ [#11591](https://github.com/nextcloud/spreed/issues/11591)
+- Silent call setting is not remembered with good user experience
+ [#8323](https://github.com/nextcloud/spreed/issues/8323)
+
+### Known issues
+- Federated chatting: Various features are still visible but not functional
+
## 18.0.5 – 2024-03-08
### Changed
- Update translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 16f164bbc..89d1f80f3 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.1.2</version>
+ <version>19.0.0-beta.2</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 764700362..e6bde651a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "19.0.0-beta.1",
+ "version": "19.0.0-beta.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "19.0.0-beta.1",
+ "version": "19.0.0-beta.2",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index a745e3a21..82c152428 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "19.0.0-beta.1",
+ "version": "19.0.0-beta.2",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",