mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Updated CHANGELOG.
This commit is contained in:
parent
c4b1fdac56
commit
adcc3cf9a5
2 changed files with 43 additions and 1 deletions
|
@ -1,26 +1,41 @@
|
||||||
Release History
|
Release History
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
0.8.6 (2018-11-05)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* fixed a potential security issue related to CVE-2018-18074.
|
||||||
|
|
||||||
|
|
||||||
0.8.5 (2018-04-18)
|
0.8.5 (2018-04-18)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* Fixed an encoding problem which occured on Windows during the installation
|
* Fixed an encoding problem which occured on Windows during the installation
|
||||||
of the module.
|
of the module.
|
||||||
|
|
||||||
|
|
||||||
0.8.4 (2018-02-28)
|
0.8.4 (2018-02-28)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* Stegano is ready for use with pipenv and pipsi.
|
* Stegano is ready for use with pipenv and pipsi.
|
||||||
|
|
||||||
|
|
||||||
0.8.3 (2018-02-23)
|
0.8.3 (2018-02-23)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* the recommended way to install Stegano is now to use pipenv.
|
* the recommended way to install Stegano is now to use pipenv.
|
||||||
|
|
||||||
|
|
||||||
0.8.2 (2017-12-20)
|
0.8.2 (2017-12-20)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* Fixed a bug with the new 'encoding' function when using Stegano as a command
|
* 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.
|
line tool. No default value was set. Default value is UTF-8.
|
||||||
|
|
||||||
|
|
||||||
0.8.1 (2017-05-16)
|
0.8.1 (2017-05-16)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* it is now possible to specify the encoding (UTF-8 or UTF-32LE) of the message
|
* it is now possible to specify the encoding (UTF-8 or UTF-32LE) of the message
|
||||||
to hide/reveal through the command line;
|
to hide/reveal through the command line;
|
||||||
* the help of the command line now displays the available choices for the
|
* the help of the command line now displays the available choices for the
|
||||||
|
@ -29,13 +44,16 @@ Release History
|
||||||
* tests expected results lies now in a dedicated folder;
|
* tests expected results lies now in a dedicated folder;
|
||||||
* a script has been added in order to get proper exit code check for mypy.
|
* a script has been added in order to get proper exit code check for mypy.
|
||||||
|
|
||||||
|
|
||||||
0.8 (2017-05-06)
|
0.8 (2017-05-06)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
* updated command line. All commands are now prefixed with *stegano-*;
|
* updated command line. All commands are now prefixed with *stegano-*;
|
||||||
* improved type hints;
|
* improved type hints;
|
||||||
* it is possible to load and save images from and to file objects (BytesIO);
|
* 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.
|
* improved checks when revealing a message with the lsbset module fails.
|
||||||
|
|
||||||
|
|
||||||
0.7.1 (2017-05-05)
|
0.7.1 (2017-05-05)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -43,6 +61,7 @@ Release History
|
||||||
* improved tests for the generators;
|
* improved tests for the generators;
|
||||||
* improved type hints.
|
* improved type hints.
|
||||||
|
|
||||||
|
|
||||||
0.7 (2017-05-04)
|
0.7 (2017-05-04)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
@ -51,6 +70,7 @@ Release History
|
||||||
since it is possible to hide longer messages with it.
|
since it is possible to hide longer messages with it.
|
||||||
* improved checks with type hints.
|
* improved checks with type hints.
|
||||||
|
|
||||||
|
|
||||||
0.6.9 (2017-03-10)
|
0.6.9 (2017-03-10)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -59,22 +79,26 @@ Release History
|
||||||
* updated descriptions of generators;
|
* updated descriptions of generators;
|
||||||
* fixed a bug with a generator that has been previously renamed.
|
* fixed a bug with a generator that has been previously renamed.
|
||||||
|
|
||||||
|
|
||||||
0.6.8 (2017-03-08)
|
0.6.8 (2017-03-08)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* bugfix: fixed #12: Error when revealing a hidden binary file in an image.
|
* bugfix: fixed #12: Error when revealing a hidden binary file in an image.
|
||||||
|
|
||||||
|
|
||||||
0.6.7 (2017-02-21)
|
0.6.7 (2017-02-21)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* bugfix: added missing dependency in the setup.py file.
|
* bugfix: added missing dependency in the setup.py file.
|
||||||
|
|
||||||
|
|
||||||
0.6.6 (2017-02-20)
|
0.6.6 (2017-02-20)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* improved docstrings for the desciption of the generators;
|
* improved docstrings for the desciption of the generators;
|
||||||
* improved the command which displays the list of generators.
|
* improved the command which displays the list of generators.
|
||||||
|
|
||||||
|
|
||||||
0.6.5 (2017-02-16)
|
0.6.5 (2017-02-16)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -89,22 +113,26 @@ Release History
|
||||||
* bugfix: fixed a bug in the lsb-set command line when the generator wasn't
|
* bugfix: fixed a bug in the lsb-set command line when the generator wasn't
|
||||||
specified by the user.
|
specified by the user.
|
||||||
|
|
||||||
|
|
||||||
0.6.3 (2017-01-29)
|
0.6.3 (2017-01-29)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* Support for transparent PNG images has been added (lsb and lsbset modules).
|
* Support for transparent PNG images has been added (lsb and lsbset modules).
|
||||||
|
|
||||||
|
|
||||||
0.6.2 (2017-01-19)
|
0.6.2 (2017-01-19)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* bugfix: solved a bug when the image data is coming via byte streams (ByteIO),
|
* bugfix: solved a bug when the image data is coming via byte streams (ByteIO),
|
||||||
for the exifHeader hiding method.
|
for the exifHeader hiding method.
|
||||||
|
|
||||||
|
|
||||||
0.6.1 (2016-08-25)
|
0.6.1 (2016-08-25)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* reorganization of the steganalysis sub-module.
|
* reorganization of the steganalysis sub-module.
|
||||||
|
|
||||||
|
|
||||||
0.6 (2016-08-04)
|
0.6 (2016-08-04)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -113,11 +141,13 @@ Release History
|
||||||
of the command line). No changes if you use Stéganô as a module in your
|
of the command line). No changes if you use Stéganô as a module in your
|
||||||
software. The documentation has been updated accordingly.
|
software. The documentation has been updated accordingly.
|
||||||
|
|
||||||
|
|
||||||
0.5.5 (2016-08-03)
|
0.5.5 (2016-08-03)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* bugfix: Incorrect padding size in `base642string` in tools.base642binary().
|
* bugfix: Incorrect padding size in `base642string` in tools.base642binary().
|
||||||
|
|
||||||
|
|
||||||
0.5.4 (2016-05-22)
|
0.5.4 (2016-05-22)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -126,11 +156,13 @@ Release History
|
||||||
generator (not in the module lsbset.generators).
|
generator (not in the module lsbset.generators).
|
||||||
* performance improvements for the lsb and lsbset modules.
|
* performance improvements for the lsb and lsbset modules.
|
||||||
|
|
||||||
|
|
||||||
0.5.3 (2016-05-19)
|
0.5.3 (2016-05-19)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* reorganization of all modules. No impact for the users of Stegano.
|
* reorganization of all modules. No impact for the users of Stegano.
|
||||||
|
|
||||||
|
|
||||||
0.5.2 (2016-05-18)
|
0.5.2 (2016-05-18)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -138,44 +170,52 @@ Release History
|
||||||
* added unit tests for the exifHeader module;
|
* added unit tests for the exifHeader module;
|
||||||
* improvements of the documentation.
|
* improvements of the documentation.
|
||||||
|
|
||||||
|
|
||||||
0.5.1 (2016-04-16)
|
0.5.1 (2016-04-16)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* minor improvements and bug fixes;
|
* minor improvements and bug fixes;
|
||||||
* added unit tests for the slsb and slsbset modules.
|
* added unit tests for the slsb and slsbset modules.
|
||||||
|
|
||||||
|
|
||||||
0.5 (2016-03-18)
|
0.5 (2016-03-18)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
* management of greyscale images.
|
* management of greyscale images.
|
||||||
|
|
||||||
|
|
||||||
0.4.6 (2016-03-12)
|
0.4.6 (2016-03-12)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* bugfix when the length of the message to hide is not divisible by 3,
|
* bugfix when the length of the message to hide is not divisible by 3,
|
||||||
for the slsb and slsbset module.
|
for the slsb and slsbset module.
|
||||||
|
|
||||||
|
|
||||||
0.4.5 (2015-12-23)
|
0.4.5 (2015-12-23)
|
||||||
------------------
|
------------------
|
||||||
* bugfix.
|
* bugfix.
|
||||||
|
|
||||||
|
|
||||||
0.4.4 (2015-12-23)
|
0.4.4 (2015-12-23)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* new project home page;
|
* new project home page;
|
||||||
* minor updated to the documentation.
|
* minor updated to the documentation.
|
||||||
|
|
||||||
|
|
||||||
0.4.3 (2015-10-06)
|
0.4.3 (2015-10-06)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* bug fixes for Python 3;
|
* bug fixes for Python 3;
|
||||||
* bug fixes in the scripts in *./bin*.
|
* bug fixes in the scripts in *./bin*.
|
||||||
|
|
||||||
|
|
||||||
0.4.2 (2015-10-05)
|
0.4.2 (2015-10-05)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* first stable release on PypI.
|
* first stable release on PypI.
|
||||||
|
|
||||||
|
|
||||||
0.4 (2012-01-02)
|
0.4 (2012-01-02)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
@ -185,6 +225,7 @@ based on integers sets. The sets generated with Python generators
|
||||||
the pixels used to hide the information. You can use these new methods in your
|
the pixels used to hide the information. You can use these new methods in your
|
||||||
Python codes as a Python module or as a program in your scripts.
|
Python codes as a Python module or as a program in your scripts.
|
||||||
|
|
||||||
|
|
||||||
0.3 (2011-04-15)
|
0.3 (2011-04-15)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
@ -193,6 +234,7 @@ Python codes as a Python module or as a program in your scripts.
|
||||||
in the bin directory;
|
in the bin directory;
|
||||||
* new documentation (reStructuredText) comes with Stéganô.
|
* new documentation (reStructuredText) comes with Stéganô.
|
||||||
|
|
||||||
|
|
||||||
0.2 (2011-03-24)
|
0.2 (2011-03-24)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ with codecs.open(os.path.join(here, 'CHANGELOG.rst'), encoding='utf-8') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Stegano',
|
name='Stegano',
|
||||||
version='0.8.5',
|
version='0.8.6',
|
||||||
author='Cédric Bonhomme',
|
author='Cédric Bonhomme',
|
||||||
author_email='cedric@cedricbonhomme.org',
|
author_email='cedric@cedricbonhomme.org',
|
||||||
packages=packages,
|
packages=packages,
|
||||||
|
|
Loading…
Add table
Reference in a new issue