diff options
| -rw-r--r-- | CHANGELOG.md | 10 | ||||
| -rw-r--r-- | doc/mat.1 | 2 | ||||
| -rwxr-xr-x | mat2 | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
4 files changed, 13 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af906c..dfd81c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | # 0.3.1 - 2018-09-01 | ||
| 2 | |||
| 3 | - Document how to install MAT2 for various distributions | ||
| 4 | - Fix various typos in the documentation/comments | ||
| 5 | - Add ArchLinux to the CI to ensure that MAT2 is running on it | ||
| 6 | - Fix the handling of files with a name ending in `.JPG` | ||
| 7 | - Improve the detection of unsupported extensions in upper-case | ||
| 8 | - Streamline MAT2's logging | ||
| 9 | |||
| 10 | |||
| 1 | # 0.3.0 - 2018-08-03 | 11 | # 0.3.0 - 2018-08-03 |
| 2 | 12 | ||
| 3 | - Add a check for missing dependencies | 13 | - Add a check for missing dependencies |
| @@ -1,4 +1,4 @@ | |||
| 1 | .TH MAT2 "1" "August 2018" "MAT2 0.3.0" "User Commands" | 1 | .TH MAT2 "1" "September 2018" "MAT2 0.3.1" "User Commands" |
| 2 | 2 | ||
| 3 | .SH NAME | 3 | .SH NAME |
| 4 | mat2 \- the metadata anonymisation toolkit 2 | 4 | mat2 \- the metadata anonymisation toolkit 2 |
| @@ -15,7 +15,7 @@ except ValueError as e: | |||
| 15 | print(e) | 15 | print(e) |
| 16 | sys.exit(1) | 16 | sys.exit(1) |
| 17 | 17 | ||
| 18 | __version__ = '0.3.0' | 18 | __version__ = '0.3.1' |
| 19 | 19 | ||
| 20 | def __check_file(filename: str, mode: int=os.R_OK) -> bool: | 20 | def __check_file(filename: str, mode: int=os.R_OK) -> bool: |
| 21 | if not os.path.exists(filename): | 21 | if not os.path.exists(filename): |
| @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: | |||
| 5 | 5 | ||
| 6 | setuptools.setup( | 6 | setuptools.setup( |
| 7 | name="mat2", | 7 | name="mat2", |
| 8 | version='0.3.0', | 8 | version='0.3.1', |
| 9 | author="Julien (jvoisin) Voisin", | 9 | author="Julien (jvoisin) Voisin", |
| 10 | author_email="julien.voisin+mat2@dustri.org", | 10 | author_email="julien.voisin+mat2@dustri.org", |
| 11 | description="A handy tool to trash your metadata", | 11 | description="A handy tool to trash your metadata", |
