Skip to content

v0.27.0

Choose a tag to compare

@eatradish eatradish released this 17 Apr 16:50
· 4135 commits to master since this release

Chore

  • update all deps

New Features

  • allow resume exist download package progress
  • fetch un-compress database file in mips64r6el arch
    ... In mips64r6el (preformance like 486) machine, decompressing the files is a huge ordeal, so to protect our boston, only the uncompressed database files are downloaded here

Bug Fixes

  • download failed reset wrong progress bar status

Style

  • use cargo-clippy to lint code

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all deps (2883bb6)
    • Use cargo-clippy to lint code (c2ce36d)
    • Download failed reset wrong progress bar status (fe808ba)
    • Allow resume exist download package progress (5fa8c3c)
    • Fetch un-compress database file in mips64r6el arch (ce8f8ad)