From 2c8d65dc14bace2ac6a972d7ec3ebbe324a829e6 Mon Sep 17 00:00:00 2001 From: NovusTheory <3434404+NovusTheory@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:10:27 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=92=AC=20Update=20website=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/index.ts | 2 +- src/renderer/windows/settings/Settings.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/index.ts b/src/main/index.ts index 1fe9c0ce2..ecf249912 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -965,7 +965,7 @@ const createOrShowSettingsWindow = (): void => { }); settingsWindow.webContents.setWindowOpenHandler(details => { - if (details.url === "https://github.com/ytmdesktop/ytmdesktop" || details.url === "https://ytmdesktop.app/") { + if (details.url === "https://github.com/ytmdesktop/ytmdesktop" || details.url === "https://ytmdesktop.github.io/") { shell.openExternal(details.url); } diff --git a/src/renderer/windows/settings/Settings.vue b/src/renderer/windows/settings/Settings.vue index 650a6e98c..b26b5b407 100644 --- a/src/renderer/windows/settings/Settings.vue +++ b/src/renderer/windows/settings/Settings.vue @@ -554,7 +554,7 @@ window.ytmd.handleUpdateDownloaded(() => { From 68d3e5db645a70cb0258baf4a59fbe77b53a88ce Mon Sep 17 00:00:00 2001 From: NovusTheory <3434404+NovusTheory@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:11:22 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=9A=80=20v2.0.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8817a85b7..cc0120437 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "youtube-music-desktop-app", "productName": "YouTube Music Desktop App", - "version": "2.0.9", + "version": "2.0.10", "description": "YouTube Music Desktop App", "main": ".vite/main/index.js", "private": true,