Skip to content

v2.0.0

Compare
Choose a tag to compare
@danpashin danpashin released this 17 Nov 18:24
· 175 commits to master since this release

CLI

  • Add options to change deb compression type and level. Now supports gzip, zstd and xz types
  • Improve logging system
  • Add some colors to cli commands errors

Under the hood

  • Update all dependencies with security fixes
  • Split project into the library and CLI interface
  • Refactor all modules - rebuilding, archiving, dpkg database parsing. Now they are working as expected and pass tests
  • Document every public part of library
  • Migrate to Tokio instead of threadpools