Skip to content

Commit

Permalink
MAT 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Jan 19, 2014
1 parent 573352f commit 127c4a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion MAT/mat.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import MAT.exceptions

__version__ = '0.4.2'
__version__ = '0.5'
__author__ = 'jvoisin'

#Silence
Expand Down

0 comments on commit 127c4a2

Please sign in to comment.