now requires .net3.5 SP1 to be installed, SlimDX no longer needed
new CodeEditor for effects and dynamic nodes (via rightclick on those nodes)
dynamic nodes allow for plugins being edited/recompiled at runtime
new PluginInterfaces V2 reducing lines of code per plugin typically by 40% + allow custom pin types + some more conveniences seehttp://vvvv.org/pluginspecs
new Kommunikator for previewing, saving, uploading screenshots (via Ctrl+3)
new WindowSwitcher (via Ctrl+TAB)
new NodeBrowser (via doubleclick on patch or Ctrl+N)
shortcuts like ALT+1,2,3 and CTRL+1,2,3,W ... now also work on all plugin windows like the Timeliner and the new CodeEditor.
GlyphInfo (String) now updates Position correcly if input changed
Sift (Value) used first slice of epsilon spread only. bug fixed.
Intersect (Spreads Sets) returned wrong results. bug fixed.
changed nodes
IOBox (Value Advanced) and value input pins now take a comma as argument separator for expressions (was semi-colon). also if no expression is detected all non-numeric characters are now stripped before trying to convert the input to a number
Keyboard (System Window) now has an Enabled input and a KeyCode output.
Tokenizer (String) has a new pin called Queue that outputs the currently queued string
IOBox (Value Advanced) has a new configuration pin called Digits that defines how many digits are displayed after the dot. Be aware that this setting does not alter the values, it only influences how they are shown. It also does not (yet) influence the stepping size when changing values using the mouse.
IsWellformed (XML) has two new Pins: "Validate on Parse" and "Resolve Externals" lookilooki
Cons (Spreads) has a Bin Size output pin now
TogEdge (Animation), Change (Animation), Change (String) don't bang on create by default anylonger