Skip to content

Commit 9ae8a99

Browse files
Merge pull request #11805 from nextcloud/release/19.0.0-beta.2
Release 19.0.0 beta.2
2 parents 14d44ee + c2fb153 commit 9ae8a99

File tree

4 files changed

+42
-4
lines changed

4 files changed

+42
-4
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 19.0.0-beta.2 – 2024-03-14
5+
### Added
6+
- Preview: Federated chatting - Implemented reactions
7+
[#11772](https://github.com/nextcloud/spreed/issues/11772)
8+
- Preview: Federated chatting - Implemented polls
9+
[#11653](https://github.com/nextcloud/spreed/issues/11653)
10+
11+
### Changed
12+
- Update translations
13+
- Update several dependencies
14+
- Mark federated users as such in the participant list
15+
[#11771](https://github.com/nextcloud/spreed/issues/11771)
16+
17+
### Fixed
18+
- Fix retry behaviour when the host or federated instance was not reachable
19+
[#11780](https://github.com/nextcloud/spreed/issues/11780)
20+
- Fix UI spaming chat requests when memory cache was cleared
21+
[#11788](https://github.com/nextcloud/spreed/issues/11788)
22+
- Fix showing federated users as options when providing a cloudId
23+
[#11794](https://github.com/nextcloud/spreed/issues/11794)
24+
- Fix read marker and unread behaviour in federated conversations
25+
[#11792](https://github.com/nextcloud/spreed/issues/11792)
26+
- Notify federated servers when a hosted conversation is deleted
27+
[#11790](https://github.com/nextcloud/spreed/issues/11790)
28+
- Proxy federation requests with the users language
29+
[#11801](https://github.com/nextcloud/spreed/issues/11801)
30+
- Fix cursor resetting to the beginning of the input field after having typed a "lower than" or "greater than"
31+
[#11803](https://github.com/nextcloud/spreed/issues/11803)
32+
- Directly update the conversation data when marking a conversation read or unread
33+
[#11678](https://github.com/nextcloud/spreed/issues/11678)
34+
- Silent message setting is not remembered with good user experience
35+
[#11591](https://github.com/nextcloud/spreed/issues/11591)
36+
- Silent call setting is not remembered with good user experience
37+
[#8323](https://github.com/nextcloud/spreed/issues/8323)
38+
39+
### Known issues
40+
- Federated chatting: Various features are still visible but not functional
41+
442
## 18.0.5 – 2024-03-08
543
### Changed
644
- Update translations

appinfo/info.xml

+1-1
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.1.2</version>
19+
<version>19.0.0-beta.2</version>
2020
<licence>agpl</licence>
2121

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)