Bump the changelog
This commit is contained in:
parent
d61fb7f77a
commit
70d236a062
@ -1,5 +1,10 @@
|
|||||||
# 0.13.5 - 2023-08-02
|
# 0.13.5 - 2025-01-09
|
||||||
- Keep orientation metadata on jpeg and tiff files
|
- Keep orientation metadata on jpeg and tiff files
|
||||||
|
- Improve cairo-related error/exceptions handling
|
||||||
|
- Improve the logging
|
||||||
|
- Improve the sandboxing
|
||||||
|
- Improve Python3.12 support
|
||||||
|
- Improve MSOffice documents handling
|
||||||
|
|
||||||
# 0.13.4 - 2023-08-02
|
# 0.13.4 - 2023-08-02
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH mat2 "1" "August 2023" "mat2 0.13.4" "User Commands"
|
.TH mat2 "1" "January 2025" "mat2 0.13.5" "User Commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mat2 \- the metadata anonymisation toolkit 2
|
mat2 \- the metadata anonymisation toolkit 2
|
||||||
|
2
mat2
2
mat2
@ -17,7 +17,7 @@ except ValueError as ex:
|
|||||||
print(ex)
|
print(ex)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
__version__ = '0.13.4'
|
__version__ = '0.13.5'
|
||||||
|
|
||||||
logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.WARNING)
|
logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.WARNING)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user