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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## 12.2.8 – 2022-11-03
### Fixed
- Fix participant sessions not sent to the HPB
[#8114](https://github.com/nextcloud/spreed/pull/8114)
- Fix guest names in search results
[#7591](https://github.com/nextcloud/spreed/pull/7591)
- Fix an issue with detecting Safari on iOS version
[#8277](https://github.com/nextcloud/spreed/pull/8277)

## 12.2.7 – 2022-07-08
### Added
- Add brute force protection for conversation tokens and passwords
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>12.2.7</version>
<version>12.2.8</version>
<licence>agpl</licence>

<author>Daniel Calviño Sánchez</author>
Expand Down