-- You can now listen and send on more than one pipe at once; there's a default pipe over which listen_on and send_to operate if you don't create a handle and use it as an argument to or object for those services. Therefore
-- Added optional argument <pipe_handle> to services listen_on, listen_off and send_to. Also -- Added optional further arguments <var_name>, <static_var_script>, <command_to_call>, and <leave_EOL>, <break_msgs>, <insertionMark>, <insertionMarkType> and <cmd_on_dead_pipe> to the listen_on service . -- and therefore removed pipe.exe from distribution. It's easier to pipe from stdout in a console command to e.g. \\.\pipe\Powerpro, which will listen as you specified in your call to the listen_on service. -- You can specify a handle to a vector or a binary object in <var_name>. -- Documentation now and again named the service send_to as send_to_Powerpro. Oops, sorry. -- Added version service. -- Added instructions on use \\.\pipe\Powerpro to do dos stdout redirection -- Added new configuration ini keys insertionMarkerLines and insertionMarkerAll. -- Renamed new configuration ini key powerProFormatRequired to messageIdPrefixRequired -- Added new demo script pipePluginDemoScriptListenToDOS.powerpro. -- renamed all scripts pipePluginTest*.powerpro scripts to pipePluginDemo*.powerpro
