* Catch and handle no-content errors more gracefully. * Detect mangled XML returned by micropublication.org and handle it more gracefully.
1.6.2
* Fix crasher in writing comment into zip file because of reference to no-longer-existing package attribute.
1.6.1
* Fix broken handling of debug trace output destination. * Update `README.md` to describe changes to debug flag.
1.6.0
* Change the debug flag `-` to accept an argument for where to send the debug output trace. The behavior change of `-` is not backward compatible. * Put metadata in `setup.cfg` and change how Microarchiver gets the metadata internally.
1.5.1
* Fix bug in propagating network failures up to the top of main. * Fix case of variable being shadowed inside a block.
1.5.0
* Added new `-g` option to print the raw XML article list from the server. * Did very minor internal code refactoring.