Skip to content

v0.31.0

Choose a tag to compare

@eatradish eatradish released this 30 Apr 18:02
· 4066 commits to master since this release

Documentation

  • add some comment in download method

New Features

  • display resume info
  • improve ui string
  • do not inc global bar if file exist and running checksum

Refactor

  • re use validator to improve checksum
  • improve download methold open file times
  • use validator to verify integrity while downloading
  • improve get file_size logic

Style

  • use cargo-clippy to lint code
  • inline function in download method

Commit Statistics

  • 13 commits contributed to the release.
  • 10 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Use cargo-clippy to lint code (3843cbd)
    • Revert "feat: display resume info" (698e983)
    • Display resume info (cffa40f)
    • Improve ui string (164a134)
    • Inline function in download method (c8dbd5a)
    • Re use validator to improve checksum (234ef60)
    • Revert "feat: do not inc global bar if file exist and running checksum" (2b20204)
    • Do not inc global bar if file exist and running checksum (e7d6592)
    • Improve download methold open file times (aa21dda)
    • Add some comment in download method (a9b8e62)
    • Use validator to verify integrity while downloading (7e710d2)
    • Revert "refactor: improve get file_size logic" (568eae9)
    • Improve get file_size logic (da89ed6)