I've just finished releasing 0.2 to the appropriate places. It's tagged in SVN and on the download page. Let me go over some of the highlights of 0.2:
- Mac OS X app is now universal binary. 0.1 had SWT libraries and a java application stub that were only for PPC (though the application stub could be run in rosetta, the jnilibs couldn't).
- ToolBar with basic file operations - download file(s), upload file(s), delete file(s), create new directory, preferences, and quit
- Right-click menu with basic file operations
- Updated protocol with new operations
- Better error handling
- Binding to interfaces multi-threaded when requested (in SWT, you can use chungles right away and don't have to wait for all the interfaces to be bound to)
- New UIs - There's now a console UI and a null UI, just pass --ui=... switch
- Executable JARs - try double clicking chungles.jar to load it (not that big a deal, but nice)
- Lock file - if multiple instances of chungles are running, only one will bind to your network interfaces
- SWT interface cleaned up a bit - added borders, changed layouts, etc