Skip to content

Releases: cedricbonhomme/Stegano

Release 0.9.2

04 Apr 13:44
v0.9.2
538316c
Compare
Choose a tag to compare

Release 0.9.1

04 Apr 13:35
v0.9.1
8d1985d
Compare
Choose a tag to compare
  • updated Pillow dependency in order to fix a bug when opening some PNG files.

Release 0.9.0

18 Dec 22:43
v0.9.0
5b297ef
Compare
Choose a tag to compare
  • added the possibility to shift the encoded bits when using the lsbset module.

Release 0.8.6

05 Nov 21:29
v0.8.6
bd5b156
Compare
Choose a tag to compare

Release 0.8.5

18 Apr 12:33
v0.8.5
041a4ee
Compare
Choose a tag to compare
  • Fixed an encoding problem which occurred on Windows during the installation
    of the module.

Release 0.8.4

28 Feb 21:50
v0.8.4
3752660
Compare
Choose a tag to compare

Stegano is ready for use with pipenv and pipsi.

Release 0.8.3

23 Feb 20:47
v0.8.3
1dced55
Compare
Choose a tag to compare

The recommended way to install Stegano is now to use pipenv.

Release 0.8.2

20 Dec 21:33
v0.8.2
3f67ff8
Compare
Choose a tag to compare
  • Fixed a bug with the new 'encoding' function when using Stegano as a command
    line tool. No default value was set. Default value is UTF-8.

Release 0.8.1

16 May 06:30
v0.8.1
e0a172f
Compare
Choose a tag to compare
  • it is now possible to specify the encoding (UTF-8 or UTF-32LE) of the message
    to hide/reveal through the command line;
  • the help of the command line now displays the available choices for the
    arguments, if it is necessary (list of available encodings, list of available
    generators);
  • tests expected results lies now in a dedicated folder;
  • a script has been added in order to get proper exit code check for mypy.

Release 0.8

06 May 21:24
v0.8
cbb9df7
Compare
Choose a tag to compare
  • 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.