| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-09 | Significantly improve portability0.13.5 | jvoisin | |
| 2024-09-13 | Wait to remove elements until they are all processed | Alex Marchant | |
| 2024-04-05 | Remove a duplicate function | jvoisin | |
| This is a leftover from today's best-effort merges. | |||
| 2024-04-05 | Remove dangling references from document.xml.rels | Alex Marchant | |
| The file `word/_rels/document.xml.rels` is similar to `[Content_Types].xml` and has references to other files in the archive. If those references aren't removed Word refuses to open the document. # Please enter the commit message for your changes. Lines starting | |||
| 2024-04-05 | Strip comment references from document.xml | Alex Marchant | |
| 2024-04-03 | Make utf-8 explicit in all tree.write calls | Alex Marchant | |
| 2024-04-03 | Strip comment references from document.xml | Alex Marchant | |
| 2024-04-03 | Update comments file regex | Alex Marchant | |
| 2023-07-11 | Add more files to ignore for MSOffice documents | Jason Smalls | |
| 2023-05-03 | Use proper type annotations instead of comments | jvoisin | |
| 2023-01-28 | Another typing pass | jvoisin | |
| 2023-01-28 | Fix the type annotations | jvoisin | |
| 2022-12-25 | Improve xlsx support | jvoisin | |
| 2022-11-21 | Remove pyflakes | jvoisin | |
| Isn't borderline useless compared to mypy and pylint | |||
| 2022-08-28 | Simplify the typing annotations | jvoisin | |
| 2021-12-26 | Please pylint by iterating on dict directly, instead of calling .keys() | jvoisin | |
| 2021-07-14 | Improve xlsx support | jvoisin | |
| This should close #156 | |||
| 2021-05-20 | Improve support for xlsx files | jvoisin | |
| 2021-03-14 | Keep sharedStrings.xml when processing MSOffice sheets | jvoisin | |
| 2021-03-14 | Don't keep [trash] files when processing MS Office files | jvoisin | |
| 2020-11-13 | Bump coverage | jvoisin | |
| 2020-11-06 | Handle multiple namespaces in MSOffice's content types | jvoisin | |
| 2020-11-06 | Fix a regexp for xsls files | jvoisin | |
| This should increase a bit the compability with Excel files | |||
| 2020-05-17 | Improve a bit Microsoft word support | jvoisin | |
| 2020-04-06 | Improve xlsx support | jvoisin | |
| 2020-04-02 | Improve xlsx support | jvoisin | |
| 2020-03-08 | Vastly improve ppt compatibility | jvoisin | |
| 2020-03-07 | Improve compatibility with MS Office of cleaned ppt | jvoisin | |
| 2020-03-07 | Improve a bit ppt support | jvoisin | |
| 2020-03-07 | Improve a bit the support of ppt files | jvoisin | |
| 2019-11-30 | Improve a bit ppt support | jvoisin | |
| 2019-11-30 | Improve a bit odt handling | jvoisin | |
| 2019-10-17 | Improve a bit the support for ppt files | jvoisin | |
| 2019-09-01 | Improve a bit the comments in the code | jvoisin | |
| This is related to the previous commit | |||
| 2019-09-01 | Remove nsid fields from MSOffice documents | jvoisin | |
| nsids are random identifiers, usually used to ease merging between documents, and can trivially be used for fingerprinting. | |||
| 2019-04-27 | Add tar archive support | jvoisin | |
| 2019-03-05 | Refactor {black,white}list into {block,allow}list | Brolf | |
| Closes #96 | |||
| 2019-02-08 | Improve a bit get_meta for libreoffice 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 | Whenever possible, use bwrap for subprocesses | intrigeri | |
| This should closes #90 | |||
| 2018-10-25 | Implement get_meta() for archives | jvoisin | |
| 2018-10-12 | Bump mypy typing coverage | jvoisin | |
| 2018-10-05 | Improve both the typing and the comments | jvoisin | |
| 2018-10-04 | Trash word/people.xml in office files | jvoisin | |
| 2018-10-03 | Don't break office files for MS Office | jvoisin | |
| We didn't take the whitelist into account while removing dangling files from [Content_types].xml | |||
| 2018-10-03 | Improve mat2's cli reliability | jvoisin | |
| - Replace some class members by instance members - Don't thread the cleaning process anymore for now | |||
| 2018-10-02 | Use [Content_Types].xml to improve MS Office coverage | jvoisin | |
| 2018-10-02 | fix typo | georg | |
| 2018-10-01 | Files processed via MAT2 are now accepted without warnings by MS Office | jvoisin | |
