Bump the changelog
This commit is contained in:
parent
3d80f97524
commit
c2ef35d1f1
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,14 @@
|
|||||||
|
# 0.1.3 - 2018-07-06
|
||||||
|
|
||||||
|
- Improve MAT2 resilience against corrupted images
|
||||||
|
- Check that the minimal version of Poppler is available
|
||||||
|
- Simplify how MAT2 deals with office files
|
||||||
|
- Improve cleaning of office files
|
||||||
|
- Thumbnails are removed
|
||||||
|
- Revisions are removed
|
||||||
|
- Add support for plain text files
|
||||||
|
|
||||||
|
|
||||||
# 0.1.2 - 2018-06-21
|
# 0.1.2 - 2018-06-21
|
||||||
|
|
||||||
- Rename some files to ease the packaging
|
- Rename some files to ease the packaging
|
||||||
|
2
mat2
2
mat2
@ -14,7 +14,7 @@ except ValueError as e:
|
|||||||
print(e)
|
print(e)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
__version__ = '0.1.2'
|
__version__ = '0.1.3'
|
||||||
|
|
||||||
def __check_file(filename: str, mode: int = os.R_OK) -> bool:
|
def __check_file(filename: str, mode: int = os.R_OK) -> bool:
|
||||||
if not os.path.exists(filename):
|
if not os.path.exists(filename):
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="mat2",
|
name="mat2",
|
||||||
version='0.1.2',
|
version='0.1.3',
|
||||||
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user