Skip to content
Merged
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
# Changelog
All notable changes to this project will be documented in this file.

## 22.0.2 – 2025-10-27
### Changed
- Update dependencies
- Update translations

### Fixed
- fix(chat): Fix relative date header showing `.042` after DST change
[#16217](https://github.com/nextcloud/spreed/pull/16217)
- fix(participants): Correctly show guests as online and offline
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it wasn't a mistake to be corrected? it was just intended design

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From my POV it was never intended to show offline guests as online. But for normal guests that pattern basically never existed, only for guests that are persisted e.g. by email

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't call it a feature from the user perspective.

A fixed problem — there was no online status shown for guests even though there is enough data to show it.

[#16218](https://github.com/nextcloud/spreed/pull/16218)

## 22.0.1 – 2025-10-24
### Added
- feat(bots): Add create command for inbound-only bots
Expand Down