Skip to content

v0.29.1

Choose a tag to compare

@eatradish eatradish released this 23 Apr 07:51
· 4107 commits to master since this release

Chore

  • update all deps

New Features

  • check InRelaese date and vaild-until
  • improve clap oma style theme ...
    • Fix a typo
  • set clap help header and usage color as bright blue
    • Also run cargo update

Bug Fixes

  • download doesn exist file will return error
  • not allow_resume file wrong reset length

Refactor

  • improve download method logic

Style

  • use cargo clippy to lint code
  • remove useless refrence flag

Commit Statistics

  • 9 commits contributed to the release over the course of 2 calendar days.
  • 3 days passed between releases.
  • 9 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update all deps (a29f795)
    • Use cargo clippy to lint code (fe7979c)
    • Improve download method logic (92b729e)
    • Download doesn exist file will return error (47cdbc4)
    • Not allow_resume file wrong reset length (9f5da29)
    • Remove useless refrence flag (000570b)
    • Check InRelaese date and vaild-until (aef283d)
    • Improve clap oma style theme ... (25badde)
    • Set clap help header and usage color as bright blue (2015c43)