* Added API to access unparsed commands * Added ability to get values of environment variables for intercepted commands * Fixed environment leakage between intercepted command * Fixed setting log level from command line * Fixed some issues (but probably not all) with CL extension
3.4.8
* Specify more options required by CIF: `-fshort-wchar, -fno-short-wchar, -fshort-enums, -fno-short-enums, -Werror-implicit-function-declaration, -Werror=implicit-function-declaration`
3.4.7
* Specify more options required by CIF * Delay creating `clade.log` file until it's needed
3.4.6
* Reinitialise loggers for each Clade instance, in order for `clade.log` files to be created in the proper place
3.4.5
* Store more info when Clade is used through API
3.4.4
* Fixed and issue when logger tried to write to read-only `clade.log` file