Skip to content

v0.38.0

Choose a tag to compare

@eatradish eatradish released this 11 May 14:19
· 3932 commits to master since this release

Chore

  • Update all deps

New Features

  • Improve oma show APT-Source info output
  • Add more debug output for fetch local source
    • Also cargo-fmt
  • Use current thread to fetch local source
  • Add fetch local source package progress bar
  • Add some update database debug message

Bug Fixes

  • Use right method to get apt style source
  • Fetch local source InRelease inc progress
  • Oma refresh progress bar inc
  • Fix run decompress file
  • Fetch local source do not uncompress in local source (from) directory
  • Fetch local source pkg use oma style progress bar

Refactor

  • Do not read buf all to memory in download_and_extract_db_local method

Style

  • Use cargo clippy to lint code

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all deps (9ea4973)
    • Use cargo clippy to lint code (8a1b4b6)
    • Use right method to get apt style source (6f79419)
    • Improve oma show APT-Source info output (f3b3181)
    • Add more debug output for fetch local source (d4303a2)
    • Revert "feat: use current thread to fetch local source" (e854b81)
    • Use current thread to fetch local source (dbccc72)
    • Fetch local source InRelease inc progress (e605c6b)
    • Oma refresh progress bar inc (2ed87f6)
    • Fix run decompress file (b793959)
    • Fetch local source do not uncompress in local source (from) directory (95c2ee6)
    • Do not read buf all to memory in download_and_extract_db_local method (8d4d28c)
    • Fetch local source pkg use oma style progress bar (1f72ff0)
    • Add fetch local source package progress bar (a4c0f68)
    • Add some update database debug message (a505125)