All notable changes to this project will be documented in this file.
- Cloak Mode added to disguise a scrambled image further or overlay it with another image
- Bug when running under Windows and no HOME environment variable set fixed
- GnuPG PKI public key image "business card" generation
- 'pki' scrambler added for GnuPG PKI public key scrambling and descrambling
- 'ultra' scrambler added (removes deficiencies esp. of 'heavy' scrambler)
- tar and encrypted tar as new chunk types added
- 64kB limit of chunks and whole data snake raised to 16MB limit (3 byte length)
- Bug when returning substitution map from medium and heavy scrambler removed
- Bug that auto installer did not exited scramb.py correctly removed
- Bug that command line arguments where mixed / not parsed correctly
- PKI should only work with normal installation under linux up to now
- Bug when patching images with portrait aspect ratio removed
- Bug when mask for patching starts with white pixels removed
- Patch Mode
- Descrambler can read multiple embedded PNG Files (needed for Patch Mode)
- Writes Encoder Version 2
- Reads Encoder Version 1,2
- Parameter encoding changed from Pickle to JSON for better compatibility with other languages (esp. JavaScript for possible Greasemonkey integration)
- unknown Chunk Type Handled