Skip to content

Commit

Permalink
Merge pull request #6354 from nextcloud/backport/6353/stable22.1
Browse files Browse the repository at this point in the history
[stable22.1] Add changelog for 12.2.1
  • Loading branch information
nickvergessen authored Oct 15, 2021
2 parents e21a940 + e865c1d commit bcfce05
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.

## 12.2.0 – 2021-09-17
## 12.2.1 – 2021-10-15
### Changed
- Simplify sidebar in one-to-one conversations
[#6275](https://github.com/nextcloud/spreed/pull/6275)

### Fixed
- Reuse participant information when rendering peers in a call
[#6344](https://github.com/nextcloud/spreed/pull/6344)
- Ignore sessions with timeouted ping when sending notifications
[#6329](https://github.com/nextcloud/spreed/pull/6329)
- Fix errors with the speaking events
[#6298](https://github.com/nextcloud/spreed/pull/6298)
- Don't fail hard when adding a participant in parallel
[#6264](https://github.com/nextcloud/spreed/pull/6264)
- Fix invisible emoji picker in Safari
[#6351](https://github.com/nextcloud/spreed/pull/6351)

## 12.2.0 – 2021-09-17
### Added
- Add "Create conversation" button on first page of dialog when creating a public conversation
[#6206](https://github.com/nextcloud/spreed/pull/6206)
Expand All @@ -20,7 +36,6 @@ All notable changes to this project will be documented in this file.
[#6182](https://github.com/nextcloud/spreed/pull/6182)

## 12.1.2 – 2021-09-17

### Fixed
- Add some validation for shared geo-locations
[#6243](https://github.com/nextcloud/spreed/pull/6243)
Expand All @@ -38,7 +53,6 @@ All notable changes to this project will be documented in this file.
[#6080](https://github.com/nextcloud/spreed/pull/6080)

## 11.3.2 – 2021-09-17

### Fixed
- Fix logged-in users are unable to join a password protected public conversation
[#6231](https://github.com/nextcloud/spreed/pull/6231)
Expand All @@ -54,23 +68,20 @@ All notable changes to this project will be documented in this file.
[#5786](https://github.com/nextcloud/spreed/pull/5786)

## 10.1.7 – 2021-09-17

### Fixed
- Fix logged-in users are unable to join a password protected public conversation
[#6232](https://github.com/nextcloud/spreed/pull/6232)
- Fix infinite loop when the media constraints can not be decreased
[#6240](https://github.com/nextcloud/spreed/pull/6240)

## 10.0.10 – 2021-09-17

### Fixed
- Fix logged-in users are unable to join a password protected public conversation
[#6233](https://github.com/nextcloud/spreed/pull/6233)
- Fix infinite loop when the media constraints can not be decreased
[#6128](https://github.com/nextcloud/spreed/pull/6128)

## 12.1.1 – 2021-08-30

### Changed
- Improved device preference storing to better recover after switching between docking-station and normal usage with a device
[#6179](https://github.com/nextcloud/spreed/pull/6179)
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.0</version>
<version>12.2.1</version>
<licence>agpl</licence>

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

0 comments on commit bcfce05

Please sign in to comment.