forked from jubalh/MAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
121 lines (103 loc) · 3.45 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
0.5.4 - 19aug2015
* Distance a bit MAT from hachoir
* Fix zip-related issues
* Remove re-rendeging of image, since Pillow isn't production-ready yet
* Massive pep8 comformance, thanks to PyCharm
* Enhance a bit the GUI
* Usual cleanup/misc fixes
0.5.3 - 11apr2015
* Update translations
* Images are now re-rendered, like PDF (see 79ce29a)
* PDF with different page-size are now handled correctly
* MAT now doesn't care if you have a "data" folder in the current directory
* The GUI is (once again) simplified
* Minor typos and misc bugs
0.5.2 - 1apr2014
* Update translations
0.5.2-rc1 - 16feb2014
* Update translations
* Fix office-format handling
* The Cli now stops on unsupported fileformat
0.5.1 - 28jan2014
* Update translations
* Fix some minor bugs
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
* Some minor refactorisations of the code
0.4.1 - 27oct2013
* Fix the fact that the MAT sometimes delete PDF
* Improves internal and external documentation
* Torrents support has been greatly enhanced
* Add a translation
0.4 - 13oct2013
* Minor refactoring of the testsuite
* Translations
* Enhance MAT's behaviour on read-only files
* Fix an Exiftool-related misbehavior
0.4rc - 17jul2013
* Support of mp3/flac/ogg
* Port from Gtk2 to Gtk3
* Port to Glade
* Simplification/Improvement of the GUI
* Naming scheme of produced filenames change
* Add a lot of translations
* Multiples files can now be dropped in the GUI
* Removal of adobe metadata with exiftool
* A new MOTO ;)
* Documentation
* Bugfixes
0.3.4 - 8jan2013
* Bump dates
* Update localizations
* Refactor the way MAT's data are handled
0.3.3 - 5jan2013
* Settings can now be changed for already added files
* Improved the testsuite robustness
* Fix (hopefully) for good the setup.py
* Add the possibility to reduce produced pdf's quality and size
* Bugfixes
0.3.2 - 27may2012
* Add localisation (new translations are welcome)
* Even more beter handling of missing libraries
* Fix path relation bug
0.3.1 - 06may2012 - bugfix release
* Better handling of missing libraries
* Improve the setup.py
* Bugfixes
* python-cairo, python-poppler and python-pdfrw
are now mandatory for pdf support
0.3 - 07mar2012
* Merge the two cleaning mode in one
* Fix a pdf related critical security bug
* Greatly improve the GUI
- Metadata of a file are now shown on double-click
- The MAT now has a logo !
- Misc
* List only localy supported format
* Remove every blacklist approach
* Preliminary implementation of mtime/atime
* As usual, many bugfixes
0.2.2 - 29dec2011 - bugfix release
* Update documentation
* Improve tests
* Various bugfixes
0.2.1 - 25dec2011
* Fix critical bugs in GUI
* Handle opendocument metadata
* Various bugfixes
0.2 - 21dec2011
* Improvements for testsuites
* Improve log system
* Handle file with weird rights
* Drag'n'drop support
* Various bugfixes
0.1 - 30oct2011
* initial version