* updated command line. All commands are now prefixed with *stegano-*; * improved type hints; * it is possible to load and save images from and to file objects (BytesIO); * improved checks when revealing a message with the lsbset module fails.
0.7.1
Not secure
* improved generators for the lsb-set module; * improved tests for the generators; * improved type hints.
0.7
Not secure
* unicode is now supported. By default UTF-8 encoding is used. UTF-32LE can also be used to hide non-ASCII characters. UTF-8 (8 bits) is the default choice since it is possible to hide longer messages with it. * improved checks with type hints.
0.6.9
Not secure
* introduces some type hints (PEP 484); * more tests for the generators and for the tools module; * updated descriptions of generators; * fixed a bug with a generator that has been previously renamed.
0.6.8
Not secure
* bugfix: fixed 12: Error when revealing a hidden binary file in an image.
0.6.7
Not secure
* bugfix: added missing dependency in the setup.py file.