Skip to content

Commit 6a7a292

Browse files
Merge pull request #10556 from nextcloud/release/17.1.1
Release 17.1.1
2 parents d5185b1 + 6aea991 commit 6a7a292

File tree

4 files changed

+55
-4
lines changed

4 files changed

+55
-4
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,57 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 17.1.1 – 2023-09-21
5+
### Added
6+
- feat(chat): Add copy function to code blocks
7+
[#10533](https://github.com/nextcloud/spreed/issues/10533)
8+
9+
### Changed
10+
- Update dependencies
11+
12+
### Fixed
13+
- fix(attachments): Allow to navigate between attachments in the viewer
14+
[#10549](https://github.com/nextcloud/spreed/issues/10549)
15+
- fix(bots): Fix notifications of bot messages and reactions
16+
[#10530](https://github.com/nextcloud/spreed/issues/10530)
17+
- fix(conversations): Keep the current conversation in filtered list
18+
[#10527](https://github.com/nextcloud/spreed/issues/10527)
19+
- fix(page): Decouple the index controller from the executing method
20+
[#10546](https://github.com/nextcloud/spreed/issues/10546)
21+
- fix(API): Reuse participant objects already created to reduce number of database queries
22+
[#10536](https://github.com/nextcloud/spreed/issues/10536)
23+
24+
## 16.0.6 – 2023-09-21
25+
### Changed
26+
- Update dependencies
27+
28+
### Fixed
29+
- fix(chat): Fix responding with "X-Chat-Last-Common-Read" when requested by the client
30+
[#10340](https://github.com/nextcloud/spreed/issues/10340)
31+
- fix(call): Add an option to disable background blur in call
32+
[#10473](https://github.com/nextcloud/spreed/issues/10473)
33+
- fix(desktop): fix disabling avatar menu for desktop
34+
[#10183](https://github.com/nextcloud/spreed/issues/10183)
35+
- fix(page): Decouple the index controller from the executing method
36+
[#10547](https://github.com/nextcloud/spreed/issues/10547)
37+
- Fix using signaling settings while being refetched
38+
[#10259](https://github.com/nextcloud/spreed/issues/10259)
39+
- fix(chat): clean conversation history for participants in call
40+
[#10303](https://github.com/nextcloud/spreed/issues/10303)
41+
42+
## 15.0.8 – 2023-09-21
43+
### Changed
44+
- Update dependencies
45+
46+
### Fixed
47+
- fix(call): Add an option to disable background blur in call
48+
[#10474](https://github.com/nextcloud/spreed/issues/10474)
49+
- fix(page): Decouple the index controller from the executing method
50+
[#10548](https://github.com/nextcloud/spreed/issues/10548)
51+
- Fix using signaling settings while being refetched
52+
[#10257](https://github.com/nextcloud/spreed/issues/10257)
53+
- fix(chat): clean conversation history for participants in call
54+
[#10304](https://github.com/nextcloud/spreed/issues/10304)
455

556
## 17.1.0 – 2023-09-16
657
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
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>17.1.0</version>
19+
<version>17.1.1</version>
2020
<licence>agpl</licence>
2121

2222
<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": "17.1.0",
3+
"version": "17.1.1",
44
"private": true,
55
"description": "",
66
"author": "Joas Schilling <[email protected]>",

0 commit comments

Comments
 (0)