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.1 #11975

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

## 19.0.0-rc.1 – 2024-03-28
### Added
- Add a header to the room list indicating pending invites
[#11944](https://github.com/nextcloud/spreed/issues/11944)

### Changed
- Update translations
- Update several dependencies

### Fixed
- Don't close the modal on outside click when the user started to fill them
[#11942](https://github.com/nextcloud/spreed/issues/11942)
- Fix user confusion when federating with a user that has the same user ID
[#11941](https://github.com/nextcloud/spreed/issues/11941)
- Don't transfer ownership federated memberships as it doesn't work
[#11950](https://github.com/nextcloud/spreed/issues/11950)
- Provide the correct container for the file picker
[#11939](https://github.com/nextcloud/spreed/issues/11939)
- Adjust the cursor to be a grabbing hand when dragging the presenter view
[#11903](https://github.com/nextcloud/spreed/issues/11903)
- Fix file names overflowing the box when chat is in the right sidebar
[#11937](https://github.com/nextcloud/spreed/issues/11937)

## 19.0.0-beta.5 – 2024-03-26
### Changed
- Update translations
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-beta.5</version>
<version>19.0.0-rc.1</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-beta.5",
"version": "19.0.0-rc.1",
"private": true,
"description": "",
"author": "Joas Schilling <[email protected]>",
Expand Down
Loading