Skip to content

v0.34.0

Compare
Choose a tag to compare
@eatradish eatradish released this 06 May 02:57
· 2531 commits to master since this release

Chore

  • update all deps

New Features

  • display command not found error if oma command-not-found no results found
  • oma install/remove/upgrade -y should display review message
  • add oma systemd service
  • support fish completion
  • add shell competions feature
    • Also fix pengding ui display
  • add oma pkgnames for shell completion
  • return 1 if oma show pkgs result is empty

Bug Fixes

  • fix wrong oma pkgnames parameter name ...
    ...Wrong parameter name causes the pkgnames method to always pass in a None parameter, which always completes all packages in the database
  • fetch database global progress bar overflow
  • retry 3 times, not 4 (again)
  • retry 3 times, not 4
  • apt_lock_inner failed do not retry
    • Also set some error message due to
  • improve UI strings for oma pending ui output

Refactor

  • no need to collect package list in oma list method
  • optimize main logic
  • oma args function return exit code

Style

  • use cargo clippy and cargo fmt to lint code

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all deps (2b270ae)
    • Display command not found error if oma command-not-found no results found (426c6fc)
    • Use cargo clippy and cargo fmt to lint code (da0655a)
    • Oma install/remove/upgrade -y should display review message (84464c2)
    • Add oma systemd service (eb2af81)
    • Fix wrong oma pkgnames parameter name ... (9e56aca)
    • No need to collect package list in oma list method (84e4ca4)
    • Support fish completion (e00e9cc)
    • Add shell competions feature (8b15ee1)
    • Fetch database global progress bar overflow (9b1d8b9)
    • Retry 3 times, not 4 (again) (4c7174e)
    • Retry 3 times, not 4 (ee8c562)
    • Apt_lock_inner failed do not retry (300c9a3)
    • Optimize main logic (0de4fcd)
    • Add oma pkgnames for shell completion (0a1bcbb)
    • Return 1 if oma show pkgs result is empty (91acc43)
    • Oma args function return exit code (58e2913)
    • Improve UI strings for oma pending ui output (73f1ce5)