Skip to content

Commit

Permalink
Merge pull request #10918 from nextcloud/release/18.0.0-beta.3
Browse files Browse the repository at this point in the history
Release 18.0.0 beta.3
  • Loading branch information
nickvergessen authored Nov 16, 2023
2 parents 7c4e050 + 0b13ee0 commit d7aee29
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 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-beta.3 – 2023-11-16
### 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

### Fixed
- Fix Safari browser not receiving any stream in a call
[#10912](https://github.com/nextcloud/spreed/issues/10912)
- Try to fix Safari unmute after being muted for a longer time
[#10913](https://github.com/nextcloud/spreed/issues/10913)
- Mark notifications about read chat messages as resolved
[#10889](https://github.com/nextcloud/spreed/issues/10889)
- Fix uploading files after multiple hours without a page reload
[#10877](https://github.com/nextcloud/spreed/issues/10877)
- Don't throw an unhandled exception when mentioning `at-all` in "Note to self"
[#10881](https://github.com/nextcloud/spreed/issues/10881)
- Fix SIP dialout not working after resolving license issue
[#10914](https://github.com/nextcloud/spreed/issues/10914)
- Fix issues with the session active state
[#10876](https://github.com/nextcloud/spreed/issues/10876)
- Clarify that "Note to self" and "Talk Updates" are system generated
[#10884](https://github.com/nextcloud/spreed/issues/10884)

## 18.0.0-beta.2 – 2023-11-09
### Changed
- Replace various confirmation screens with the NcDialog component
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>18.0.0-beta.2</version>
<version>18.0.0-beta.3</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": "18.0.0-beta.2",
"version": "18.0.0-beta.3",
"private": true,
"description": "",
"author": "Joas Schilling <[email protected]>",
Expand Down

0 comments on commit d7aee29

Please sign in to comment.