MS 365 - Electron Changelog

What's new in MS 365 - Electron 2.0.0

May 8, 2024
  • Add "Custom Home Page" option - aaa8623
  • This will let you choose the custom page to load when you start the app.
  • Enable/Disable ad blocking in all windows when turned on/off in the menu - 6f49a55
  • Add custom scrollbar to web contents - 34fdc82
  • Override height and width of every new window created - af448ca
  • Remove about-window, clicking on "About MS-365-Electron" will now open the GitHub Repository instead - 0b308b0
  • Add Aptabase - ed0e90c
  • It is an Open Source, Privacy-First and Simple Analytics tool, which has been included to track how many people use this app.
  • Convert from CommonJS to ESM - 9fac90d
  • Void Linux is now supported! (Maintained by @xHyroM - 8887d8a
  • Update dependencies
  • Update user-agent strings

New in MS 365 - Electron 1.2.0 (Mar 27, 2024)

  • Changelog:
  • Update dependencies
  • Update user-agent strings

New in MS 365 - Electron 1.1.0 (Dec 24, 2023)

  • Fix autohide menubar functionality not working when a new window is created - #162 - 92a7b93
  • Update MS 365 account labels in menu - ec2421d | 2db6bb8
  • Introducing separate sessions for Work/School and Personal accounts - 6d209c1
  • Update window dimensions while launching an app from "Apps" menu - 9faa1cd
  • Handle exception when closing window (macOS) - 750c510
  • Update dependencies
  • Update user-agent strings

New in MS 365 - Electron 1.0.0 (Jul 27, 2023)

  • Changelog:
  • Support Dynamic icons for enterprise applications - e9eaaac
  • Do not keep splash window always on top - 9e9fe29
  • Do not show an error if the URL is unable to load - ac493f1
  • New app icons for macOS! - View - be4f74f
  • Do not set overlay icons when downloading - Also fixes #130 - f98d304
  • Update dependencies
  • Update user-agent strings

New in MS 365 - Electron 0.9.0 (Jun 12, 2023)

  • The code has gone through a big refactor! Now instead of one single file, the code is split into some files - from 122c78c
  • Add a new icon for macOS - f4b9f6d
  • If someone is downloading a file, open it in a new window - b3d857f
  • Add smaller icon for "About" window - 7826a40
  • Move assets to a separate assets folder - from 9da7d35
  • Drop build.sh script - bec002d
  • Update the website (https://agam778.github.io/MS-365-Electron) - b0746d4...406b704
  • Use a new library for Discord RPC - cf8ee83
  • Rearrange menu - from e788a93
  • Update the "Check for Updates" button to use autoUpdater if on Windows/macOS - 401ba1c
  • Introducing Dynamic Icons! Check "Dynamic Icons" for more info - 2997e82, f42c6c8, 95e14db
  • Introducing Ad blocker! Block ads on sites like Outlook, etc - 2a0b175, 2a0b175
  • Update Discord RPC whenever a new window is created - 5a70499
  • Add "Apps" menu - ec12b02, 15d339d
  • Cleanup the code
  • Do not log if internet is connected - 5b4db16
  • Add keyboard shortcuts for Back, Forward and Reload buttons - dd81104
  • Add option to enable/disable auto updater - 0ba2721
  • Add a "Copy URL" button in menu - 72516bd
  • Update dependencies
  • Update user-agent strings

New in MS 365 - Electron 0.8.1 (Feb 23, 2023)

  • Use checkbox for Enable Discord Rich Presence option
  • Replace new-window event with setWindowOpenHandler
  • Cleanup code
  • Update dependencies
  • Update useragent

New in MS 365 - Electron 0.8.0 (Jan 9, 2023)

  • As Microsoft Office has been rebranded to Microsoft 365, same happens with this project. The name of this app is now MS-365-Electron with a new executable name and logo! This would require you to relogin to your Microsoft Account(s) and setup your options in app menu again if you are updating from the previous release. Read more about the change
  • There is now a specific logo for macOS builds only!
  • arm64 builds for macOS have been uploaded (for M series macbooks), although they have not been tested due to lack of a Macbook or a Mac system. If you test the app and it works all good, do create an issue and report me so I can further continue with the arm64 builds.
  • Migrate to the new yarn package management system (yarn v3.3.0)
  • Update dependencies
  • Update useragent strings

New in MS 365 - Electron 0.7.3 (Oct 7, 2022)

  • Update Dependencies
  • Switch to "check-internet-connected" module for checking if user is online/offline
  • Show message box when error occurs on RPC connection
  • Update LICENSE and copyright
  • Update useragents

New in MS 365 - Electron 0.7.2 (May 20, 2022)

  • Remove electron-icon-maker dependency and remove yarn genicon command

New in MS 365 - Electron 0.7.1 (May 15, 2022)

  • Introduce Snap builds.

New in MS 365 - Electron 0.7.0 (May 13, 2022)

  • Changelog:
  • Fix Linux app icons (now using electron-icon-maker for generating the icons)
  • Fix "Open Logs Folder"
  • Log Renderer logs in the log file
  • Update useragent strings
  • Update dependencies.
  • Extra Changelog:
  • Add an option to "Build and install the app" in build.sh (supports deb package only for now

New in MS 365 - Electron 0.6.0 (Mar 31, 2022)

  • Add an enterprise account option (tested and works, #15, #16)
  • Add user agent switcher, with option to use Windows, Mac OS and Linux user agents.
  • Update useragents.
  • Update dependencies.

New in MS 365 - Electron 0.5.2 (Mar 21, 2022)

  • Move icons to /assets/icons folder
  • Mentioned Microsoft in README.md and About Me's copyright text.
  • Set overlay icon when download is started, finished and successful accordingly.

New in MS 365 - Electron 0.5.1 (Mar 16, 2022)

  • Added a Discord RPC Toggle which auto updates according to whatever you have opened (disabled by default)
  • (Edit: it will show enabled as checked if you didn't change anything, but it isn't actually enabled. To fix, just click on the "Disable" option once)

New in MS 365 - Electron 0.4.5 (Feb 6, 2022)

  • Add "Check for Updates" option in the "Application" menu.
  • Add a splash screen which shows till the ms office wesbite is properly loaded.

New in MS 365 - Electron 0.4.0 (Nov 11, 2021)

  • Added a logger to the app, which will log to a file. You can open the directory through "File" menu in menu bar
  • Added a feature where if you are downloading a file, it will create a dialog and notify you that the file started downloading/completed downloading
  • Also added a context menu (right click menu) with options like copy, search selected text in google, copy image address etc...

New in MS 365 - Electron 0.3.7 (Nov 7, 2021)

  • Removed Enterprise option, please refer to Issue #3

New in MS 365 - Electron 0.3.6 (Nov 5, 2021)

  • Fix app not loading if user doesn't select an option to load which version of MS Office

New in MS 365 - Electron 0.3.2 (Oct 21, 2021)

  • Fix package name (will fix most of the naming/icon problems most probably)
  • Update electron version
  • Cleanup dependencies