In a release number that is bound to confuse people who think in
binary, 0.10.11 is out. It's a bug fix release:
* Tools: the contrib/ dir is now included in the distribution
archive.
* Fixed bug: Sprite.isMouseXXX() methods no longer return true if
the mouse is outside the applet.
* Fixed bug: Fixed typo, renamed Stage.AUTO_STETCH to
Stage.AUTO_STRETCH.
* Fixed bug: scene.unload() is now invoked when the browser window
or tab is closed.
* Fixed bug: scaled rectangles weren't drawn correctly when
pixelSnapping was false.
* Fixed bug: Frame rate calculation is now correct in release mode.
* Fixed bug: Fixed typo in pulpcore.js that prevented an applet from
querying the browser version.
* Tools: pulpcore.js now specifies "-
Dsun.awt.noerasebackground=true", which improves an applet's
appearance when another window is moved over it (Java 6uN,
Windows, IE).
Link to downloads:
http://code.google.com/p/pulpcore/downloads/list
Enjoy!