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
This commit is contained in:
Agampreet Singh
2023-02-23 16:54:31 +05:30
parent 6d2447b441
commit b82756eee9
2 changed files with 2 additions and 2 deletions

View File

@@ -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(

View File

@@ -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": {