Bump the changelog
This commit is contained in:
parent
a98962a0fa
commit
e510a225e3
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,3 +1,16 @@
|
||||
# 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
.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
|
||||
|
2
mat2
2
mat2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user