Skip to content

Releases: NicKoehler/mediafire_rs

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 08:24
819f017

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

Choose a tag to compare

@github-actions github-actions released this 01 Feb 08:17
99a2d32

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

Choose a tag to compare

@github-actions github-actions released this 29 Jan 16:58
187b0d1

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

Choose a tag to compare

@github-actions github-actions released this 27 Sep 17:22
4300bf6
fix: back to normal links?

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 17 Jul 20:13
574049c

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

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 07 Jun 12:15
44d9688

What's Changed

New Contributors

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

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 08 Jan 10:32
6f83f27
Fix tls on some systems

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 26 Oct 11:45
2bbf82e

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

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 22 Oct 13:32
fc56c68

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

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 23 Aug 20:39
7887c41
Update release.yml