It seems like certain maptext will completely overwhelm and crash DreamDaemon in the new release.
Code Snippet (if applicable) to Reproduce Problem:
maptext = "<span style=\"font-size: 25px; font-family: 'minimicraregular'; text-align: center; font-weight: bold;\">[num]"
In this example, text-align used to be incorrectly assigned to font-align (which isn't an actual CSS value). When I changed it to text-align, DD began crashing whenever the maptext displayed.