Hehe the footgun .
Anyway, version 11.0.1 has been released
https://github.com/irmen/prog8/releases/tag/v11.0.1
This is a bug fix release to repair a few important problems that were found in 11.0
Fixes
fixed two possible compiler crashes in library import code (1 for filename CaSiNg issues on widows, 1 for transitive imports done by library modules)
fixed a compiler crash related to array parameter types for subroutines
pet32 target: fixed txt.plot() putting the cursor in the wrong position (col/row were mixed up)
cbm.PLOT(): the order of the return values when getting the cursor position has been swapped, is now colum (in Y) followed by row (in X). This is the same order as the arguments to the routine are given to set the cursor position.
diskio.diskname() could hang on a disk error, this has been fixed
some stricter type checking for multivalue assigns, to avoid possible faulty code generation due to missing type conversion
Additions/changes
added txt.t256c() on the commander X16 to turn 256 color tile mode on or off
updated zsmkit library blob for a fix in the zsm_clearisr() routine
added coroutines library and multitasking example
modified the cx16images.py Python script to work again with newer pillow library version