Skip to content

Releases: NicKoehler/mediafire_rs

v0.2.1

01 Feb 08:17
99a2d32

Choose a tag to compare

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 --reverse Flag
    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 the FileType implementation by moving the filetype from 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

29 Jan 16:58
187b0d1

Choose a tag to compare

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

Full Changelog: v0.1.9...v0.2.0

v0.1.9

27 Sep 17:22
4300bf6

Choose a tag to compare

fix: back to normal links?

v0.1.8

17 Jul 20:13
574049c

Choose a tag to compare

Full Changelog: v0.1.7...v0.1.8

v0.1.7

07 Jun 12:15
44d9688

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

08 Jan 10:32
6f83f27

Choose a tag to compare

Fix tls on some systems

v0.1.5

26 Oct 11:45
2bbf82e

Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

v0.1.4

22 Oct 13:32
fc56c68

Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

v0.1.3

23 Aug 20:39
7887c41

Choose a tag to compare

Update release.yml