Skip to content

Commit

Permalink
Merge pull request #11848 from nextcloud/release/19.0.0-beta.3
Browse files Browse the repository at this point in the history
Release 19.0.0 beta.3
  • Loading branch information
nickvergessen authored Mar 19, 2024
2 parents 31e8234 + 009322b commit 26501eb
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# Changelog
All notable changes to this project will be documented in this file.

## 19.0.0-beta.3 – 2024-03-19
### Added
- Preview: Federated chatting - Implemented reminders
[#11814](https://github.com/nextcloud/spreed/issues/11814)

### Changed
- Update translations
- Update several dependencies
- Provide better OpenAPI data for message parameters
[#11807](https://github.com/nextcloud/spreed/issues/11807)

### Fixed
- Fix editing and deleting not reflected correctly in left sidebar for federated conversations
[#11839](https://github.com/nextcloud/spreed/issues/11839)
- Fix missing expiration of cached messages in federated conversations
[#11816](https://github.com/nextcloud/spreed/issues/11816)
- Make conversation avatars dark mode again
[#11840](https://github.com/nextcloud/spreed/issues/11840)
- Reduce the cache time of avatars when the remote was not reachable
[#11842](https://github.com/nextcloud/spreed/issues/11842)
- Don't notify user about own messages when replying or mentioning themselves
[#11815](https://github.com/nextcloud/spreed/issues/11815)
- Fix read marker and unread behaviour in federated conversations again
[#11810](https://github.com/nextcloud/spreed/issues/11810)
- Hide federated conversations from various integrations
[#11809](https://github.com/nextcloud/spreed/issues/11809)

## 19.0.0-beta.2 – 2024-03-14
### Added
- Preview: Federated chatting - Implemented reactions
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.2</version>
<version>19.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": "19.0.0-beta.2",
"version": "19.0.0-beta.3",
"private": true,
"description": "",
"author": "Joas Schilling <[email protected]>",
Expand Down

0 comments on commit 26501eb

Please sign in to comment.