Skip to content

Releases: AOSC-Dev/oma

v0.22.0

05 Apr 09:09
Compare
Choose a tag to compare

Chore

  • update all deps

New Features

  • error output message adjust
  • if needs run dpkg --configure -a, run it
  • build all subcommand man

Bug Fixes

  • fix autoremove/non-autoremove pkg pending ui wrong detail

Refactor

  • improve capitalize output message logic in apt_handler mehod

Style

  • use cargo-fmt to format code

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all deps (a87a40d)
    • Use cargo-fmt to format code (05baa26)
    • Error output message adjust (b44035d)
    • Fix autoremove/non-autoremove pkg pending ui wrong detail (4df750e)
    • If needs run dpkg --configure -a, run it (3bb8b31)
    • Build all subcommand man (7ae0fac)
    • Improve capitalize output message logic in apt_handler mehod (46b75d9)

v0.21.0

03 Apr 16:55
Compare
Choose a tag to compare

Chore

  • update all deps

New Features

  • if update dpkg-force-all mode after has broken count, return error
  • if retry 2 times apt has error, go to dpkg-force-all mode

Bug Fixes

  • fix a typo

Style

  • use cargo fmt and cargo clippy to lint code

Commit Statistics

  • 5 commits contributed to the release over the course of 1 calendar day.
  • 1 day 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 (f80adf6)
    • Fix a typo (8cfc2cf)
    • If update dpkg-force-all mode after has broken count, return error (cc65465)
    • If retry 2 times apt has error, go to dpkg-force-all mode (d7d0253)
    • Use cargo fmt and cargo clippy to lint code (b719e78)

v0.20.0

02 Apr 10:21
Compare
Choose a tag to compare

New Features

  • improve progress bar style again
  • improve progress bar style
  • improve error message display

Bug Fixes

  • fix /run/lock directory does not exist
  • fix oma subcommand history run

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Improve progress bar style again (e7929f3)
    • Correct typos in args.rs (acd0ad6)
    • Improve progress bar style (d931d46)
    • Fix /run/lock directory does not exist (20ad913)
    • Fix oma subcommand history run (5e699c2)
    • Improve error message display (e7f9c50)

v0.19.0

01 Apr 08:05
Compare
Choose a tag to compare

Chore

  • update rustix dep

New Features

  • add {upgrade,install,fix-broken} subcommand --dpkg-force-all argument

Bug Fixes

  • add missing progress bar logic

Style

  • use cargo-fmt to format code

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update rustix dep (4de171a)
    • Use cargo-fmt to format code (1e8d8ab)
    • Add {upgrade,install,fix-broken} subcommand --dpkg-force-all argument (39e066e)
    • Add missing progress bar logic (13f4bf7)
    • Revert "fix: do not display download progress in retry" (0848a19)
    • Revert "fix: fix yes argument download" (5736203)

v0.18.1

01 Apr 06:49
Compare
Choose a tag to compare

Bug Fixes

  • fix yes argument download
  • do not display download progress in retry
  • pending ui message too loong to panic

Refactor

  • optmize download before check file is exist logic

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Optmize download before check file is exist logic (3f8df6a)
    • Fix yes argument download (cc54069)
    • Do not display download progress in retry (e346e06)
    • Pending ui message too loong to panic (de55a32)

v0.18.0

31 Mar 09:57
Compare
Choose a tag to compare

Chore

  • update all deps
  • remove useless file
  • add man to .gitignore

New Features

  • improve command short help

Bug Fixes

  • add missing oma mark help message
  • add missing subcommand ...
    ... Also log subcommand rename history
  • fix package name ends_with deb install

Style

  • use cargo clippy to lint code

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all deps (374b8e5)
    • Use cargo clippy to lint code (f57d97f)
    • Add missing oma mark help message (6efcc4f)
    • Improve command short help (5960c70)
    • Add missing subcommand ... (1d74e70)
    • Remove useless file (00ab061)
    • Fix package name ends_with deb install (67f099a)
    • Add man to .gitignore (eb9cae9)

v0.17.1

31 Mar 07:08
Compare
Choose a tag to compare

Chore

  • update all deps
    • Also remove useless dep
  • clap_cli.rs => args.rs
  • update README
  • remove useless tracing-subscriber envfilter dep

New Features

  • output man pages to /man
  • try use clap to gen man
  • add extract and verify database progress bar

Refactor

  • use clap build api to build argument
    • Also fix if fix-broken count == 0 display less by eatradish

Style

  • run cargo clippy
  • move single_handler code line location

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Run cargo clippy (a8e1ca9)
    • Update all deps (08eb9d4)
    • Output man pages to /man (438b89d)
    • Use clap build api to build argument (f4318cb)
    • Clap_cli.rs => args.rs (ca593f5)
    • Try use clap to gen man (f3f2ebb)
    • Move single_handler code line location (5e2a8ad)
    • Add extract and verify database progress bar (3d572de)
    • Update README (5e8d086)
    • Remove useless tracing-subscriber envfilter dep (595f777)