From b82756eee9b53177149c79e1372e4f6f7c4a60e7 Mon Sep 17 00:00:00 2001 From: Agampreet Singh <68941022+agam778@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:54:31 +0530 Subject: [PATCH] Update version to 0.8.1 - Use checkbox for Enable Discord Rich Presence option - Cleanup code - Replace new-window event with setWindowOpenHandler - Update dependencies - Update useragent --- main.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 65ac2e0..e61543b 100644 --- a/main.js +++ b/main.js @@ -283,7 +283,7 @@ const menulayout = [ dialog.showMessageBoxSync({ type: "info", title: "Discord Rich Presence", - message: "Discord Rich Presence is now enabled.", + message: "Discord Rich Presence is now enabled.\nPlease restart the app to enable RPC.", buttons: ["OK"], }); discordrpcupdate( diff --git a/package.json b/package.json index 269f69d..db24424 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ms-365-electron", - "version": "0.8.0", + "version": "0.8.1", "description": "Unofficial Microsoft 365 Web Desktop Wrapper made with Electron", "main": "main.js", "repository": {