Hi, the dev of mod have change web site or just let mod un update sice last year, cose las update was 07/xx/2018, ??
Resorepless has been pretty much abandoned, there is a port in the making but it's not very high on the priorities list.
As for the library and the associated tools, I have been, and I am busy with some other things, when I have time to work on the library and the tools, I work on improving them, fixing bugs and adding support for new features, I don't think there would be a public release for these updates soon, many changes are incomplete and lots of things still need to be tested.
Recently I've been working towards figuring out the data structure and behavior for model cuts, so that partcutdesc would not have to be altered and proper cuts could be created for modified/custom outfits, I still can't quite figure out how it works, as the behavior appears to be dictated by more than just the values presented for the cut(s), but also by the cut index and/or the cut group index, affecting different parts of the body and/or clothing.
Removing cuts however is simple, and since most modded outfits that have been made so far are adjusted for 0 cuts (since the cuts are disabled by the modified partcutdesc file), removing the cuts from the custom models will work as an alternative that will not break future outfit releases (like partcutdesc currently does in most cases), however texture modifications that expose parts of the body that are normally cut (without model modifications) will require the original models to have their cuts removed, and if the texture is shared by multiple classes, it would have to be done for all those classes, the one downside to this is that new class releases that may end up using a modified texture (which would be the case with shared outfits) would have to have their models' cuts removed.
I've also been making iterative work towards an overhaul for the library, likely to be version 2.0, but version 1.4 may be released as a "preview" temporarily to accompany new tools (a port of PACtool which would have more options, including the option to remove cuts from a model and the option to "decimate" the mesh from LOD0 to LOD1 and LOD2 so that the look of a modified model would remain more consistent) and the numerous bug fixes and performance improvements.