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.
2.0.0 - 2022-04-21
- Added the ability to resume downloads. #26
- Removed the
skip_existing
option. #26
- Fixed a bug preventing the progress bars to be disabled. #29
1.1.0 - 2022-04-15
- 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