This release brings the following improvements:
- fix crash on use of == as an operator - it is a Syntax error now
- fix use of Windows devices such as LPT1 through the FILE protocol for LPT ports
- include parallel module in the Windows package for physical parallel port support
- fix incorrect quotes around commands issued by SHELL
It also includes a new version of ANSI|pipe, which brings the following improvements for Windows users:
- deals better with quoted arguments that have spaces
- output and logging messages are less likely to get jumbled together
- fix issues with resizing the terminal and restoring it on exit
- fix issues when the terminal window is not wide enough for the output
Thanks to all reporting bugs and issues!
Rob
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This release brings the following improvements:
- fix crash on use of
==
as an operator - it is aSyntax error
now- fix use of Windows devices such as
LPT1
through theFILE
protocol forLPT
ports- include
parallel
module in the Windows package for physical parallel port support- fix incorrect quotes around commands issued by
SHELL
It also includes a new version of ANSI|pipe, which brings the following improvements for Windows users:
- deals better with quoted arguments that have spaces
- output and logging messages are less likely to get jumbled together
- fix issues with resizing the terminal and restoring it on exit
- fix issues when the terminal window is not wide enough for the output
Thanks to all reporting bugs and issues!
Rob