-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathrelease-notes.html
More file actions
22 lines (13 loc) · 1.59 KB
/
release-notes.html
File metadata and controls
22 lines (13 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<meta charset="UTF-8">
<style>b { display: block; margin-top: 10px; } </style>
<b>This maintenance release extends compatibility to Thunderbird v151, and adds more theme compatibility improvements.</b>
The full change log with screen shots <a href="https://smarttemplates.quickfolders.org/version.html#4.18.2">can be found here</a>
<ul>
<li> Compatibility with Thunderbird 151 </li>
<li> Remove unnecessary Warning when changing Identity (often caused by Identity Chooser Add-on) <a href="https://github.com/RealRaven2000/SmartTemplates/issues/415">[issue 415]</a>
Since Thunderbird 131, selecting a different identity for the from address will always set a "modified" flag that signals that the email was edited. This will lead to SmartTemplates unnecessarily warning of potential data loss, even if the user hasn't typed anything.
This was especially jarring With Add-ons like <a href="https://addons.thunderbird.net/en-US/thunderbird/addon/identity-chooser/">identity chooser</a>, which forces the user to always select an identity.
In the new version, SmartTemplates will store a checksum of the contents of the current template and then will compare this with the contents when a new identity is selected. If the contents are identical, then no warning will be shown.
There is a new option in General >> Signatures, which allows adding the correct signature while keeping the text of the email unchanged to avoid work loss.</li>
<li> All menu Icons should reflect the main theme color <a href="https://github.com/RealRaven2000/SmartTemplates/issues/416">[issue 416]</a> </li>
</ul>