------------------
* Now includes proper setup.py and versioning
* Add support for reconstructing the filesystem using bindmounts
* More reliable use of fsstat
* Overhauled Python API with more transparency and less CLI requirements
* Store yielded information in a ImagePartition
* Remove dependency on args and add them to the class explicitly
* Do not depend on user interaction or CLI output in ImageParser or util, but do CLI in ``__main__``
* Support for LVM
* Support for ewfmount
* Retrieve stats more reliably
* New CLI arguments:
* Colored output with :option:`--color`
* Wait for warnings with :option:`--wait`
* Support for automatic method with ``--method=auto``
* Specify custom mount dir with :option:`--mountdir`
* Specify explicit volume system type with :option:`--vstype`
* Specify explicit file system type with :option:`--fstype`
* Specify loopback device with :option:`--loopback` (required by LVM support)