Skip to content

Releases: cedricbonhomme/Stegano

Release 0.11.3

02 Jan 09:16
v0.11.3
46da77e
Compare
Choose a tag to compare

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

23 May 08:17
v0.11.2
0537c13
Compare
Choose a tag to compare
  • improved typing of various functions;
  • updated dependencies.

Release 0.11.1

20 Nov 21:03
v0.11.1
e988e9e
Compare
Choose a tag to compare

Fixed a bug in the command line when no sub-command is specified.

Release 0.11.0

20 Nov 00:02
v0.11.0
3b619af
Compare
Choose a tag to compare

Reduced memory footprint and processing speed. The modules lsb and lsbset have been merged (PR #34).

v0.10.1

30 Nov 08:23
v0.10.1
0a17b29
Compare
Choose a tag to compare

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

29 Nov 22:07
v0.10.0
9c98100
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.9...v0.10.0

For more details see the project page: https://sr.ht/~cedric/stegano

Release 0.9.9

08 Jul 17:24
v0.9.9
317eb0d
Compare
Choose a tag to compare
  • Stegano now uses Pillow 8.3.0.

Release 0.9.4

04 Jun 22:46
v0.9.4
e4784ad
Compare
Choose a tag to compare
  • new: Implemented LFSR generator (with tests and CLI) (PR #27)
  • new: Implemented Ackermann generators CLI interface (PR #26)
  • new: The Ackermann functions are not actual generators (#24)
  • new: add a shift parameter for the lsbmodule (#25)
  • fix: lsbset.hide cause .png transparent area lost (#23)

Release 0.9.3

10 Apr 13:19
v0.9.3
5bb91d2
Compare
Choose a tag to compare
  • 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.

Release 0.9.2

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