Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 19.0.0-rc.2 #12004

Merged
merged 3 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
# Changelog
All notable changes to this project will be documented in this file.

## 19.0.0-rc.2 – 2024-04-04
### Added
- feat(desktop): Prepare to support screensharing in the desktop client
[#12003](https://github.com/nextcloud/spreed/issues/12003)

### Changed
- Update translations
- Update several dependencies

### Fixed
- fix(federation): Fix posting federated messages with oracle database
[#11999](https://github.com/nextcloud/spreed/issues/11999)

## 18.0.6 – 2024-04-04
### Changed
- Update translations
- Update several dependencies

### Fixed
- fix(FilePicker): Provide correct container for FilePicker
[#11940](https://github.com/nextcloud/spreed/issues/11940)
- fix(flow): Fix flow notifications in note-to-self and on own actions
[#11919](https://github.com/nextcloud/spreed/issues/11919)
- fix(call): Keep the talk time information when changing active tab
[#11797](https://github.com/nextcloud/spreed/issues/11797)

## 17.1.7 – 2024-04-04
### Changed
- Update translations
- Update several dependencies

### Fixed
- fix(conversation): skip unread marker increasing from notification
[#11735](https://github.com/nextcloud/spreed/issues/11735)
- fix(modal): mount nested modals inside global modals
[#11891](https://github.com/nextcloud/spreed/issues/11891)

## 19.0.0-rc.1 – 2024-03-28
### Added
- Add a header to the room list indicating pending invites
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m

]]></description>

<version>19.0.0-rc.1</version>
<version>19.0.0-rc.2</version>
<licence>agpl</licence>

<author>Daniel Calviño Sánchez</author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talk",
"version": "19.0.0-rc.1",
"version": "19.0.0-rc.2",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",
Expand Down
Loading