Skip to content

v0.30.0

Choose a tag to compare

@eatradish eatradish released this 27 Apr 08:30
· 4094 commits to master since this release

Chore

  • update all deps

New Features

  • drop inquire searcher curosr
  • drop inquire searcher
  • update_db if url is closed topic, remove url from apt sources.list
  • add topics feature
    • Also fix only exist in local packages can not get filename record issue

Bug Fixes

  • do not save file with download failed; return error if 404 not found url is not closed topic
  • don't let the progress spinner thread dead loop if the download has errors
  • if package newest version in other enabled topics, downgrade to stable version

Refactor

  • use spawn_blocking to execute rm_topic method

Style

  • use cargo-fmt to lint code
  • use cargo clippy to lint code again
  • use cargo clippy to lint code

Commit Statistics

  • 12 commits contributed to the release.
  • 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
    • Use cargo-fmt to lint code (df11fbc)
    • Do not save file with download failed; return error if 404 not found url is not closed topic (55d15ef)
    • Don't let the progress spinner thread dead loop if the download has errors (9b424b8)
    • If package newest version in other enabled topics, downgrade to stable version (afeae4a)
    • Drop inquire searcher curosr (8c8f5e9)
    • Drop inquire searcher (3244292)
    • Use spawn_blocking to execute rm_topic method (7a208b7)
    • Update_db if url is closed topic, remove url from apt sources.list (70190fc)
    • Use cargo clippy to lint code again (df4fdf6)
    • Use cargo clippy to lint code (67f2046)
    • Update all deps (34c4013)
    • Add topics feature (46d340a)