Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvoisin
mat2
Commits
2b02c82e
Commit
2b02c82e
authored
Jan 07, 2023
by
jvoisin
Browse files
Bump the changelog
parent
b00e2216
Pipeline
#123662
passed with stages
in 4 minutes and 59 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
2b02c82e
# 0.13.1 - 2023-01-07
-
Improve xlsx support
-
Remove the Nautilus extension
# 0.13.0 - 2022-07-06
-
Fix an arbitrary file read (CVE-2022-35410)
...
...
doc/mat2.1
View file @
2b02c82e
.TH mat2 "1" "J
ul
y 202
2
" "mat2 0.13.
0
" "User Commands"
.TH mat2 "1" "J
anuar
y 202
3
" "mat2 0.13.
1
" "User Commands"
.SH NAME
mat2 \- the metadata anonymisation toolkit 2
...
...
mat2
View file @
2b02c82e
...
...
@@ -16,7 +16,7 @@ except ValueError as ex:
print
(
ex
)
sys
.
exit
(
1
)
__version__
=
'0.13.
0
'
__version__
=
'0.13.
1
'
logging
.
basicConfig
(
format
=
'%(levelname)s: %(message)s'
,
level
=
logging
.
WARNING
)
...
...
setup.py
View file @
2b02c82e
...
...
@@ -5,7 +5,7 @@ with open("README.md", encoding='utf-8') as fh:
setuptools
.
setup
(
name
=
"mat2"
,
version
=
'0.13.
0
'
,
version
=
'0.13.
1
'
,
author
=
"Julien (jvoisin) Voisin"
,
author_email
=
"julien.voisin+mat2@dustri.org"
,
description
=
"A handy tool to trash your metadata"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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