summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorgeorg2019-11-28 02:15:20 +0000
committerjvoisin2019-11-30 01:14:41 -0800
commit697cb36b814d7e01da336c43b1932264302a2528 (patch)
treec14075024469adf5aa30614c95173cada156229c /CHANGELOG.md
parent6e52661cfb4e79a76a6ff80637d5adf495a15479 (diff)
This is mat2, not MAT2
Closes #131
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 941c0a8..3cd83e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -67,12 +67,12 @@
67 67
68# 0.3.1 - 2018-09-01 68# 0.3.1 - 2018-09-01
69 69
70- Document how to install MAT2 for various distributions 70- Document how to install mat2 for various distributions
71- Fix various typos in the documentation/comments 71- Fix various typos in the documentation/comments
72- Add ArchLinux to the CI to ensure that MAT2 is running on it 72- Add ArchLinux to the CI to ensure that mat2 is running on it
73- Fix the handling of files with a name ending in `.JPG` 73- Fix the handling of files with a name ending in `.JPG`
74- Improve the detection of unsupported extensions in upper-case 74- Improve the detection of unsupported extensions in upper-case
75- Streamline MAT2's logging 75- Streamline mat2's logging
76 76
77 77
78# 0.3.0 - 2018-08-03 78# 0.3.0 - 2018-08-03
@@ -92,14 +92,14 @@
92- Simplify various code-paths 92- Simplify various code-paths
93- Remove superfluous debug message 93- Remove superfluous debug message
94- Remove the `--check` option that never was implemented anyway 94- Remove the `--check` option that never was implemented anyway
95- Add a `-c` option to check for MAT2's dependencies 95- Add a `-c` option to check for mat2's dependencies
96 96
97 97
98# 0.1.3 - 2018-07-06 98# 0.1.3 - 2018-07-06
99 99
100- Improve MAT2 resilience against corrupted images 100- Improve mat2 resilience against corrupted images
101- Check that the minimal version of Poppler is available 101- Check that the minimal version of Poppler is available
102- Simplify how MAT2 deals with office files 102- Simplify how mat2 deals with office files
103- Improve cleaning of office files 103- Improve cleaning of office files
104 - Thumbnails are removed 104 - Thumbnails are removed
105 - Revisions are removed 105 - Revisions are removed
@@ -111,8 +111,8 @@
111- Rename some files to ease the packaging 111- Rename some files to ease the packaging
112- Add linters to the CI (mypy, bandit and pyflakes) 112- Add linters to the CI (mypy, bandit and pyflakes)
113- Prevent exitftool-related parameters injections 113- Prevent exitftool-related parameters injections
114- Improve MAT2's resilience against corrupted files 114- Improve mat2's resilience against corrupted files
115- Make MAT2 work on fedora, thanks to @atenart 115- Make mat2 work on fedora, thanks to @atenart
116- Tighten the threat model 116- Tighten the threat model
117- Simplify and improve how office files are handled 117- Simplify and improve how office files are handled
118 118