Skip to content
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
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.
]]></description>

<version>25.0.0-rc.1</version>
<version>25.0.0-rc.2</version>
<licence>AGPL-3.0-or-later</licence>

<author>Christian Lorang</author>
Expand Down
26 changes: 26 additions & 0 deletions docs/changelogs/changelog-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@
# Changelog
All notable changes to this project will be documented in this file.

## 25.0.0-rc.2 – 2026-09-03
### Changed
- Update dependencies
- Update translations
- feat(recording): support configurable call summary prompts
[#19252](https://github.com/nextcloud/spreed/pull/19252)
- feat(search): promote "search messages in current chat" feature better
[#19185](https://github.com/nextcloud/spreed/pull/19185)

### Fixed
- fix(attachments): Fix missing previews for guests
[#19254](https://github.com/nextcloud/spreed/pull/19254)
[#19168](https://github.com/nextcloud/spreed/pull/19168)
- fix(chat): lock scrolling in inactive session
[#19226](https://github.com/nextcloud/spreed/pull/19226)
- fix(chat): Send read marker only when session is active
[#19219](https://github.com/nextcloud/spreed/pull/19219)
- fix(chat): Sanitise file name
[#19230](https://github.com/nextcloud/spreed/pull/19230)
- fix(presets): apply default presets that are set by admins
[#19184](https://github.com/nextcloud/spreed/pull/19184)
- fix(sharing): Add a repair step to remove orphan entries
[#19246](https://github.com/nextcloud/spreed/pull/19246)
- fix(sip): Correct restrict SIP creation
[#19243](https://github.com/nextcloud/spreed/pull/19243)

## 25.0.0-rc.1 – 2026-08-26
### Changed
- Update dependencies
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": "25.0.0-rc.1",
"version": "25.0.0-rc.2",
"private": true,
"description": "",
"license": "agpl",
Expand Down
Loading