What's new in Microsoft Office - Electron 1.2.0

Mar 28, 2024
  • Changelog:
  • Update dependencies
  • Update user-agent strings

New in Microsoft Office - Electron 1.1.0 (Jan 3, 2024)

  • CHANGELOG:
  • 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 Microsoft Office - Electron 1.0.0 (Jul 28, 2023)

  • 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 Microsoft Office - Electron 0.9.0 (Jun 13, 2023)

  • WHAT'S CHANGED:
  • 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 Microsoft Office - Electron 0.8.1 (Feb 27, 2023)

  • This is the 19th Release of MS-365-Electron
  • WHAT'S CHANGED:
  • Use checkbox for Enable Discord Rich Presence option
  • Replace new-window event with setWindowOpenHandler
  • Cleanup code
  • Update dependencies
  • Update useragent

New in Microsoft Office - Electron 0.8.0 (Nov 25, 2022)

  • WHAT'S CHANGED:
  • 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 Microsoft Office - 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 Microsoft Office - Electron 0.7.2 (May 20, 2022)

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

New in Microsoft Office - Electron 0.7.1 (May 15, 2022)

  • Changelog:
  • Introduce Snap builds

New in Microsoft Office - Electron 0.7.0 (May 15, 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 Microsoft Office - Electron 0.6.0 (Mar 31, 2022)

  • Changelog:
  • 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 Microsoft Office - 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 Microsoft Office - Electron 0.5.1 (Mar 17, 2022)

  • CHANGELOG:
  • 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 Microsoft Office - Electron 0.5.0 (Feb 28, 2022)

  • Add a Navigation Menu in the MenuBar which has back, forward, reload etc. buttons.
  • Add option to choose if you want to auto hide menu bar
  • Add option if you want to choose to open the websites that are targeted to open in a new window open in the same window instead.

New in Microsoft Office - Electron 0.4.5 (Feb 9, 2022)

  • Changelog:
  • 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 Microsoft Office - 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 Microsoft Office - Electron 0.3.7 (Nov 8, 2021)

  • Removed Enterprise option, please refer to Issue #3

New in Microsoft Office - Electron 0.3.2 (Nov 3, 2021)

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