Releases: cedricbonhomme/Stegano
Releases · cedricbonhomme/Stegano
Release 0.11.4
New
- Added a parameter, close_file, to lsb.reveal in order to specify if the file must be closed at the end of the processing. #51
Release 0.11.3
Stegano now supports Python 3.12. Support of Python 3.8 has been removed.
The updated tutorial with the new features is available here:
https://stegano.readthedocs.io
Release 0.11.2
- improved typing of various functions;
- updated dependencies.
Release 0.11.1
Fixed a bug in the command line when no sub-command is specified.
Release 0.11.0
Reduced memory footprint and processing speed. The modules lsb
and lsbset
have been merged (PR #34).
v0.10.1
Full Changelog: v0.10.0...v0.10.1
For more details see the project page: https://sr.ht/~cedric/stegano
Release version 0.10.0 of Stegano
What's Changed
- Update index.rst by @kapkic in #31
- added: shi-tomashi corner generator by @thundersparkf in #32
New Contributors
- @kapkic made their first contribution in #31
- @thundersparkf made their first contribution in #32
Full Changelog: v0.9.9...v0.10.0
For more details see the project page: https://sr.ht/~cedric/stegano
Release 0.9.9
- Stegano now uses Pillow 8.3.0.
Release 0.9.4
Release 0.9.3
- it is now possible to either pass the location of an image or directly pass
an already opened Image.Image to the hide and reveal methods; - code re-formatted a bit with black.