Skip to content

v0.45.4

Choose a tag to compare

@eatradish eatradish released this 12 Jul 04:30
· 3741 commits to master since this release

Chore

  • Update all deps

Bug Fixes

  • Handle if atm.list does not exist
  • Do not download error message write to due to
  • Fix build
  • Fix not topics url 404 not found error handle
  • Do not scan closed topics multi times

Other

  • 校验和验证 -> 完整性验证

Refactor

  • Improve sources.list scan error handle
  • Use tokio::task::spawn_blocking to run scan sources.list
  • Improve logic

Style

  • Run cargo clippy and cargo fmt to lint code
  • Clean up useless code

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all deps (f80c74a)
    • Improve sources.list scan error handle (996f4ef)
    • Use tokio::task::spawn_blocking to run scan sources.list (fd43512)
    • Run cargo clippy and cargo fmt to lint code (db2a36b)
    • Clean up useless code (6628e69)
    • Handle if atm.list does not exist (4904769)
    • Do not download error message write to due to (9848ccf)
    • Improve logic (8026dfa)
    • Fix build (6849561)
    • Fix not topics url 404 not found error handle (c5f07f8)
    • Do not scan closed topics multi times (8cd43b7)
    • 校验和验证 -> 完整性验证 (493c8a1)