Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jvoisin
mat2
Commits
2ce1dc79
Commit
2ce1dc79
authored
Aug 03, 2018
by
jvoisin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump the changelog
parent
e2776882
Pipeline
#18315
passed with stages
in 2 minutes and 38 seconds
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
4 deletions
+15
-4
CHANGELOG.md
CHANGELOG.md
+12
-1
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 @
2ce1dc79
# 0.2.0 - 2018-07-010
# 0.3.0 - 2018-08-03
-
Add a check for missing dependencies
-
Add Nautilus extension
-
Minors code simplifications
-
Improve our linters' coverage
-
Add a manpage
-
Add folder/multiple files related tests
-
Change the logo
# 0.2.0 - 2018-07-10
-
Fix various crashes dues to malformed files
-
Simplify various code-paths
...
...
doc/mat.1
View file @
2ce1dc79
.TH MAT2 "1" "
July
2018" "MAT2 0.
2
.0" "User Commands"
.TH MAT2 "1" "
August
2018" "MAT2 0.
3
.0" "User Commands"
.SH NAME
mat2 \- the metadata anonymisation toolkit 2
...
...
mat2
View file @
2ce1dc79
...
...
@@ -14,7 +14,7 @@ except ValueError as e:
print
(
e
)
sys
.
exit
(
1
)
__version__
=
'0.
2
.0'
__version__
=
'0.
3
.0'
def
__check_file
(
filename
:
str
,
mode
:
int
=
os
.
R_OK
)
->
bool
:
if
not
os
.
path
.
exists
(
filename
):
...
...
setup.py
View file @
2ce1dc79
...
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools
.
setup
(
name
=
"mat2"
,
version
=
'0.
2
.0'
,
version
=
'0.
3
.0'
,
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