Changelog 1.9.1

Table of Contents


Improved macros for audio

Audio file typing removed from MediaAudio and the system macro _MediaAudioTop. Error message added to the former.

Improved export: SmartDates

BoxPress now includes another type of date rendering: primary [secondary]

To render you date information this way, assign the primary date to $DueDate and the secondary date to $EndDate.


So date information is now rendered in one of three ways:

  • To export a date span, assign $StartDate and $EndDate and keep $DueDate empty.
  • To export a single date, assign $DueDate. Even if $StartDate and $EndDate have values, only the single value of $DueDate will be exported. This is great for carrying a (e.g., biographical) date span in the background for extraction in other places.
  • To export a primary date followed by a secondary date in brackets, assign $DueDate and $EndDate.

SmartDates