Browse Source
Add changelog
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/7848/head
Joas Schilling
3 years ago
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with
22 additions and
0 deletions
-
CHANGELOG.md
|
|
|
@ -1,6 +1,28 @@ |
|
|
|
# Changelog |
|
|
|
All notable changes to this project will be documented in this file. |
|
|
|
|
|
|
|
## 15.0.0-beta.2 – 2022-09-01 |
|
|
|
### Added |
|
|
|
- 🗒️ Allow to create new files from within the chat |
|
|
|
- 🌏 Show link previews for chat messages with links |
|
|
|
- Show more details on the poll result screen |
|
|
|
- Upgrade @nextcloud/vue to version 7 |
|
|
|
|
|
|
|
### Changed |
|
|
|
- Improve performance by using the UserDisplayNameCache |
|
|
|
- Improve performance of chats with a lot of shared files |
|
|
|
- Populate ETag and permissions so the image editor works as expected |
|
|
|
|
|
|
|
### Fixed |
|
|
|
- Fix depenendency management and make sure all required dependencies are shipped |
|
|
|
- Fix type of icon size |
|
|
|
- Fix missing aria-labels and tooltips in various places |
|
|
|
- Fix missing local media in share sidebar |
|
|
|
- Fix missing screenshares in share sidebar |
|
|
|
- Ensure that the reactions details is always an object |
|
|
|
- Do not allow to close a poll twice |
|
|
|
- Make handling of guest moderators more consistent |
|
|
|
|
|
|
|
## 15.0.0-beta.1 – 2022-08-12 |
|
|
|
### Added |
|
|
|
- 🛂 Chat permission |
|
|
|
|