-----------
Enhancements
~~~~~~~~~~~~
* When you list archive contents with -l or -t, dtrx will start printing
results much faster than it used to. There's a small chance that it
will print some incorrect listings if it misdetects the archive type of
a given file, but it will show you an error message when that happens.
* dtrx recognizes more kinds of compressed tar archives by their
extension.
* You can now extract newer .deb packages that are compressed with bzip2
or lzma.
Bug fixes
~~~~~~~~~
* When extracting an archive that contained a file with a mismatched
filename, the prompt would offer you a chance to "rename the directory"
instead of "rename the file." This wording has been fixed, along with
some other wording adjustments in the prompts generally.
* Perform more reliable detection of the terminal size, and improve word
wrapping on prompts.
Other changes
~~~~~~~~~~~~~
* The README is now written like a man page, and can be converted to a man
page by using rst2man_.
.. _rst2man: http://docutils.sourceforge.net/sandbox/manpage-writer/