From 6bf4f888ba34f886053244c20c223c4452a32628 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Mon, 13 Nov 2023 08:30:54 +0100 Subject: [PATCH] release: v0.15.0 Signed-off-by: Grigorii K. Shartsev --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f9360b..6d1f9a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v0.15.0 - 2023-11-13 + +### Build-in Talk update + +- Built-in Talk in binaries is updated to v18.0.0-beta.2 Talk changelog: https://github.com/nextcloud/spreed/blob/master/CHANGELOG.md + +## Fixes + +- Update confirm dialogs to use Nextcloud dialogs instead of native confirm [#12](https://github.com/nextcloud/talk-desktop/issues/12) +- Add support for `.gif` images request for animated emojis in call reactions [#405](https://github.com/nextcloud/talk-desktop/issues/405) + ## v0.14.0 - 2023-11-07 ### Build-in Talk update diff --git a/package-lock.json b/package-lock.json index 2d5bc538..0164c340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "0.14.0", + "version": "0.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "0.14.0", + "version": "0.15.0", "license": "AGPL-3.0", "dependencies": { "@nextcloud/axios": "^2.4.0", diff --git a/package.json b/package.json index 5b74424f..1d5c2b3a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "0.14.0", + "version": "0.15.0", "description": "Official Desktop client for Nextcloud Talk", "bugs": "https://github.com/nextcloud/talk-desktop/issues", "license": "AGPL-3.0",