Danke devil.
So if I got it right this means that, once the huge manual overhaul is done, there will be space for a next release

Btw, if can point something out for the next instance of the calamares installer, it would be nice if one could provide format parameters when creating new partitions. In particular, for xfs, which, with correct parameters kicks ass, but without them really sucks.
Usually, with the old installer, I preformatted the target root partition with this command:
mkfs.xfs -l internal,lazy-count=1,size=320m -L <label> /dev/sdxy
on a simple old style MBR primary partition (usually the 2nd after damn wi(n)dows).
Unfortunately, doing this with calamares, at the very end of the process (after all files have been copied to the partition, more or less it's about to configure last things and grub), the installer fails. This didn't happen with the old installer.