Here are the main changes made for this release:
* A serious bug was found in the application. This bug could show itself while you were using the stringlist object or used pointers to store objects in lists. After corruption of pointer memory structure you can get different errors each time you launch your script, usually the error messages may talk about undeclared variables inside an object method or gives "access violation".
* Tilde (~) operator disabled by default. From now on, it could be enabled by setting an internal variable $ENABLE_TILDE_OPERATOR$ to true. It's recommended that you use the toggle_flag function to change the value.
The new version you can find here: http://sourceforge.net/project/showfiles.php?group_id=173476&package_id=198706&release_id=469110