Releases: NicKoehler/mediafire_rs
Release list
v0.2.2
New Features
- new arg -i --input for reading urls from a file
Bugfixes
- try to fix release
- try again
Refactors
- github action for build and release
- moved all api logic and download logic in different crates
Documentation Changes
- update readme
Feat/ci
- build-matrix: added Darwin aarch64
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