Skip to content

v1.2.2

Compare
Choose a tag to compare
@rztprog rztprog released this 09 Apr 16:33
· 10 commits to main since this release
2e9b452

Corrections:

  • 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.