Release Notes

Bug Fixes/Enhancements

2.5.11

2.5.10

2.5.9

2.5.8

Thanks to beta testers:

2.5.7

2.5.3

2.5.0

2.5.0

Controllers

This relase adds 'controllers' - a generalized way of interacting with a SysStats docklet/desklet. With controllers you can specify regions of a docklet/desklet that respond to various events such as a mouse event, a key press, a timer, files being dropped, the mouse hovering over a part of the desklet, a control being dragged etc.

You can execute an application, change the appearance of the docklet, or execute a script. Specific controllers include:

CursorController
Changes the appearance of the cursor
DropTarget
Controller Accepts dropped files
MappedController
Use this to implement slider controls of any shape (e.g. circular)
MessageSender
Use this to convert one message type to another
ValueSetter
Use this to set the value of a meter
ScriptController
Executes a script in response to an event
ASyncScriptController
Executes a script in the background
Shortcut
Executes an application
TimerController
Sends a windows message at regular intervals

New Meters

New Overlays

Integration with AveDesk 1.2

General Improvements

Improved XML Meter

Improved Localalization

Improved Text Overlay

Improved Scripting