## v0.5 (2022-06-04) Adding support for 1-bit spaces for exponent 0x40 - Shift for 0x40 is << 4 _but_ for 0x00 it is << 1 - So... the lowest bit is not encoded and so we can go up to the fifth - There are interactions between pausing (zeroing the LSB) and mangling - Fixed a bug or two