Releases: NicKoehler/mediafire_rs
v0.2.1
What's Changed
Release Notes for Version 0.2.1
New Features
-
Support for Comma-Separated URL Format (#6)
Multiple URLs can now be provided in a comma-separated format. -
Support for Multiple URLs (#5)
Users can now input multiple URLs simultaneously. -
Download Smaller Files and
--reverseFlag
Downloading smaller file first and added a reverse flag to download larger files first.
Refactoring
-
Skip Invalid URLs
The system will now skip invalid URLs while still proceeding to download valid ones. -
Filetype Handling Improved
Refactored theFileTypeimplementation by moving thefiletypefrom being a key, leading to cleaner code.
Documentation Updates
-
Added
CONTRIBUTING.md
A contribution guide has been added to assist new contributors. -
Updated
README.md
The README has been updated for clarity and to reflect recent changes in the project features.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- update dependencies and slim down reqwest by @N4CH723HR3R in #14
- feat: retry functionality
- feat: resume automatically if interrupted #11
- feat: md5 hash checking
New Contributors
- @N4CH723HR3R made their first contribution in #14
Full Changelog: v0.1.9...v0.2.0
v0.1.9
fix: back to normal links?
v0.1.8
Full Changelog: v0.1.7...v0.1.8
v0.1.7
v0.1.6
Fix tls on some systems
v0.1.5
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Update release.yml