In addition to bugfixes, this version adds a number of useful new features:
- a pre-initialized libmapper Graph object can now be passed as an option argument. In this case calls to create or destroy maps do not need to wait for the local Graph to synchronize with the network before proceeding.
- maps loaded from a session file are now tagged with the filename as metadata. This tag is used to support a new `unload` command/function which destroys maps tagged with the filename argument.
- each loaded file is now assigned its own libmapper control Signal, enabling files to be loaded/unloaded independently in any order and in parallel.
- Waiting for signals to appear before creating a map ("asynchronous load") has been separated from persistently recreating maps when signals (re)appear.
Bugfixes include:
- Devices that have been tagged as `hidden` are now excluded from saving and loading maps.
- Wildcard matching of device names has been restored. A new `device_map` argument has been added if specific device assignment is desired
- Loading a mapping session file no longer clears existing maps by default