Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mat2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jvoisin
mat2
Commits
505be24b
Commit
505be24b
authored
Nov 10, 2018
by
jvoisin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump the changelog
parent
ef8265e8
Pipeline
#20733
passed with stages
in 4 minutes and 15 seconds
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
3 deletions
+14
-3
CHANGELOG.md
CHANGELOG.md
+11
-0
doc/mat2.1
doc/mat2.1
+1
-1
mat2
mat2
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
505be24b
# 0.6.0 - 2018-11-10
-
Add lightweight cleaning for jpeg
-
Add support for zip files
-
Add support for mp4 files
-
Improve metadata extraction for archives
-
Improve robustness against corrupted embedded files
-
Fix a possible security issue on some terminals (control character
injection via --show)
-
Various internal cleanup/improvements
# 0.5.0 - 2018-10-23
-
Video (.avi files for now) support, via FFmpeg, optionally
...
...
doc/mat2.1
View file @
505be24b
.TH MAT2 "1" "
October 2018" "MAT2 0.5
.0" "User Commands"
.TH MAT2 "1" "
November 2018" "MAT2 0.6
.0" "User Commands"
.SH NAME
mat2 \- the metadata anonymisation toolkit 2
...
...
mat2
View file @
505be24b
...
...
@@ -15,7 +15,7 @@ except ValueError as e:
print
(
e
)
sys
.
exit
(
1
)
__version__
=
'0.
5
.0'
__version__
=
'0.
6
.0'
# Make pyflakes happy
assert
Tuple
...
...
setup.py
View file @
505be24b
...
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools
.
setup
(
name
=
"mat2"
,
version
=
'0.
5
.0'
,
version
=
'0.
6
.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