Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Version 3.2.0

Compare
Choose a tag to compare
@setnicka setnicka released this 28 Oct 22:10
· 49 commits to master since this release
  • Support tensorflow.lite (alternative to tflite-runtime)
  • Auto fix wrongly copied URL without https://
  • Frontend:
    • By default hide parts progress (show progress by --parts-progress)
    • Log into file (activated by --log <LOGFILE>)
    • Refresh before exiting (to show everything downloaded)
  • Internal:
    • Reworked logging for TorRunner
    • No sys.exit inside uldlib (only Exceptions)
    • Access to internal properties of Downloader + TorRunner instance
    • Better handling of .udown files
    • Configurable Tor datadir
  • Minor fixes and refactoring