Skip to content

v0.38.1

Compare
Choose a tag to compare
@eatradish eatradish released this 12 May 03:25
· 2205 commits to master since this release

Chore

  • Update all deps

New Features

  • Copy file use fs::copy to improve preforence; use ProgressSpinner to display fetch local source progress

Bug Fixes

  • Download global bar reset position if checksum fail and not allow resume
  • Fix mirror is updated oma refresh will checksum mismatch
  • Half-configure do not mark pkg as reinstall status
  • Fetch local source inc global bar

Style

  • Use cargo clippy to lint code
  • Use cargo-fmt to format code

Commit Statistics

  • 8 commits contributed to the release.
  • 8 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 (36acc15)
    • Use cargo-fmt to format code (dfb0ea7)
    • Update all deps (ef92fe7)
    • Download global bar reset position if checksum fail and not allow resume (94ac90d)
    • Fix mirror is updated oma refresh will checksum mismatch (e712031)
    • Half-configure do not mark pkg as reinstall status (8fe73f0)
    • Fetch local source inc global bar (019878f)
    • Copy file use fs::copy to improve preforence; use ProgressSpinner to display fetch local source progress (abea1ec)