Skip to content

Commit

Permalink
Merge pull request #13729 from nextcloud/backport/13728/stable30.0
Browse files Browse the repository at this point in the history
chore(release): Bump version to 20.0.2
  • Loading branch information
nickvergessen authored Nov 7, 2024
2 parents 30d51b1 + 55bef95 commit e7ed813
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 4 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,41 @@
# Changelog
All notable changes to this project will be documented in this file.

## 20.0.2 – 2024-11-07
### Changed
- Update translations
- Update dependencies

### Fixed
- fix(attachments): Fix a performance issue when opening the file picker in Talk
[#13698](https://github.com/nextcloud/spreed/issues/13698)
- fix(meetings): Fix layout for guests on public conversations
[#13552](https://github.com/nextcloud/spreed/issues/13552)

## 19.0.11 – 2024-11-07
### Changed
- Update translations
- Update dependencies

### Fixed
- fix(chat): Fix layout for guests on public conversations
[#13620](https://github.com/nextcloud/spreed/issues/13620)
- fix(UI): Improve handling of sidebar on mobile view
[#12693](https://github.com/nextcloud/spreed/issues/12693)
- fix(calls): Fix background blur performance if Server was not upgraded
[#13603](https://github.com/nextcloud/spreed/issues/13603)

## 18.0.13 – 2024-11-07
### Changed
- Update translations
- Update dependencies

### Fixed
- fix(chat): Fix layout for guests on public conversations
[#13620](https://github.com/nextcloud/spreed/issues/13620)
- fix(UI): Improve handling of sidebar on mobile view
[#12693](https://github.com/nextcloud/spreed/issues/12693)

## 20.0.1 – 2024-10-10
### Added
- feat(call): Add wave and fire call reactions
Expand Down
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>20.0.1</version>
<version>20.0.2</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": "20.0.1",
"version": "20.0.2",
"private": true,
"description": "",
"author": "Joas Schilling <[email protected]>",
Expand Down

0 comments on commit e7ed813

Please sign in to comment.