v0.14.1 (NO FALSE PROMISE)
This was supposed to be a features release only (with a few improvements) and annoying bugs get in the way.
Notable fix is imod kernel cmdline argument which was useless since...;
Another important one is not to double imopt valude (the old parsing way did that);
And fix a colision when ro|rw and imopt are present in kernel cmdline;
And a bunch of other minor fixes (see the commits).
New features:
Added kernel module group support in boot group, so now boot group has kms group by default. And this is a sane and wanted default to not have to keep imod=kms forever.
There is a default font and keymap to not have to keep a ikmap=keymap:font forever; And the default is the first font/keymap found. So append font/keymap wisely with -f|--font or -y|--keymap, or else, define wisely opts[-font] and or opts[-kmap] or even opts[-f] or opts[-y] to be sure to be first.
Last notable feature is the ability to copy kernel module dependecies on the fly... This is an old wanted feature. This feature ended up by getting rid of find when looking for modules which reduces disks seeks.