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.
Bash autocompletion is used for object.method commands. The help system was improved so that more than one argument is possible, and autocompletion can be used for help system arguments. Some fixes were made.
This release adds File methods: setExecutable, setReadable, setWritable, File.createTempFile, setReadOnly, getAbsolutePath, getCanonicalPath, getPath, isAbsolute, delete, File.createTemporaryFile, createNewFile, lastModified, and setLastModified. It adds private functions: __throw and __posixFilePermissionsConverter. It adds System methods: System.out.println and System.err.println. It adds "Throws" info to help. There are some fixes.