Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jvoisin
mat2
Commits
b7a86226
Commit
b7a86226
authored
Sep 01, 2018
by
jvoisin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump the changelog
parent
3e2890eb
Pipeline
#18686
passed with stages
in 3 minutes and 26 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
CHANGELOG.md
CHANGELOG.md
+10
-0
doc/mat.1
doc/mat.1
+1
-1
mat2
mat2
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
b7a86226
# 0.3.1 - 2018-09-01
-
Document how to install MAT2 for various distributions
-
Fix various typos in the documentation/comments
-
Add ArchLinux to the CI to ensure that MAT2 is running on it
-
Fix the handling of files with a name ending in
`.JPG`
-
Improve the detection of unsupported extensions in upper-case
-
Streamline MAT2's logging
# 0.3.0 - 2018-08-03
-
Add a check for missing dependencies
...
...
doc/mat.1
View file @
b7a86226
.TH MAT2 "1" "
August
2018" "MAT2 0.3.
0
" "User Commands"
.TH MAT2 "1" "
September
2018" "MAT2 0.3.
1
" "User Commands"
.SH NAME
mat2 \- the metadata anonymisation toolkit 2
...
...
mat2
View file @
b7a86226
...
...
@@ -15,7 +15,7 @@ except ValueError as e:
print
(
e
)
sys
.
exit
(
1
)
__version__
=
'0.3.
0
'
__version__
=
'0.3.
1
'
def
__check_file
(
filename
:
str
,
mode
:
int
=
os
.
R_OK
)
->
bool
:
if
not
os
.
path
.
exists
(
filename
):
...
...
setup.py
View file @
b7a86226
...
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools
.
setup
(
name
=
"mat2"
,
version
=
'0.3.
0
'
,
version
=
'0.3.
1
'
,
author
=
"Julien (jvoisin) Voisin"
,
author_email
=
"julien.voisin+mat2@dustri.org"
,
description
=
"A handy tool to trash your metadata"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment