I've just made a BETA release of Prog8 6.0 available.
It contains a huge pile of improvements and changes, among which:
restructured part of the library modules, may break old code
moved many built in functions that should just be subroutines, to the library module "sys" or "string", may break old code
commanderX16 virtual registerscx16.r0 .. r15
available (for both cx16 and c64 compiler targets)
added new library modules and routines such asgfx2
and newdiskio
stuff
I've been using this version to create the multi-file-format imageviewer demo with color cycling, the highres bitmap graphics demo, and recently the W.I.P. file-based assembler.
It's still a beta release so things might still change, but I wanted to shove it out the door because it works very well for me at this time and the list of changes and improvements is getting pretty huge so it would be a waste to not let others use it as well already.