<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mat2, branch 0.2.0</title>
<subtitle>mat2 is a metadata removal tool, supporting a wide range of commonly used file formats, written in python3: at its core, it's a library, used by an eponymous command-line interface, as well as several file manager extensions.

</subtitle>
<id>http://git.dustri.org/mat2/atom?h=0.2.0</id>
<link rel='self' href='http://git.dustri.org/mat2/atom?h=0.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/'/>
<updated>2018-07-10T19:41:24Z</updated>
<entry>
<title>Bump the changelog</title>
<updated>2018-07-10T19:41:24Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2018-07-10T19:41:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=8093dce88e0971aae406bdb590769d9cf87046ea'/>
<id>urn:sha1:8093dce88e0971aae406bdb590769d9cf87046ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `print` from libmat, and use the `logging` module instead</title>
<updated>2018-07-10T19:30:38Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2018-07-10T19:30:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=5a7c7f35f7d526a8c0ed49da12e4efc5e9dd6582'/>
<id>urn:sha1:5a7c7f35f7d526a8c0ed49da12e4efc5e9dd6582</id>
<content type='text'>
This should close #28
</content>
</entry>
<entry>
<title>Implement a check for dependencies in mat2</title>
<updated>2018-07-10T19:24:26Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2018-07-10T18:49:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=d5861e46537f3e94abd26f63a3a7ad5b69d25e77'/>
<id>urn:sha1:d5861e46537f3e94abd26f63a3a7ad5b69d25e77</id>
<content type='text'>
Example use:

```
$ mat2 -c
Dependencies required for MAT2 0.1.3:
- Cairo: yes
- Exiftool: yes
- GdkPixbuf from PyGobject: yes
- Mutagen: yes
- Poppler from PyGobject: yes
- PyGobject: yes
```

This should close #35
</content>
</entry>
<entry>
<title>Add pylint3 to the ci</title>
<updated>2018-07-08T23:22:08Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2018-07-08T23:12:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=22e3918f67b3b3517312406c70a1e71641afc7ae'/>
<id>urn:sha1:22e3918f67b3b3517312406c70a1e71641afc7ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make pylint even happier</title>
<updated>2018-07-08T23:11:44Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2018-07-08T23:11:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=080d6769ca22cd797d02d601c71f51d3eba6ee64'/>
<id>urn:sha1:080d6769ca22cd797d02d601c71f51d3eba6ee64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the previous commit</title>
<updated>2018-07-08T22:30:16Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2018-07-08T22:30:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=86fe3aa584f872ff92d6b8bf4b933e6794d5cd71'/>
<id>urn:sha1:86fe3aa584f872ff92d6b8bf4b933e6794d5cd71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor improvement of fedora's duration in the testsuite</title>
<updated>2018-07-08T22:27:40Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2018-07-08T22:27:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=cc327b15928c7168979d588758b5fad33d48fbe4'/>
<id>urn:sha1:cc327b15928c7168979d588758b5fad33d48fbe4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document that MAT2 not being able to detect metadata doesn't mean that the file is clean</title>
<updated>2018-07-08T22:17:59Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2018-07-08T22:17:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=b4edd6d2a24cbcea3fbe311d697a03a8eecf69f0'/>
<id>urn:sha1:b4edd6d2a24cbcea3fbe311d697a03a8eecf69f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove a useless option that was never implemented anyway</title>
<updated>2018-07-08T22:13:16Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2018-07-08T22:13:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=bd357b85f866c8377f1d2a71f09ec2f4223c1592'/>
<id>urn:sha1:bd357b85f866c8377f1d2a71f09ec2f4223c1592</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some pep8 issues spotted by pyflakes</title>
<updated>2018-07-08T20:40:36Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2018-07-08T20:40:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=8c21006e6c2959a55ce8cb80758564eeea2ebde8'/>
<id>urn:sha1:8c21006e6c2959a55ce8cb80758564eeea2ebde8</id>
<content type='text'>
</content>
</entry>
</feed>
