Skip to content

Commit 94b11e8

Browse files
committed
release: v20.0.0-beta.3
Signed-off-by: Grigorii K. Shartsev <[email protected]>
1 parent e060b39 commit 94b11e8

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 20.0.0-beta.3 – 2024-08-06
9+
### Fixed
10+
- Disallow setting message expiration in former one-to-one conversations
11+
[#12882](https://github.com/nextcloud/spreed/issues/12882)
12+
- Show avatar thumbnail for former one-to-one conversations
13+
[#12886](https://github.com/nextcloud/spreed/issues/12886)
14+
- Hide Ban section in "Note to self" conversation settings
15+
[#12889](https://github.com/nextcloud/spreed/pull/12889)
16+
- Disallow banned user to be added to the conversation
17+
[#12793](https://github.com/nextcloud/spreed/issues/12793)
18+
- Disable call button in a federated chat when its settings was changed
19+
[#12864](https://github.com/nextcloud/spreed/issues/12864)
20+
- More UI changes according to design review
21+
[#12800](https://github.com/nextcloud/spreed/issues/12800)
22+
823
## 20.0.0-beta.2 – 2024-08-01
924
### Fixed
1025
- fix(calls): Add notifications for federated calls

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.
1919
]]></description>
2020

21-
<version>20.0.0-beta.2</version>
21+
<version>20.0.0-beta.3</version>
2222
<licence>agpl</licence>
2323

2424
<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": "20.0.0-beta.2",
3+
"version": "20.0.0-beta.3",
44
"private": true,
55
"description": "",
66
"author": "Joas Schilling <[email protected]>",

0 commit comments

Comments
 (0)