Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

61 lines (44 loc) · 1.64 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

2.0.0 - 2022-04-21

Added

  • Added the ability to resume downloads. #26

Changed

  • Removed the skip_existing option. #26

Fixed

  • Fixed a bug preventing the progress bars to be disabled. #29

1.1.0 - 2022-04-15

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 - 2022-03-29

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