Skip to content

Releases: rgreinho/trauma

1.1.0

16 Apr 02:33
b041ee8
Compare
Choose a tag to compare

Added

  • Added ability to skip a download if a file with the same name exists at the
    destination. #16
  • Added ability to customize the progress bars #24
    • Customize the format
    • Customize the progression style
    • Leave them on the screen or clear them upon completion
    • Hide any or both of them
    • Add preconfigured styles

1.0.0

29 Mar 15:40
16536ff
Compare
Choose a tag to compare

Initial version with the following feature set:

  • Library only
  • HTTP(S) downloads
  • Download files via providing a list of URLs
    • Ability to rename downloaded files
  • Ability to configure the download manager
    • Download directory
    • Maximum simultaneous requests
    • Number of retries
  • Asynchronous w/ [Tokio]
  • Progress bar w/ [trauma]
    • Display the individual progress
    • Display the total progress