Here's the list of bugs reported and fixed (or being fixed). If anyone knows of any others, please let me know. I haven't been able to make the click areas bug happen, so it's not listed here.
7/11/08 - Creating a string with a$ = "hello" will add the ending quote to the string if there is more than one space character on either side of the = sign. Workaround: If this happens, check the line of code to make sure there is only one space character on each side of the = sign. Status: Working on a fix.
7/11/08 - Erroneous "String exceeds 255 characters" bug when adding strings together in compiled games. Status: Fixed for the next update.
07/01/08 - Line of code after END REPEAT is not being run unless the REPEAT loop is inside an ON event structure. Work Around: If your REPEAT/END REPEAT loop is not inside an ON MOUSEDOWN, ON MOUSEUP, ON TIMER, ON KEYDOWN structure, then leave a blank line of code after the END REPEAT line. Status: Fixed for the next update.
06/17/08 - Using a semi-colon at the end of a PRINT command can make text on the card disappear. This happens only in compiled games. Status: Fixed for the next update.
06/17/08 - REFRESH TEXT does not refresh the card text if the card did not have any text showing to begin with. This happens only in compiled games. Work Around: Use CLEAR TEXT if you want to erase all card text. Status: Fixed for the next update.
03/12/08 - Attempting to display sprites numbered from 10 to 20 may not work in compiled games. Status: Fixed for the next update.