I see some new features on IDE...

AND RASPBERRY PI SUPPORTS??!?!?!?!

(I test this when have some time...)
All bugs from V10.x are FIXED?
TIA, Hark0
Log file:
// 11.163
// Mac, Linux:
// AUTOPAUSE FALSE was ignored.
//
// Win32, WinCE:
// KILLFILE can also remove empty directories.
//
// Android:
// PLATFORMINFO$("DOCUMENTS") returns external SD card directory
// PLATFORMINFO$("APPDATA") returns internal storage (same as before)
// if you need the old documents, use PLATFORMINFO$("APPDATA")+"/.."
// PLATFORMINFO$("LANG") now returns java.util.Locale.getDefault().getLanguage()
// instead of getDisplayCountry()
//
// Core:
// SAVESPRITE - png does not include palette information (smaller files)
// ASR() always returns a positive number (treat input as unsigned int32)
// 3D:
// X_PRINT has optional kerning parameter.
//
// Compiler:
// ?ELSEIF implemented.
// Output of GPCxxxx error numbers for searching in the forums.