Skip to content

Version 1.8

Compare
Choose a tag to compare
@koppor koppor released this 06 Feb 18:17
· 42 commits to main since this release

Added

  • In case departments are added at the end of a name, it is removed (e.g., Firstname Lastname DEP DEP2 becomes Firstname Lastname)
  • In case the sender format is Lastname Firstname <firstname.lastname@example.org>, it is assumed that the typing of the email (firstname before lastname) is correct.

Changed

  • Default pattern for %D (date) now includes time in the format HH:MM

Fixed

  • Names with dashes are correctly cased (before, they were converted to First-first)