From 127c4a21790e48967a4e275492e1d6868628e5a2 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 19 Jan 2014 14:55:21 +0000 Subject: MAT 0.5 --- CHANGELOG | 8 ++++++++ MAT/mat.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2d9d968..1d9a46e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +0.5 - 19jan2014 + * Support for zip archives + * Support for tar.gz archives + * Heavily refactoring of archives handling + * Handle read-only files inside archives + * Handle zip-specific metadata + * GUI allows to pick which unsupported files to add to the "clean" archive + 0.4.2 - 31oct2013 * Fix (for real this time) MAT eating PDF * The mautilus plugin does not appear on read-only files diff --git a/MAT/mat.py b/MAT/mat.py index 54b40b5..4d64c2d 100644 --- a/MAT/mat.py +++ b/MAT/mat.py @@ -14,7 +14,7 @@ import hachoir_parser import MAT.exceptions -__version__ = '0.4.2' +__version__ = '0.5' __author__ = 'jvoisin' #Silence -- cgit v1.3