From 6aac449ffcc865086f9676a6d3b6177e57c6885a Mon Sep 17 00:00:00 2001 From: Grigorii Shartsev Date: Tue, 21 Mar 2023 13:13:39 +0100 Subject: [PATCH 1/3] feat: add "Preview" to the welcome screen footer Signed-off-by: Grigorii Shartsev --- src/welcome/welcome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/welcome/welcome.html b/src/welcome/welcome.html index 6f2e9824..83622ae0 100644 --- a/src/welcome/welcome.html +++ b/src/welcome/welcome.html @@ -127,7 +127,7 @@

Nextcloud Talk

- + From 2418ce806c07c4fd062e5d9baade90fc133fce09 Mon Sep 17 00:00:00 2001 From: Grigorii Shartsev Date: Tue, 21 Mar 2023 13:14:29 +0100 Subject: [PATCH 2/3] chore: update issues list in README Signed-off-by: Grigorii Shartsev --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 84d9cfd7..cc5fcdb4 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,9 @@ - Contacts menu on user avatars menus ([#34](https://github.com/nextcloud/talk-desktop/issues/34)) - Setting User Status ([#26](https://github.com/nextcloud/talk-desktop/issues/26)) - Search ([#30](https://github.com/nextcloud/talk-desktop/issues/30)) - - Notifications ([#31](https://github.com/nextcloud/talk-desktop/issues/31)) - Untrusted certificate on Linux ([#23](https://github.com/nextcloud/talk-desktop/issues/23)) - Dark/light theme ([#17](https://github.com/nextcloud/talk-desktop/issues/17)) -- Work with limitations: +- Works with limitations: - File viewer - opened in the default web-browser ## 🧑‍💻 Development Setup From 62256510182d92339da2c9086b664fd860f9cd60 Mon Sep 17 00:00:00 2001 From: Grigorii Shartsev Date: Tue, 21 Mar 2023 13:21:40 +0100 Subject: [PATCH 3/3] release: v0.2.1 Fix: - fix dev and prod instances lock each other - fix repository links Signed-off-by: Grigorii Shartsev --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 567fb6a5..e4555e0b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "0.2.0", + "version": "0.2.1", "description": "Official Desktop client for Nextcloud Talk", "bugs": "https://github.com/nextcloud/talk-desktop/issues", "license": "AGPL-3.0",