New 3D effects like Fog; Improved Android keyboard handling; Bug fixes.
As others have mentioned this version appears to introduce a breaking change affecting ALL custom plugins.
3rd party addons register using class.Register(), but now they need to use class.prototype.Register() instead.