1.1.0
Added a new feature that allows icons to be listed recursively.
Globally this can be configured as a default by adding a recursive
config option to your config/iconamic.php
file.
'recursive' => true,
By default, this is disabled.
You can override this setting on each Iconamic fieldtype. Check out the configuration docs for full details.
This update also applied some cleaning up of paths before Iconamic tries to load the svg file. Basically any "." or ".." parts of your requested filename are removed.