Skip to content

Version 4.1.0

Compare
Choose a tag to compare
@GioBonvi GioBonvi released this 28 Aug 08:32
· 76 commits to master since this release
v4.1.0

This version fixes some minor bugs and introduces a new feature.

New features

  • Blacklist
    You can now mark single events of single contacts as blacklisted
    and avoid receiving notifications for those events by adding a
    custom field to a contact. Check the complete documentation here.

Fixes & small improvements:

  • New translation (PT). Thanks to @miguel-r
  • A nasty error in time calculations which caused the script to
    send wrong notifications in some edge-cases (e.g. for the
    GMT+12 timezone) was fixed
  • A bug which caused some email addresses to be displayed
    regardless of a 'maxEmailsCount: 0' setting was fixed
  • Various changes in the structure of the documentation (mainly
    splitting the big README file into smaller files)
  • Some "under the hood" changes to improve both performance and
    readability

How to update to this version from an older one

As always if you want to update your script to this version you can follow these steps:

  • Open this page and copy all the code;
  • Open your script (you should find it in Google Drive) and replace the old code with the new one;
  • Follow the setup instructions accurately and configure your script
  • In the top menu click "Run" -> "notifStart" to refresh the notification service.
  • You will possibly be prompted to update the authorization to the script.