datalust / seq-app-htmlemail

Plug-in apps that act on event streams in the Seq log server
Apache License 2.0
51 stars 38 forks source link

5.0.0 Release #108

Closed nblumhardt closed 1 year ago

nblumhardt commented 1 year ago

Breaking change (Windows hosts only)

The default email body template uses the datetime Handlebars helper to implement the app's Time zone name setting.

Previously, the app used the TimeZoneConverter library to handle both Windows and IANA time zone names on all platforms. The 5.0.0 release no longer uses TimeZoneConverter, but instead depends only on the built-in .NET TimeZoneInfo APIs, which behave differently depending on the .NET version and OS.

Instances that use the default time zone (Etc/UTC) will continue to work unchanged.