summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS45
1 files changed, 45 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 24448ea..92c81c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,51 @@
Changes in dtrx
===============
+Version 7.1
+-----------
+
+New features
+~~~~~~~~~~~~
+
+ * LZH archives are now supported.
+
+Bug fixes
+~~~~~~~~~
+
+ * dtrx will no longer offer to extract the zero archive files found in a
+ zero-file archive.
+
+ * Temporary directories will be cleaned up after extracting an empty
+ archive.
+
+Version 7.0
+-----------
+
+At this point, I consider dtrx to be mature software. It's maybe a little
+too interactive, but otherwise it does everything I want, and it does it
+very well. Expect new releases to be few and far between going forward.
+
+New features
+~~~~~~~~~~~~
+
+ * If any of dtrx's command line arguments are URLs, it will automatically
+ download them with `wget -c` in the current directory before extracting
+ them. See the documentation for more information about this feature.
+ Note that there might be trouble if there's already a file in the
+ directory where wget would normally save the download.
+
+Enhancements
+~~~~~~~~~~~~
+
+ * dtrx will try to extract ZIP files with 7z if unzip is not successful.
+ Thanks to Edward H for reporting this bug.
+
+ * dtrx will be smarter about removing extensions from filenames when
+ extracting to a new directory or file.
+
+ * dtrx will not ask you if you want to recurse through an archive if
+ the number of archives inside the original file is small.
+
Version 6.6
-----------