This repository has been archived by the owner on Mar 18, 2019. It is now read-only.
- Mostly rewritten code using features of Java 8.
- New command line interface: commands are no longer words separated by dashes. Instead, they act like sub-commands, e.g. for
bundle unpack
, "unpack" is the sub-command of "bundle". This hierarchical system allows separate options and usage output for each sub-command and even sub-sub-commands. - Dropped GUI and deserialization support, will be added back later at some point.