Outlook Web Plus version history - 18 versions
Outlook Web Plus by Rztprog
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.2.3
Released Jul 13, 2024 - 38.47 KBWorks with firefox 58.0 and laterRemoval of the premium logo (unnecessary)
Renaming several functions
Modification of the names and behaviors of the functions deleteButtonListener, selectAll, and checkAll to emailCalculatorReloader (better scalability, fewer lines, more efficient)
Addition/improvement of the automatic update of the email count when an email is deleted and when new emails arrive
Fixed the rating icon to redirect to the correct store depending on the browser used
Fixed a bug that prevented emails from displaying in certain cases
Fixed a memory leak (console spam) on the calendar in the emailCalculator function
Fixed a bug where the topbar icons did not hideSource code released under The 2-Clause BSD License
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.2.2
Released Apr 9, 2024 - 29.67 KBWorks with firefox 48.0 and laterCorrections:
- Fixed mailCalculator not displaying if there was only one email (changed from "length > 1" to "length > 0").
- mailCalculator now restarts when an email is deleted.
- Changed "meet, skype, onenote" to "meet, teams, onenote" in all languages.
Optimizations:
- Adjusted mailCalculator loading values to make it faster.
New features:
- Added a HandleResize function that handles window resizing.Source code released under The 2-Clause BSD License
Version 1.2.1
Released Apr 1, 2024 - 29.41 KBWorks with firefox 48.0 and laterCorrection:
- Refinement of the mailCalculator function, now it appears correctly and detects empty folders.
Deletion:
- Remove the Microsoft 365 ad because it no longer exists.
Addition:
- Addition of the Russian language/locale.Source code released under The 2-Clause BSD License
Version 1.2.0
Released Mar 24, 2024 - 28.55 KBWorks with firefox 48.0 and laterCorrection:
- Fix number of emails displayed as 0.
Change:
- Modification of the red "New version" button to automatically download the latest version. (Available in the next version)Source code released under The 2-Clause BSD License
Version 1.1.9
Released Feb 28, 2024 - 28.53 KBWorks with firefox 48.0 and laterFix(s):
- Fix blinking effect on alert when open popupSource code released under The 2-Clause BSD License
Version 1.1.8
Released Feb 28, 2024 - 28.58 KBWorks with firefox 48.0 and laterNew Feature(s):
- Announce every 12 hours in the popup when a new version is availableSource code released under The 2-Clause BSD License
Version 1.1.7
Released Feb 27, 2024 - 27.97 KBWorks with firefox 48.0 and laterNew Feature(s):
- Addition of asynchronous to the Start function (Improved performance and responsiveness).
- New calendar button and Outlook in the popup.
- Addition of advertising in the first email (install uBlock Origin for better responsiveness).
Correction(s):
- Reorganization of advertisements in the popup.
- Change of the button for support, from rating to review.
- Modification of "X mails" to "X emails".
- Modification of "align title folder" to "align folder title" (English and German).
- The Extension now works correctly on the Calendar.
- Correction of email count duplication (New regex).
- Correction of transparency of the top bar on the first load.
Deletion(s):
- Removal of the cleanMailPub function.
- Removal of the RootFolder function (Unnecessary).Source code released under The 2-Clause BSD License
Version 1.1.6
Released Jan 14, 2024 - 26.39 KBWorks with firefox 48.0 and laterNew feature(s):
- Addition of a support and rating button.
- Addition of the ability to make topbar elements transparent.
Correction(s):
- Activation of the default background theme for the topbar.
- Change of the default background theme to: https://wallpapercave.com/wp/wp2757894.gif
- Replacement of Skype with Teams in the text.
Deletion(s):
- Removal of unnecessary comments in the code.
- Removal of the entire code, leaving only the minified version.Source code released under The 2-Clause BSD License
Version 1.1.5
Released Jan 11, 2024 - 27.52 KBWorks with firefox 48.0 and laterNew(s):
- Added the option to set an image URL for the top bar (disabled by default).
- Added the Teams button to the top bar.
Correction(s):
- Deactivation of the Outlook+ logo at startup.
Removal(s):
- Removal of the Skype button from the top bar.Source code released under The 2-Clause BSD License
Version 1.1.4
Released Nov 28, 2023 - 26.68 KBWorks with firefox 48.0 and laterNew(s):
-Add spanish locale
Fix(s):
-Typo in popup.js
Delete(s):
-"run_at" in manifestSource code released under The 2-Clause BSD License
Version 1.1.3
Released Nov 28, 2023 - 23.52 KBWorks with firefox 48.0 and laterNew(s):
- Added localization (translations)
- Added French, English, German locales (ChatGPT Helped)
- Added ("run_at": "document_idle") in manifestSource code released under The 2-Clause BSD License
Version 1.1.2
Released Nov 10, 2023 - 21.47 KBWorks with firefox 48.0 and laterFix(s):
- Fix align title folder when you click on buttons (mail, mails, folder)Source code released under The 2-Clause BSD License
Version 1.1.1
Released Nov 10, 2023 - 21.46 KBWorks with firefox 48.0 and laterFix(s):
- Fixed null MeetButton
Change(s):
- Renamed "Settings" section to "Ads"
- Updated variable case to snakeCase
- Updated gist source code to github source code
- Adjusted startTimer.setInterval from 300 to 200
- Renamed updateCheckbox to updateInputElement in popup.js
- Remove unnecessary timers
New(s):
- Add new section "Extras"
- Add premium Outlook Logo (Top left) + Tab Title
- Add email counter
- Add email counter color support (rgb, rgba, hexa, color name)
- Add descriptions when targeting properties
- Add capability of display check all button
- Add align title folderSource code released under The 2-Clause BSD License
Version 1.0.3
Released Oct 23, 2023 - 20.15 KBWorks with firefox 48.0 and later- Completely reworked all script behaviors.
- Added a settings popup that appears when you click on the extension icon.
- Implemented browser storages.
- Created an "src" folder and relocated the code inside it.
- Renamed the extension icon.
- Modified variable names.
- Fixed the display of the version in the settings popup.
- Resolved the blinking effect when the checkbox is checked.Source code released under The 2-Clause BSD License
Version 0.7
Released Jun 3, 2023 - 17.24 KBWorks with firefox 48.0 and later- Fix all functions and rework all script behavior
- Delete some commentary
- Delete "timer = null"
- Change LET to CONST on each timer2
- Change setTimeout to setInterval when is needed
- Fix mailCalculator function behavior
- Change topBar function to select each querySelector to specific id
- Minified and compressedSource code released under The 2-Clause BSD License
Version 0.6
Released Apr 11, 2023 - 17.53 KBWorks with firefox 91.0 and later- Change website match path to outlook.live.com/*
- Compatibility Firefox from 49 to 91 (Force user to have recent version)Source code released under The 2-Clause BSD License
Version 0.5
Released Mar 10, 2023 - 17.53 KBWorks with firefox 48.0 and laterVersion 0.5
-Change manifest default urlSource code released under The 2-Clause BSD License
Version 0.4
Released Mar 9, 2023 - 17.52 KBWorks with firefox 48.0 and laterChange version to 0.4 in manifestSource code released under The 2-Clause BSD License