Yesterday, Thomas Laurenson released version 0.9.8 of mpqcli, mostly containing changes contributed by me. When adding files, there is now support for overwriting existing files, as well as for specifying the path within the archve. Archives can also be created from a single file rather than requiring the user to giv a directory. Finally, some memory leaks have been fixed and all file handles are now properly closed.
The full changelist is as follows:
Added:
- The create subcommand now supports a single file
- The add and create subcommands have additional arguments for specifiying the file location in the MPQ archive (
filename-in-archive,directory-in-archiveandpath) - The add subcommand can now overwrite existing files if requested (
overwrite)
Fixed:
- Several memory leaks
