Skip to content
Snippets Groups Projects
Forked from jvoisin / mat2
Loading
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 3.19 KiB

0.6.0 - 2018-11-10

  • Add lightweight cleaning for jpeg
  • Add support for zip files
  • Add support for mp4 files
  • Improve metadata extraction for archives
  • Improve robustness against corrupted embedded files
  • Fix a possible security issue on some terminals (control character injection via --show)
  • Various internal cleanup/improvements

0.5.0 - 2018-10-23

  • Video (.avi files for now) support, via FFmpeg, optionally
  • Lightweight cleaning for png and tiff files
  • Processing files starting with a dash is now quicker
  • Metadata are now displayed sorted
  • Recursive metadata support for FLAC files
  • Unsupported extensions aren't displayed in ./mat2 -l anymore
  • Improve the display when no metadata are found
  • Update the logo according to the GNOME guidelines
  • The testsuite is now runnable on the installed version of mat2
  • Various internal cleanup/improvements

0.4.0 - 2018-10-03

  • There is now a policy, for advanced users, to deal with unknown embedded fileformats
  • Improve the documentation
  • Various minor refactoring
  • Improve how corrupted PNG are handled
  • Dangerous/advanced cli's options no longer have short versions
  • Significant improvements to office files anonymisation
    • Archive members are sorted lexicographically
    • XML attributes are sorted lexicographically too
    • RSID are now stripped
    • Dangling references in [Content_types].xml are now removed
  • Significant improvements to office files support
  • Anonimysed office files can now be opened by MS Office without warnings
  • The CLI isn't threaded anymore, for it was causing issues
  • Various misc typo fix

0.3.1 - 2018-09-01

  • Document how to install MAT2 for various distributions
  • Fix various typos in the documentation/comments
  • Add ArchLinux to the CI to ensure that MAT2 is running on it
  • Fix the handling of files with a name ending in .JPG
  • Improve the detection of unsupported extensions in upper-case
  • Streamline MAT2's logging

0.3.0 - 2018-08-03

  • Add a check for missing dependencies
  • Add Nautilus extension
  • Minors code simplifications
  • Improve our linters' coverage
  • Add a manpage
  • Add folder/multiple files related tests
  • Change the logo