Skip to content

v1.1

Choose a tag to compare

@thisismypassport thisismypassport released this 20 Jul 02:57
· 135 commits to main since this release

Windows executable, for those who don't want to install python but still want to use the command line instead of the webapp.
Supports all the command line options - just use shrinko8.exe instead of "python shrinko8.py"

Major changelog since v1.0.6:

  • Convert ifs/whiles to/from shorthand, saving characters and/or compressed size. (Affected by --focus-chars/compressed)
  • Merge multiple local/assigns into one, saving tokens. (Especially under --focus-tokens and without safe-only)

(Created via pyinstaller)