------------------
* Introduce support for XFS, ISO, JFFS2, FAT, SquashFS, CramFS, VMFS, UDF and Minix (cheers martinvw!)
* Add ability to read the disk GUID using disktype, and read the filesystem magic for better detection of filesystems (cheers martinvw!)
* Add support for 'mounting' directories and compressed files using avfs (cheers martinvw!)
* Add support for detecting volumes using parted
* Introduce facility to carve filesystems for removed files, even in unallocated spaces
* Add :option:`--no-interaction` for scripted access to the CLI
* Add :option:`--check` for access to an overview of all dependencies of imagemounter
* Add :option:`--casename` (and corresponding Python argument) to easily recognize and organize multiple mounts on the same system
* Change :option:`--clean` to :option:`--unmount`, supporting arguments such as :option:`--mountdir` and :option:`--pretty`, and made the code more robust and easier to read and extend
* Detect terminal color support and show color by default
* BSD is now called UFS
* :option:`--stats` is now the default in the Python script
* NTFS mount now also shows the system files by default
* Do not stop when not running as root, but warn and probably fail miserably later on
* :attr:`fstype` now stores the detected file system type, instead of the :attr:`fstype` as determined by :func:`fill_stats`
* Logging now properly uses the Python logging framework, and there are now 4 verbosity levels
* Changes to how the pretty names are formatted
* Some Py2/Py3 compatibility fixes