mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +02:00
updated CHANGELOG
This commit is contained in:
parent
a279b21a70
commit
6c362447fa
2 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,15 @@
|
||||||
Release History
|
Release History
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
0.7 (not yet released)
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
* unicode is now supported ✌
|
||||||
|
By default UTF-8 encoding is used, but UTF-32LE can also be used if it is
|
||||||
|
needed to hide non-ASCII characters (for example: 🍕). UTF-8 is the default
|
||||||
|
choice since it is possible to hide longer messages with it.
|
||||||
|
* improved checks with type hints.
|
||||||
|
|
||||||
0.6.9 (2017-03-10)
|
0.6.9 (2017-03-10)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -36,7 +36,7 @@ with open('CHANGELOG.rst', 'r') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Stegano',
|
name='Stegano',
|
||||||
version='0.6.10',
|
version='0.7',
|
||||||
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