Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@SydMontague SydMontague released this 10 May 22:15
· 47 commits to master since this release

Release 1.0.0

  • split project into Library and CLI
    • can be used by other projects to access the tool's functionality
    • download the -shared version, also supports Boost.Python with Python 3.8 (for other versions you have to recompile)
  • added --extractFile mode to CLI
  • automatically decrypt/encrypt archives when necessary
  • added advanced compression mode
    • reduces storage of duplicate data, improve file sizes by ~5%
  • improved non-Windows compatibility
  • general code cleanup