Skip to content

2.2 - Released 11/08/2019

Compare
Choose a tag to compare
@RealRaven2000 RealRaven2000 released this 11 Aug 20:08
· 673 commits to master since this release
  • [issue #5] Fixed %timezone% to subtract the offset hours rather than falsely add it. also added CEDT and MESZ

  • [issue #4] Fixed locale problems. SmartTemplate⁴ due to a regression in 2.0 the current locale of the mail client cannot be determind currectly. The %language()% switch can now be used to force correct display of day / month names in the variables %A% %a% %B% %b% (and related %dateformat()% function) It will also force using the installed language pack for date formatting through the %datelocal% and %dateshort% function. If the language pack is missing or disabled, this will be indicated in JavaScript error console - not a potentially disruptive message box.

  • Bug 26688 Multiple %matchTextFromBody% in a line yielded only a single result. This is now fixed also for %matchTextFromSubject%, so they can better be used multiple times in the same template.

  • [issue #3] Allow displaying leading zeroes for parts of %dateshort% and %datelocal% You can now modify the following settings in about:config extensions.smartTemplate4.dateformat.hour = "numeric" extensions.smartTemplate4.dateformat.day = "numeric" extensions.smartTemplate4.dateformat.month = "numeric" extensions.smartTemplate4.dateformat.year = "numeric" hour: change to "2-digit" for forcing 2digit hours in datelocal / dateshort day: change to "2-digit" for forcing 2digit day in datelocal / dateshort month: change to "2-digit" for forcing 2digit month (dateshort only) year: change to "2-digit" for forcing 2digit year (dateshort only)

  • Made sure settings dialog is not cropped by right hand edge of screen.

  • Increased the trial period to 28 days to give more users a chance to test SmartTemplate⁴ with the next version of Thunderbird.

  • Wrote some backward fixes for Thunderbird 52. In the last version the file smartTemplate-overlay.js didn't load successfully because of importing XPCOMUtils.jsm in a non-backward compatible format. (ChromeUtils.import replaces Components.utils.import from Tb60 forward)

  • Removed License button animation in sliding notification for Linux and Mac systems as allegedly they cause performance issues on some systems. Fixed OS specific style paths so they work again.

  • Fixed status icon mode on Thunderbird 68 startup.