Releases: syvaidya/openstego
Releases · syvaidya/openstego
OpenStego v0.8.6
Changelog
- Follow XDG spec to store openstego configuration file
OpenStego v0.8.5
Changelog
- Handle file size not enough in case of embed watermark operation.
- Handle case where some files fail processing during wildcard operations.
- Handle JPEGs where APP0 marker is not the first in JFIF metadata. JDK fails reading such files even if image body is fine. Check https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6488904
OpenStego v0.8.4
Changelog
- Fixed EXIF data handling that was incorrectly copying over ICC profile data and messing up colors in some JPEGs
OpenStego v0.8.3
Changelog
- Fixed regression that broke command line parsing
OpenStego v0.8.2
Changelog
- Fixed severe regression that broke basic embed/extract functionality in v0.8.1
- Added
AppPublisher
information in InnoSetup file
OpenStego v0.8.0
Changelog
- Reduced memory consumption drastically for embed/extract operations
- Added RPM package
OpenStego v0.7.4
Changelog
- Fixed alpha channel handling for PNG files with transparency
- Fixed NullPointerException happening on first time launch
OpenStego v0.7.3
Changelog
- Fixed EOL for shell scripts
- Fixed error where in some cases JPEG writing was failing
OpenStego v0.7.2
Changelog
- Added support for Java 9
- Removed DES algorithm as it is not secure
OpenStego v0.7.1
Changelog
- GUI changes to support window resizing
- File permissions fix for Linux
- Added support for changing JPEG compression level (via openstego.ini file)
- Maintain metadata while writing images (e.g. EXIF for JPEG)