New B4XView.Alpha property and SetAlphaAnimated method. These will also be added to B4J and B4i in the next update.
Debugger improvements including performance improvements and bug fixes.
B4XLibs modules and files can be overridden. This is done by adding the module or file to the project. The compiler now accepts it and gives higher precedence to the project files.
New #ModuleVisibility attribute. Value can be Public - default visibility, or B4XLib. B4XLib means that the module methods and fields will not be visible once the module is packed as a b4xlib. Note that it is an IDE feature and is ignored by the compiler (might be changed in the future).
#ExcludeFromDebugger attribute removed.
ADB installation allows downgrading apps, based on the #VersionCode value.