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

Changelog for 18.0.0 #11163

Merged
merged 2 commits into from
Dec 8, 2023
Merged
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
34 changes: 28 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.

## 18.0.0 – 2023-12-12
### Added
- πŸ—’οΈ Note to self
[#2196](https://github.com/nextcloud/spreed/issues/2196)
- πŸŽ™οΈ Show speaker while screensharing
[#4478](https://github.com/nextcloud/spreed/issues/4478)
- 🏷️ Add a caption to your file before sharing it into the chat
[#5354](https://github.com/nextcloud/spreed/issues/5354)
- πŸ‘€ Ask Guest to enter a name when connecting
[#855](https://github.com/nextcloud/spreed/issues/855)
- 🀩 Animated call reactions
[#10561](https://github.com/nextcloud/spreed/issues/10561)
- πŸ–‹οΈ Optionally require consent before joining a recorded call
[#10348](https://github.com/nextcloud/spreed/issues/10348)
- πŸ“² Allow calling phone numbers from within Talk using SIP dialout
[#10346](https://github.com/nextcloud/spreed/issues/10346)
- πŸ”Ž Add support for "person" and "modified" filter options of the new search
[#10909](https://github.com/nextcloud/spreed/issues/10909)
- 🌴 Show the "Out of office" message in one-to-one conversations
[#11049](https://github.com/nextcloud/spreed/issues/11049)

### Changed
- Requires Nextcloud 28
- Update translations
- Update several dependencies
- Require compatible clients (Talk Android 18.0.0 or later, Talk iOS 18.0.0 or later, Talk Desktop 0.16.0 or later) when recording consent is enabled
[#10969](https://github.com/nextcloud/spreed/issues/10969)

## 18.0.0-rc.3 – 2023-12-07
### Added
- feat(call): Add screensharing support to the viewer-overlay
Expand Down Expand Up @@ -61,12 +89,6 @@ All notable changes to this project will be documented in this file.
[#11054](https://github.com/nextcloud/spreed/issues/11054)

## 18.0.0-rc.1 – 2023-11-23
### Added
- Allow drag'n'drop of files onto the caption dialog
[#10898](https://github.com/nextcloud/spreed/issues/10898)
- Add support for "person" and "modified" filter options of the global search
[#10909](https://github.com/nextcloud/spreed/issues/10909)

### Changed
- Update several dependencies
- Improve documentation by adding magic strings and values to parameters
Expand Down
Loading