diff --git a/CHANGELOG.md b/CHANGELOG.md index 025b0a95..11e87004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v0.28.0 - 2024-04-12 + +### Build-in Talk update + +- Built-in Talk in binaries is updated to v19.0.0-rc.3 + +### Features + +- Add screensharing support [#11](https://github.com/nextcloud/talk-desktop/issues/11) +- Add image and video viewer support [#255](https://github.com/nextcloud/talk-desktop/issues/255) + +### Fixes + +- Open a conversation by link to other conversations in the app instead of a web-browser [#603](https://github.com/nextcloud/talk-desktop/pull/603) +- Open and create a 1-to-1 conversation by "Talk to User" from the participant's menu in the app instead of a web-browser [Talk#11879](https://github.com/nextcloud/spreed/pull/11879) +- Pretty "Copy conversation link" without "index.php" if supported by server for Nextcloud 29+ [#605](https://github.com/nextcloud/talk-desktop/issues/605) + +### Other changes + +- Drop support for building with Talk v17 [#598](https://github.com/nextcloud/talk-desktop/pull/598) + ## v0.27.0 - 2024-03-28 ### Build-in Talk update diff --git a/package-lock.json b/package-lock.json index 913c118e..7670ddd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "0.27.0", + "version": "0.28.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "0.27.0", + "version": "0.28.0", "license": "AGPL-3.0", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 3b8b30f6..529053b3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "0.27.0", + "version": "0.28.0", "description": "Official Desktop client for Nextcloud Talk", "bugs": "https://github.com/nextcloud/talk-desktop/issues", "license": "AGPL-3.0",