Skip to content

Commit

Permalink
Merge pull request #11057 from nextcloud/release/18.0.0-rc.2
Browse files Browse the repository at this point in the history
Release 18.0.0 rc.2
  • Loading branch information
nickvergessen authored Nov 30, 2023
2 parents 1728cf9 + fe501b6 commit 8c46994
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog
All notable changes to this project will be documented in this file.

## 18.0.0-rc.2 – 2023-11-30
### Added
- feat(chat): Show the "Out of office" message in one-to-one conversations
[#11049](https://github.com/nextcloud/spreed/issues/11049)

### Changed
- Update several dependencies
- Update translations

### Fixed
- fix(call): Try to fix Safari unmute after being muted for a longer time
[#11032](https://github.com/nextcloud/spreed/issues/11032)
- fix(call): Reduce participant list update speed when you are not joining a call
[#11047](https://github.com/nextcloud/spreed/issues/11047)
- fix(call): Remove O(n) queries when ending a call for everyone
[#11020](https://github.com/nextcloud/spreed/issues/11020)
- fix(UI): Fix several missing headlines after nextcloud/vue update
[#11031](https://github.com/nextcloud/spreed/issues/11031)
- fix(chat): Allow submitting the caption upload form without a file
[#11013](https://github.com/nextcloud/spreed/issues/11013)
- fix(call): Fix undefined variable $participant when calling a conversation with lobby
[#11027](https://github.com/nextcloud/spreed/issues/11027)
- fix(chat): Hide "Messages in current conversation" search filter when not in a chat
[#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
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-rc.1</version>
<version>18.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": "18.0.0-rc.1",
"version": "18.0.0-rc.2",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",
Expand Down

0 comments on commit 8c46994

Please sign in to comment.