Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release adds stacktrace (if the shell not interactive and an exception occurred), help (if the shell is interactive and an exception occurred), the File methods append, getText, setText, and clear, the System.runtime private functions __stackOrHelp, __tracebackHeader, and __getPointer, and man pages for System. It optimizes __decoratorCheck (almost every framework function now checks for decorator), "overwrites" the __alias and __unalias function if the shell is not interactive (aliases for autocompletion are not needed then), and deletes __registerAlias and __cleanUpAliases.