- Added scripts to modify the INI file in place.
- The command-line interface of initool should be considered stable.
Some comments on the release
initool is old enough and packaged widely enough that significant changes to the CLI would break other people's work. initool has to be de facto stable, and the version number should reflect it.
I don't think initool will get a lot more feature development. Bug fixes will be the majority of work from this point on. Most feature requests will not be accepted.
initool is hampered by being written in Standard ML, an elegant programming language that isn't widely used. It has been educational and intermittently fun and frustrating to develop initool in Standard ML. Unfortunately, Standard ML lacks some basic libraries, like an implementation of regular expressions with string replacement, as well as Unicode support. This limits what you can do with it with reasonable effort. If I resume feature development, it will be with a new major version ported to another language.