Skip to content

4.4.3 Published 15th of April 2024

Compare
Choose a tag to compare
@RealRaven2000 RealRaven2000 released this 14 Apr 18:37
· 222 commits to ESR115 since this release

Maintenance fixes 4.4.3

  • Fixed a problem with the last used template being moved to the bottom of message actions popup menus.
  • Improvement: MRU menu items will update with changed titles from template setup (if the file is found in the template menu configuration)
  • Improvement: When sending email with unresolved from / recipient / to variables, these are now replaced automatically in a reliable fashion. (Previously there was a chance of them being sent unchanged.) [issue #284]
  • Fixed opening the full version history tab from [What's New] which was broken in 4.0.
  • Removed license notification alert when saving / loading templates.

Enhancements

  • Pro feature: Added %preheader()% variable for injecting preview text for mobile email clients. #274
  • The following functions will from now support using commas within the text parameters: %deleteText()% %replaceText()% %matchTextFromBody()% %matchTextFromSubject()% %deleteQuotedText()% %replaceQuotedText()% %file()% %toclipboard()% %conditionalText()% %header.set()% %header.prefix()% %header.append()% %header.delete()% All commas need to be escaped with a preceding backslash, for example: %toclipboard("All your needs\, fulfilled.")% #280
  • The address data for %to%, %recipient% and %from% will now automatically be inserted when writing a new email via the context menu 'Compose Message To'. #275
  • Force lowercase emails when looking up Cardbook contacts. Before, the lookup of contacts could fail when replying to an email with mixed case address, such as [email protected]. #278
  • Support for extracting prefix and suffix from address book fields. #267
  • Support for other.custom1, other.custom2 etc. from address book fields. #246
  • Removed duplicate tooltip on active SmartTemplate fields.
  • Rewrote message action menus using extension APIs #253
    (There is a known issue at the moment that the "Latest template" option will be shown at the bottom of the menu instead of the top, might be a bug in the API with menus.update unintendedly moving menu items)

Bug Fixes

  • Using %recipient% also works as expected when replying to own emails in a conversation and Thunderbird automatically changes the recipients. #239
  • 4.4.1 - Fixed regression #283 caused by #253

Miscellaneous

  • Removed duplicate tooltip on active SmartTemplate fields.
  • Removed FileUtils.getFile for future compatibility (122 beta)
  • Added documentation for %dateformat(fstring,toclipboard)% to the variables page in settings.
  • Opening support sites in a tab is now using API methods (requires tabs permission)
  • 4.4.2 created a fresh release to extend sales to April 20th.