Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atenart
mat2
Commits
e510a225
Commit
e510a225
authored
6 years ago
by
Julien (jvoisin) Voisin
Browse files
Options
Downloads
Patches
Plain Diff
Bump the changelog
parent
a98962a0
No related branches found
Branches containing commit
Tags
0.5.0
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+13
-0
13 additions, 0 deletions
CHANGELOG.md
doc/mat2.1
+1
-1
1 addition, 1 deletion
doc/mat2.1
mat2
+1
-1
1 addition, 1 deletion
mat2
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
16 additions
and
3 deletions
CHANGELOG.md
+
13
−
0
View file @
e510a225
# 0.5.0 - 2018-10-23
-
Video (.avi files for now) support, via FFmpeg, optionally
-
Lightweight cleaning for png and tiff files
-
Processing files starting with a dash is now quicker
-
Metadata are now displayed sorted
-
Recursive metadata support for FLAC files
-
Unsupported extensions aren't displayed in
`/.mat -l`
anymore
-
Improve the display when no metadata are found
-
Update the logo according to the GNOME guidelines
-
The testsuite is now runnable on the installed version of mat2
-
Various internal cleanup/improvements
# 0.4.0 - 2018-10-03
-
There is now a policy, for advanced users, to deal with unknown embedded fileformats
...
...
This diff is collapsed.
Click to expand it.
doc/mat2.1
+
1
−
1
View file @
e510a225
.TH MAT2 "1" "October 2018" "MAT2 0.
4
.0" "User Commands"
.TH MAT2 "1" "October 2018" "MAT2 0.
5
.0" "User Commands"
.SH NAME
mat2 \- the metadata anonymisation toolkit 2
...
...
This diff is collapsed.
Click to expand it.
mat2
+
1
−
1
View file @
e510a225
...
...
@@ -14,7 +14,7 @@ except ValueError as e:
print
(
e
)
sys
.
exit
(
1
)
__version__
=
'
0.
4
.0
'
__version__
=
'
0.
5
.0
'
# Make pyflakes happy
assert
Tuple
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
e510a225
...
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools
.
setup
(
name
=
"
mat2
"
,
version
=
'
0.
4
.0
'
,
version
=
'
0.
5
.0
'
,
author
=
"
Julien (jvoisin) Voisin
"
,
author_email
=
"
julien.voisin+mat2@dustri.org
"
,
description
=
"
A handy tool to trash your metadata
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment