Skip to content

Releases: mbahnizen/OWA-Notifications

v2.1.5 — Subfolder detection + multi-tab support

Choose a tag to compare

@mbahnizen mbahnizen released this 23 May 02:09

What's changed

Fixed

  • Subfolders now detected on outlook.cloud.microsoft — Microsoft uses singular "1 item" for folders with exactly one item, but the regex only matched "items" (plural). Fixed with items?.
  • Refresh Folders scans all open OWA tabs — previously only the first matching tab was scanned. Now all open OWA/Outlook tabs are scanned simultaneously and results are merged. Old OWA (/owa/) and new Outlook (outlook.cloud.microsoft) can run side by side without conflict.

Note on subfolders: subfolders only appear in the browser DOM when their parent folder is expanded in the sidebar. Refresh Folders will detect them when visible.

Install

  • Firefox Add-ons (AMO): (update pending review)
  • Manual install: Download the .xpi below → drag into Firefox or open via about:addons

v2.1.4 — Full support for new Outlook (outlook.cloud.microsoft)

Choose a tag to compare

@mbahnizen mbahnizen released this 23 May 01:43

What's changed

v2.1.3 added the new URL to the manifest but notifications and folder detection were still broken because the new Outlook uses a completely different DOM structure.

Fixed in v2.1.4

  • Notifications now work on outlook.cloud.microsoft — the new Outlook stores folder names and unread counts in the title attribute of each [role="treeitem"] element (format: "Inbox - 397 items (384 unread)"), unlike the old OWA which used child element IDs. The unread count detector now handles both patterns.
  • Refresh Folders now works — the options page tab filter was also missing outlook.cloud.microsoft, causing "No OWA/Outlook tab found" on Linux and "No specific folders found" on Windows.
  • Favorites detection works — the new Outlook uses section headers ("Favorites", email address) as group separators instead of a container element, so favorites are now correctly identified by their position in the tree.

Install

  • Firefox Add-ons (AMO): (update pending review)
  • Manual install: Download the .xpi below → drag into Firefox or open via about:addons

v2.1.3 — New Outlook URL support

Choose a tag to compare

@mbahnizen mbahnizen released this 20 May 19:44

What's changed

  • Fix: Added support for the new Microsoft Outlook URL https://outlook.cloud.microsoft/mail/* (#1)

Users on the new outlook.cloud.microsoft domain were not getting notifications because the extension's content script wasn't injected on that URL. This patch adds it to the manifest.

Install

  • Firefox Add-ons (AMO): (update pending review)
  • Manual install: Download the .xpi below → drag into Firefox or open via about:addons

OWA Notifications v2.1.2

Choose a tag to compare

@mbahnizen mbahnizen released this 26 Mar 14:34

🔐 Compliance Fix

  • Resolved AMO validation warning for Firefox Android compatibility
  • Properly aligned strict_min_version between desktop and Android

🧹 Internal

  • Version bump to ensure release consistency

OWA Notifications v2.1.1

Choose a tag to compare

@mbahnizen mbahnizen released this 26 Mar 14:30

🔐 Compliance & Stability

  • Fixed AMO validation warnings
  • Updated Firefox compatibility (strict_min_version alignment)

🚀 Improvements

  • Continued security hardening
  • Improved reliability and consistency across environments

🧹 Internal

  • Minor fixes and cleanup

OWA Notifications v2.0.0

Choose a tag to compare

@mbahnizen mbahnizen released this 26 Mar 13:41
  • Security-first Firefox Add-on for Outlook Web Access
  • No external network requests
  • Works in restricted enterprise environments
  • Fully open source