diff options
| -rw-r--r-- | CHANGELOG | 8 | ||||
| -rw-r--r-- | MAT/mat.py | 2 |
2 files changed, 9 insertions, 1 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 0.5 - 19jan2014 | ||
| 2 | * Support for zip archives | ||
| 3 | * Support for tar.gz archives | ||
| 4 | * Heavily refactoring of archives handling | ||
| 5 | * Handle read-only files inside archives | ||
| 6 | * Handle zip-specific metadata | ||
| 7 | * GUI allows to pick which unsupported files to add to the "clean" archive | ||
| 8 | |||
| 1 | 0.4.2 - 31oct2013 | 9 | 0.4.2 - 31oct2013 |
| 2 | * Fix (for real this time) MAT eating PDF | 10 | * Fix (for real this time) MAT eating PDF |
| 3 | * The mautilus plugin does not appear on read-only files | 11 | * The mautilus plugin does not appear on read-only files |
| @@ -14,7 +14,7 @@ import hachoir_parser | |||
| 14 | 14 | ||
| 15 | import MAT.exceptions | 15 | import MAT.exceptions |
| 16 | 16 | ||
| 17 | __version__ = '0.4.2' | 17 | __version__ = '0.5' |
| 18 | __author__ = 'jvoisin' | 18 | __author__ = 'jvoisin' |
| 19 | 19 | ||
| 20 | #Silence | 20 | #Silence |
