From c2d2d3fcc5d2fd7e61ced0b5a43f0ab6ef3facab Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Fri, 6 Sep 2024 10:38:43 +0200 Subject: [PATCH] release: v0.37.0 Signed-off-by: Grigorii K. Shartsev --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3252ba32..90fb36c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ # Changelog +## v0.37.0 - 2024-09-06 + +### Build-in Talk update + +- Built-in Talk in binaries is updated to v20.0.0-rc.4 + +### Features + +- Add PDF Viewer [#784](https://github.com/nextcloud/talk-desktop/pull/784) +- Add Text, Markdown, and Source Code Viewer (read-only) [#785](https://github.com/nextcloud/talk-desktop/pull/785) + +### Fixes + +- Improve Viewer styling and loading/error handling [#783](https://github.com/nextcloud/talk-desktop/pull/783) + ## v0.36.0 - 2024-08-27 ### Build-in Talk update diff --git a/package-lock.json b/package-lock.json index b7dc1c0d..45f4f95b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "0.36.0", + "version": "0.37.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "0.36.0", + "version": "0.37.0", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 57e11186..97c796d3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "0.36.0", + "version": "0.37.0", "description": "Official Desktop client for Nextcloud Talk", "bugs": "https://github.com/nextcloud/talk-desktop/issues", "license": "AGPL-3.0-or-later",