Skip to content

Releases: syvaidya/openstego

OpenStego v0.8.6

30 Jan 11:02
Compare
Choose a tag to compare

Changelog

  • Follow XDG spec to store openstego configuration file

OpenStego v0.8.5

25 Sep 09:49
Compare
Choose a tag to compare

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

19 Feb 11:32
Compare
Choose a tag to compare

Changelog

  • Fixed EXIF data handling that was incorrectly copying over ICC profile data and messing up colors in some JPEGs

OpenStego v0.8.3

30 Jan 07:22
Compare
Choose a tag to compare

Changelog

  • Fixed regression that broke command line parsing

OpenStego v0.8.2

27 Nov 09:10
Compare
Choose a tag to compare

Changelog

  • Fixed severe regression that broke basic embed/extract functionality in v0.8.1
  • Added AppPublisher information in InnoSetup file

OpenStego v0.8.0

16 Jan 09:47
Compare
Choose a tag to compare

Changelog

  • Reduced memory consumption drastically for embed/extract operations
  • Added RPM package

OpenStego v0.7.4

06 Jun 08:36
Compare
Choose a tag to compare

Changelog

  • Fixed alpha channel handling for PNG files with transparency
  • Fixed NullPointerException happening on first time launch

OpenStego v0.7.3

15 Apr 07:50
Compare
Choose a tag to compare

Changelog

  • Fixed EOL for shell scripts
  • Fixed error where in some cases JPEG writing was failing

OpenStego v0.7.2

17 Dec 13:49
Compare
Choose a tag to compare

Changelog

  • Added support for Java 9
  • Removed DES algorithm as it is not secure

OpenStego v0.7.1

29 Apr 12:11
Compare
Choose a tag to compare

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)