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
6b45064c
Commit
6b45064c
authored
6 years ago
by
Julien (jvoisin) Voisin
Browse files
Options
Downloads
Patches
Plain Diff
Bump the changelog
parent
a81b7658
No related branches found
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+9
-0
9 additions, 0 deletions
CHANGELOG.md
INSTALL.md
+2
-1
2 additions, 1 deletion
INSTALL.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
14 additions
and
4 deletions
CHANGELOG.md
+
9
−
0
View file @
6b45064c
# 0.7.0 - 2019-02-17
-
Add support for wmv files
-
Add support for gif files
-
Add support for html files
-
Sandbox external processes via bubblewrap
-
Simplify archive-based formats processing
-
The Nautilus extension now plays nicer with other extensions
# 0.6.0 - 2018-11-10
# 0.6.0 - 2018-11-10
-
Add lightweight cleaning for jpeg
-
Add lightweight cleaning for jpeg
...
...
This diff is collapsed.
Click to expand it.
INSTALL.md
+
2
−
1
View file @
6b45064c
...
@@ -45,7 +45,8 @@ the Nautilus extension yet](https://bugs.debian.org/910491).
...
@@ -45,7 +45,8 @@ the Nautilus extension yet](https://bugs.debian.org/910491).
For Debian 9
*stretch*
, there is a way to install it
*manually*
:
For Debian 9
*stretch*
, there is a way to install it
*manually*
:
```
```
# apt install python3-mutagen python3-gi-cairo gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl gir1.2-glib-2.0 gir1.2-poppler-0.18
# apt install python3-mutagen python3-gi-cairo gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl gir1.2-glib-2.0 gir1.2-poppler-0.18 ffmpeg
# apt install bubblewrap # if you want sandboxing
$ git clone https://0xacab.org/jvoisin/mat2.git
$ git clone https://0xacab.org/jvoisin/mat2.git
$ cd mat2
$ cd mat2
$ ./mat2
$ ./mat2
...
...
This diff is collapsed.
Click to expand it.
doc/mat2.1
+
1
−
1
View file @
6b45064c
.TH MAT2 "1" "
November
201
8
" "MAT2 0.
6
.0" "User Commands"
.TH MAT2 "1" "
February
201
9
" "MAT2 0.
7
.0" "User Commands"
.SH NAME
.SH NAME
mat2 \- the metadata anonymisation toolkit 2
mat2 \- the metadata anonymisation toolkit 2
...
...
This diff is collapsed.
Click to expand it.
mat2
+
1
−
1
View file @
6b45064c
...
@@ -15,7 +15,7 @@ except ValueError as e:
...
@@ -15,7 +15,7 @@ except ValueError as e:
print
(
e
)
print
(
e
)
sys
.
exit
(
1
)
sys
.
exit
(
1
)
__version__
=
'
0.
6
.0
'
__version__
=
'
0.
7
.0
'
# Make pyflakes happy
# Make pyflakes happy
assert
Tuple
assert
Tuple
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
6b45064c
...
@@ -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.
6
.0
'
,
version
=
'
0.
7
.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
"
,
...
...
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