This release was used to port a ton of Sven Co-op models to Half-Life recently. I want this here so others can reference it in case something is wrong with those ports.
New commands:
resize : Resizes a texture to the specified dimensions. Takes <texture> <width>x<height> as parameters.
wavify : Apply .wav extension to all events. Takes <input.mdl> <output.mdl> as parameters.
porthl : Port a Sven Co-op player model to Half-Life. Takes <input.mdl> and <output.mdl> as parameters.
type : Identify player model type. The return code is unique per mod.
view : View the model in 3D.
image : Saves a PNG image of the model. Takes <width>x<height> and <output.png> as parameters.
layout : Show data layout for the MDL file.
optimize : deduplicate data. (WIP, maybe don't use this yet)
The 3D view can be embedded into a web app using emscripten, as seen in my player model database.