Er is een nieuwe bètarelease van Rainmeter versie 3.2 verschenen. Met dit programma kan in realtime allerlei zinvolle, maar ook minder zinnige informatie op de desktop worden weergegeven, zoals vrije ruimte op de harde schijf, netwerkactiviteit en of er nieuwe e-mail is. Ook kunnen functionele applets worden gebruikt om bijvoorbeeld notities te maken of om tweets mee te versturen. Sinds revisie 2311 zijn de volgende veranderingen en verbeteringen doorgevoerd:
Revision 2325
- Added Skins: Added a new DefaultUpdateDivider option to the [Rainmeter] section of skins.
Revision 2317
- Fixed AudioLevel plugin: Added error trapping when the AudioLevel plugin is used on the unsupported Windows XP operating system.
Revision 2317
- Added Plugins: Added new AudioLevel plugin by author dgrace to the Rainmeter build. This will allow for real-time VU-Meter and Spectrum Analyzer visualizations of sound output. See AudioLevel plugin for full documentation and example skins.
- Fixed AudioLevel plugin: Fixed an issue with the
Format
child measure option that was not returning a Unicode string value.Revision 2313
- Added Formulas: Added new Min(x, y), Max(x, y) and Clamp(x, low, high) functions to formulas.
Min(x, y)
- Minimum of x and y.Max(x, y)
- Maximum of x and y.Clamp(x, low, high)
- Restricts value x to low and high limits.- Fixed Formulas: Corrected an error when a negative number was used in combination with the Random function.