* Fixed a bug that caused the floats 0.0 and 1.0 to be sent as boolean. Thanks to Jesse Chappell for the patch.
0.6
* Added support for sending bundles, optionally with timestamps. * Added previously unsupported OSC data types (timetag, midi, symbol, true/false/nil/infinitum). * New make_method decorator. * Various bugfixes.
0.5.1
* Fixed a stupid typo in Server.send().
0.5
* Simplified the way arguments are passed to callback functions. For the server side, this release is therefore incompatible with previous versions! * Some more cleanup.
0.3
* Added class ServerThread for asynchronous dispatching of incoming messages.