Release details are described below.
Fixed a bug in <SectionConfigNodeItems>. The bug was caused by a missing comma in the array of strings that stored the section config names. The bug manifested as an off-by-one error in the names. For example, if the section names were { A, B, C }, and you chose C, the name B would be displayed instead.
Changed double to float64. You will need to update any affected scripting libraries.