Skip to content

Commit ad8e4e4

Browse files
Merge pull request #16538 from nextcloud/backport/16535/stable31
[stable31] chore(release): Changelog for 21.1.6
2 parents 0d875a2 + 705ef59 commit ad8e4e4

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

8+
## 21.1.6 – 2025-12-11
9+
### Changed
10+
- Update dependencies
11+
- Update translations
12+
13+
### Fixed
14+
- fix(call): Fix low frame rate in the grid layout
15+
[#16389](https://github.com/nextcloud/spreed/pull/16389)
16+
- fix(call): Keep media disabled when reassigning permissions
17+
[#16521](https://github.com/nextcloud/spreed/pull/16521)
18+
- fix(chat): Fix resetting the cursor to the end of the message when editing
19+
[#16300](https://github.com/nextcloud/spreed/pull/16300)
20+
- fix(chat): Don't show typing indicator when editing a message
21+
[#16140](https://github.com/nextcloud/spreed/pull/16140)
22+
- fix(search): Fix short date style in message search
23+
[#16232](https://github.com/nextcloud/spreed/pull/16232)
24+
- fix(settings): Hide message expiration when not supported by the server
25+
[#16317](https://github.com/nextcloud/spreed/pull/16317)
26+
- fix(settings): Don't transfer ownership of sample conversations
27+
[#16177](https://github.com/nextcloud/spreed/pull/16177)
28+
- fix(settings): Fix a missing check when configuring Matterbridge
29+
[#16523](https://github.com/nextcloud/spreed/pull/16523)
30+
831
## 21.1.5 – 2025-09-18
932
### Changed
1033
- Update translations

β€Ž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>21.1.5</version>
21+
<version>21.1.6</version>
2222
<licence>agpl</licence>
2323

2424
<author>Anna Larch</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": "21.1.4",
3+
"version": "21.1.6",
44
"private": true,
55
"description": "",
66
"license": "agpl",

0 commit comments

Comments
Β (0)