Added Skins:
Added new SkinWidth and SkinHeight options to the [Rainmeter] section of a skin. This will constrain the skin to the dimensions defined, either the width, the height, or both. Any meter or part of a meter positioned outside the defined boundaries will be truncated. DynamicWindowSize will be ignored for the defined dimension(s), and meters that would normally display even "outside" the skin will be truncated by the "fixed" skin dimensions.
This can be very useful for having some meter(s) initially defined outside the left/top/right/bottom boundaries of the skin, and then pop or slide into view on mouse or measure actions.
As with all options set in the [Rainmeter] section of the skin, these options cannot be dynamically changed.
An example skin demonstrating how this might be used is at Change Announcements.
Fixed IfActions: Corrected an issue with IfMatch where doing a match on a measure that has returned no string value could crash Rainmeter.
Fixed Skin Installer: Corrected an issue with the comparison of plugin versions when multiple plugins were included in the .rmskin.
Fixed String meter: Corrected an issue with InlineSetting=GradientColor where the gradient did not properly react to relative positioning dynamically changing the meter position.