Changes
- Try fixing the nested quotes issues (sorry for so many bugs and broken releases).
Breaking changes
- Backslashes
\must be escaped everywhere in the configuration.
Example.settings.xml:<config> <desktop> <taskbar> <item id="Terminal\\Console" type=dtvt cmd="$0 -r term c:\\windows\\system32\\cmd.exe"/> </taskbar> </desktop> </config>