| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-25 | Document the previous commit | jvoisin | |
| 2019-02-24 | In archive-based formats, the `mimetype` file comes first | jvoisin | |
| This should improve epub compatibility, along with other formats as a side-effect | |||
| 2019-02-23 | <title> is also an html metadata | jvoisin | |
| 2019-02-23 | Fix a bug in css cleaning | jvoisin | |
| It's not mandatory to actually have a comment inside comment delimiter, like `/**/`. | |||
| 2019-02-21 | Fix the setup.py on Debian | jvoisin | |
| 2019-02-21 | Mention bubblewrap in the README | jvoisin | |
| 2019-02-20 | Implement epub support | jvoisin | |
| 2019-02-17 | Bump the changelog0.7.0 | jvoisin | |
| 2019-02-10 | Make the mandatory metadata warning generic | jvoisin | |
| This should close #95. | |||
| 2019-02-09 | Streamline a bit the previous commit | jvoisin | |
| 2019-02-09 | bind mount /etc/ld.so.cache to the sandbox | Poncho | |
| without /etc/ld.so.cache available in the sandbox, tests fail on gentoo with: /usr/bin/ffmpeg: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory | |||
| 2019-02-08 | Improve a bit get_meta for libreoffice files | jvoisin | |
| 2019-02-08 | Add support for html files | jvoisin | |
| 2019-02-07 | Use of the archive refactoring for the office documents too | jvoisin | |
| 2019-02-04 | Refactor a bit office get_meta handling | jvoisin | |
| This should make easier to get more metadata from archive-based file formats. | |||
| 2019-02-03 | Fix the return code on parsers' list display | jvoisin | |
| 2019-02-03 | Implement .gif support | jvoisin | |
| 2019-02-03 | Whenever possible, use bwrap for subprocesses | intrigeri | |
| This should closes #90 | |||
| 2019-02-03 | Document how to get the coverage from the testsuite | jvoisin | |
| 2019-02-02 | Add support for wmv | jvoisin | |
| 2019-01-16 | Rename the internal class used by the nautilus extension | jvoisin | |
| This should solve collisions with people like me that are copy/pasting the documentation, creating conflicts with other extensions that are doing the very same thing. | |||
| 2018-12-15 | Update debian packaging status | Alan | |
| 2018-12-15 | Fix debian build instructions | Alan | |
| 2018-12-08 | Add a note in the readme about `-L` and pdf | jvoisin | |
| 2018-11-11 | mat2 is now available on pypi | jvoisin | |
| 2018-11-11 | Add a readme for the nautilus extension | jvoisin | |
| 2018-11-10 | Bump the changelog0.6.0 | jvoisin | |
| 2018-11-10 | Remove a useless image | jvoisin | |
| 2018-11-08 | Add some type annotations to the nautilus extension | jvoisin | |
| 2018-11-07 | Add a missing file :/ | jvoisin | |
| 2018-11-07 | Prove that the previous commit is working | jvoisin | |
| 2018-11-07 | Do not display control characters in output | jvoisin | |
| Kudos to Sherry Taylor for reporting this issue ♥ | |||
| 2018-10-28 | Add mp4 support | jvoisin | |
| 2018-10-25 | Add support for zip files | jvoisin | |
| 2018-10-25 | Improve archive-based parser's robustness against corrupted embedded files | jvoisin | |
| 2018-10-25 | Implement get_meta() for archives | jvoisin | |
| 2018-10-25 | Minor refactorisation of how we're checking for exiftool's presence | jvoisin | |
| 2018-10-24 | Add a test for tiff lightweight cleaning | jvoisin | |
| 2018-10-24 | Implement lightweight cleaning for jpg | jvoisin | |
| 2018-10-23 | Fix a stupid typo in the changelog | jvoisin | |
| 2018-10-23 | Bump the changelog0.5.0 | jvoisin | |
| 2018-10-23 | Document that FFmpeg is now an optional dependency | jvoisin | |
| 2018-10-23 | Improve type annotation coverage | jvoisin | |
| 2018-10-23 | Implement lightweight cleaning for png and tiff | jvoisin | |
| 2018-10-23 | Optimize the handling of problematic files | jvoisin | |
| 2018-10-22 | Improve problematic filenames support | jvoisin | |
| 2018-10-22 | Fix the testsuite on fedora | jvoisin | |
| 2018-10-22 | Test mat2's reliability wrt. corrupted video files | jvoisin | |
| 2018-10-22 | Implement support for .avi files, via ffmpeg | jvoisin | |
| - This commit introduces optional dependencies (namely ffmpeg): mat2 will spit a warning when trying to process an .avi file if ffmpeg isn't installed. - Since metadata are obtained via exiftool, this commit also refactors a bit our exfitool wrapper. | |||
| 2018-10-18 | Make pyflakes happy | jvoisin | |
