Versionshistorik for SmartTemplate

5 versioner

Vær forsigtig med ældre versioner!

Disse versioner vises som reference og til testformål. Du bør altid bruge den seneste version af en tilføjelse.

Version 0.6.0 35.0 KiB Virker med Thunderbird 1.5 - 3.2a1pre

Fix a bug.
* Wrong conversion in addresses contained newlines.
Support a few features.
* Support %X:=sent% and %X:=today%. The %A-Za-z% is converted with original message sent or today.
* Support %I% and %l%. The %I% is converted into 00-12, %l% is converted into 1-12.
* Support %p% that is converted into AM or PM. In addition, %p(1)% and %p(2) is available for a.m. or A.M.
* Support %from(firstname)%. In addition, %to(firstname)% and %cc(firstname)% is available.

Version 0.5.7 34.0 KiB Virker med Thunderbird 1.5 - 3.1.*

fix a few bugs
* Wrong conversion with %datelocal% - when the timezone have +1xxx or +xx3x.
* Update de locale
* Add-on's description does not displayed with correct language.

Version 0.5.6 34.0 KiB Virker med Thunderbird 1.5 - 3.0.*

* The mail addresses without name are replaced by left of @, if the
template have %to%, %from%, %cc% and %any%.
Only %etc(name)% such as %to(name)% should be replaced by left of @.
* In the template inserted as html, two or more continuous new-lines
are replaced with single br when new-lines are replaced with br.
Two or more continuous new-lines should be replaced with multiple br.
* Collect the de locale file, and all other locale. Many thanks to Marc.

Version 0.5.5 33.0 KiB Virker med Thunderbird 1.5 - 3.0.*

Fix a few bugs
* Wrong conversion with mail addresses containing ",".
* Crash at replying blank message.
Support a few features
* Support day name(%A% %a%) and month name(%B% %b%).
Local format is available if Lightning is installed.
* Convert <John.Doe@example.com> (have no name) with "John.Doe"
when %from/to/etc..% %from(name)/to(name)/etc..(name)%.
* Support %any(name)% %any(mail)%. (e.g, %Reply-To(name)%)
* Support %to(name)% %to(mail)% instead of %toname% %toaddr%.
* Support %cc(name)% %cc(mail)% instead of %ccname% %ccaddr%.
* Support %from(name)% %from(mail)% instead of %fromname% %fromaddr%.

Version 0.5.4 30.0 KiB Virker med Thunderbird 1.5 - 3.0.*

fix a few bugs
* Scroll to the top after inserting a template.
* Wrong conversion with mail addresses containing ",".