| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-07 | fix: Typing in the parser factory | Gu1nn3zz | |
| 2023-01-28 | Another typing pass | jvoisin | |
| 2022-08-28 | Simplify the typing annotations | jvoisin | |
| 2022-05-15 | Add support for HEIC files | jvoisin | |
| Thanks to Maxime Morin ( https://www.maijin.fr/ ) for the patch. | |||
| 2020-11-30 | Please pylint | jvoisin | |
| 2020-11-30 | Raise a ValueError explicitly | jvoisin | |
| 2019-07-22 | CI: Add job to run codespell, a spell checking software | georg | |
| 2019-05-09 | Minor code cleanup | jvoisin | |
| 2019-05-03 | typo | fuzzy | |
| 2019-04-27 | Add support for compressed tar files | jvoisin | |
| 2019-02-20 | Implement epub support | jvoisin | |
| 2019-02-03 | Whenever possible, use bwrap for subprocesses | intrigeri | |
| This should closes #90 | |||
| 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-05 | Hide unsupported extensions in `mat2 -l` | jvoisin | |
| 2018-08-23 | Improve the detection of unsupported extensions in uppercase | jvoisin | |
| 2018-07-19 | Improve the code's documentation | jvoisin | |
| 2018-07-08 | Fix some pep8 issues spotted by pyflakes | jvoisin | |
| 2018-07-02 | Improve a bit the formatting of the code thanks to pyflakes3 | jvoisin | |
| 2018-06-10 | Improve a bit parsers autoloading | jvoisin | |
| 2018-06-04 | Add more typing and use mypy in the CI | jvoisin | |
| 2018-06-04 | Import the dynamic import system | jvoisin | |
| The dynamic import should now work when MAT2 is installed system-wide, either via the distribution's packaging system, or via pip. | |||
| 2018-06-04 | Improve a return type annotation | totallylegit | |
| 2018-05-18 | Rename some files to simplify packaging | jvoisin | |
| - the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py` | |||
| 2018-05-16 | Do a pylint pass | jvoisin | |
| 2018-05-16 | The CLI shouldn't display unsupported file extensions | jvoisin | |
| 2018-05-16 | Fix the build | jvoisin | |
| 2018-05-15 | Don't process unsupported filenames with a known mimetype | jvoisin | |
| 2018-05-06 | Test for faulty files, and document how MAT2 is behaving wrt. them | jvoisin | |
| 2018-04-04 | Add some white lines to make the code more compliant | jvoisin | |
| 2018-04-04 | Remove some unused imports | jvoisin | |
| 2018-04-03 | Improve the cli | jvoisin | |
| - Implement the `-l` option - The help is now more awesome | |||
| 2018-04-03 | get_parse needs to explore subclasses recusively | Loic Dachary | |
| 2018-04-02 | Add some comments | jvoisin | |
| 2018-04-02 | Add more typing hints | jvoisin | |
| 2018-04-02 | `parser_factory` now returns the mtype too | jvoisin | |
| 2018-03-31 | Change a bit the source code organisation | jvoisin | |
| 2018-03-20 | PNG support and automatic import! | jvoisin | |
| 2018-03-19 | Implement mimetype detection | jvoisin | |
