Skip to content

Commit

Permalink
Merge pull request #12069 from nextcloud/backport/12068/stable29
Browse files Browse the repository at this point in the history
[stable29] chore(release): Add changelog for 19.0.0-rc.3
  • Loading branch information
nickvergessen authored Apr 11, 2024
2 parents f9e0a15 + 0fbbecb commit 70fcc71
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# Changelog
All notable changes to this project will be documented in this file.

## 19.0.0-rc.3 – 2024-04-11
### Added
- feat(chat): Allow todo lists to be interactive
[#12065](https://github.com/nextcloud/spreed/issues/12065)
- feat(devicechecker): Save all previously picked devices instead of the last one
[#12067](https://github.com/nextcloud/spreed/issues/12067)
- feat(OCM): Register TalkV1 as OCM resource
[#12045](https://github.com/nextcloud/spreed/issues/12045)
- feat(dashboard): Implement Dashboard Widget APIv2
[#12035](https://github.com/nextcloud/spreed/issues/12035)

### Changed
- Update translations
- Update several dependencies

### Fixed
- fix(chat): Mentions in todo lists are not rendered
[#12009](https://github.com/nextcloud/spreed/issues/12009)
- fix(one2one): Allow the desktop client to handle one-to-one links without a reload
[#12047](https://github.com/nextcloud/spreed/issues/12047)
- fix(attachments): Ensure all rich object parameters are strings
[#12043](https://github.com/nextcloud/spreed/issues/12043)
- fix(openapi): Ensure operation IDs are unique
[#12030](https://github.com/nextcloud/spreed/issues/12030)
- fix(openapi): Object inheritance for chat and proxy messages
[#12056](https://github.com/nextcloud/spreed/issues/12056)
- fix(chat): Don't close emoji picker when clicking on the search input or a category
[#12062](https://github.com/nextcloud/spreed/issues/12062)

## 19.0.0-rc.2 – 2024-04-04
### Added
- feat(desktop): Prepare to support screensharing in the desktop client
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.2</version>
<version>19.0.0-rc.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": "19.0.0-rc.2",
"version": "19.0.0-rc.3",
"private": true,
"description": "",
"author": "Joas Schilling <[email protected]>",
Expand Down

0 comments on commit 70fcc71

Please sign in to comment.