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
e510a225
Commit
e510a225
authored
Oct 23, 2018
by
jvoisin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump the changelog
parent
a98962a0
Pipeline
#19905
passed with stages
in 9 minutes and 37 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
3 deletions
+16
-3
CHANGELOG.md
CHANGELOG.md
+13
-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 @
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
# 0.4.0 - 2018-10-03
-
There is now a policy, for advanced users, to deal with unknown embedded fileformats
-
There is now a policy, for advanced users, to deal with unknown embedded fileformats
...
...
doc/mat2.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
.SH NAME
mat2 \- the metadata anonymisation toolkit 2
mat2 \- the metadata anonymisation toolkit 2
...
...
mat2
View file @
e510a225
...
@@ -14,7 +14,7 @@ except ValueError as e:
...
@@ -14,7 +14,7 @@ except ValueError as e:
print
(
e
)
print
(
e
)
sys
.
exit
(
1
)
sys
.
exit
(
1
)
__version__
=
'0.
4
.0'
__version__
=
'0.
5
.0'
# Make pyflakes happy
# Make pyflakes happy
assert
Tuple
assert
Tuple
...
...
setup.py
View file @
e510a225
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools
.
setup
(
setuptools
.
setup
(
name
=
"mat2"
,
name
=
"mat2"
,
version
=
'0.
4
.0'
,
version
=
'0.
5
.0'
,
author
=
"Julien (jvoisin) Voisin"
,
author
=
"Julien (jvoisin) Voisin"
,
author_email
=
"julien.voisin+mat2@dustri.org"
,
author_email
=
"julien.voisin+mat2@dustri.org"
,
description
=
"A handy tool to trash your metadata"
,
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