From a05a4f168b527d7c72dfcd80c44ef8dcc92eb9ff Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Tue, 3 Dec 2024 13:02:11 +0100 Subject: [PATCH] release: v1.0.0 Signed-off-by: Grigorii K. Shartsev --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3afcf39..05c255e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ # Changelog +## v1.0.0 - 2024-12-03 + +### Features + +- Add call notification popup [#868](https://github.com/nextcloud/talk-desktop/pull/868) + +### Fixes + +- Adjust icon on Linux and Windows [#948](https://github.com/nextcloud/talk-desktop/pull/948) +- Fix an occasional error alert [#936](https://github.com/nextcloud/talk-desktop/pull/936) +- Fix minor issues in the About window [#934](https://github.com/nextcloud/talk-desktop/pull/934), [#935](https://github.com/nextcloud/talk-desktop/pull/935) +- Fix zoom issues in edge cases [#893](https://github.com/nextcloud/talk-desktop/pull/893) + +### Changes + +- Built-in Talk in binaries is updated to v20.1.0 [#949](https://github.com/nextcloud/talk-desktop/pull/949) +- New release notify interval is decreased from 2 hours to 1 day [#952](https://github.com/nextcloud/talk-desktop/pull/952) +- `.env` file is now optional for development [#929](https://github.com/nextcloud/talk-desktop/pull/929) +- Update translations +- Update dependencies + ## v1.0.0-rc.2 - 2024-11-22 ### Features diff --git a/package-lock.json b/package-lock.json index eee6fe23..cbccad2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "1.0.0-rc.2", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "1.0.0-rc.2", + "version": "1.0.0", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 75412b38..341608ff 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "1.0.0-rc.2", + "version": "1.0.0", "description": "Official Desktop client for Nextcloud Talk", "bugs": { "url": "https://github.com/nextcloud/talk-desktop/issues",