Skip to content

Commit be2a6e5

Browse files
Merge pull request #12004 from nextcloud/backport/12000/stable29
Release 19.0.0-rc.2
2 parents 3edc1c2 + 15c40c5 commit be2a6e5

File tree

4 files changed

+41
-4
lines changed

4 files changed

+41
-4
lines changed

CHANGELOG.md

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

4+
## 19.0.0-rc.2 – 2024-04-04
5+
### Added
6+
- feat(desktop): Prepare to support screensharing in the desktop client
7+
[#12003](https://github.com/nextcloud/spreed/issues/12003)
8+
9+
### Changed
10+
- Update translations
11+
- Update several dependencies
12+
13+
### Fixed
14+
- fix(federation): Fix posting federated messages with oracle database
15+
[#11999](https://github.com/nextcloud/spreed/issues/11999)
16+
17+
## 18.0.6 – 2024-04-04
18+
### Changed
19+
- Update translations
20+
- Update several dependencies
21+
22+
### Fixed
23+
- fix(FilePicker): Provide correct container for FilePicker
24+
[#11940](https://github.com/nextcloud/spreed/issues/11940)
25+
- fix(flow): Fix flow notifications in note-to-self and on own actions
26+
[#11919](https://github.com/nextcloud/spreed/issues/11919)
27+
- fix(call): Keep the talk time information when changing active tab
28+
[#11797](https://github.com/nextcloud/spreed/issues/11797)
29+
30+
## 17.1.7 – 2024-04-04
31+
### Changed
32+
- Update translations
33+
- Update several dependencies
34+
35+
### Fixed
36+
- fix(conversation): skip unread marker increasing from notification
37+
[#11735](https://github.com/nextcloud/spreed/issues/11735)
38+
- fix(modal): mount nested modals inside global modals
39+
[#11891](https://github.com/nextcloud/spreed/issues/11891)
40+
441
## 19.0.0-rc.1 – 2024-03-28
542
### Added
643
- Add a header to the room list indicating pending invites

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-rc.1</version>
19+
<version>19.0.0-rc.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-rc.1",
3+
"version": "19.0.0-rc.2",
44
"private": true,
55
"description": "",
66
"author": "Joas Schilling <[email protected]>",

0 commit comments

Comments
 (0)