Skip to content

v1.15.0-rc.1

Choose a tag to compare

@github-actions github-actions released this 05 Mar 09:09
· 1071 commits to master since this release

[1.15.0-rc.1] - 2025-03-05

πŸš€ Features

  • (subcmd/clean) Add --keep-downloadable / --keep-downloadable-and-installed / --keep-installed arguments (#346)
  • (oma-console) Add f/b to PgDn/PgUp
  • (oma-pm) Download local file use symlink
  • (oma-fetch) Remove download local files performance workaround
  • (oma-fetch) Add download local file validate checksum
  • Update completions

πŸ› Bug Fixes

  • Fix build warning without aosc feature
  • (tui) Fix some edge case will panic (#347)
  • (oma-pm) Check dpkg --configure and dpkg --triggers-only exit status
  • Fix oma upgrade retry prorgress channel not re-open
  • (oma-pm) Do not push repetition suggest pkgs
  • (oma-pm) Do not push "or" installed suggests/recommends packages to list
  • (oma-pm) Do not push repetition suggest pkgs (#351)
  • (oma-console) [breaking] Fix a typo
  • (oma-refresh) Flat repo should not check Date (#354)
  • Fix raise invalid url error message (#358)
  • Add missing --no-bell completions for Bash and Fish
  • (src) Fix descriptions for --dry-run and --fix-broken
  • (oma-fetch) Add missing download_local real file validate checksum
  • (oma-pm) Do not ignore local file download validate checksum
  • Fix error chain length == 1 display download error message
  • (oma-pm) Do not force check local source file checksum (#363)
  • (oma-fetch) [breaking] Local file path do not decode url two times (#364)
  • (oma-pm) Fix package download url

🚜 Refactor

  • (oma-pm) [breaking] Split to is_needs_fix_dpkg_status and fix_dpkg_status

πŸ“š Documentation

  • (man) Update parameter description

βš™οΈ Miscellaneous Tasks

  • Set next version as v1.15.0
  • Update all deps (Fix build oma with libapt-pkg-7.0)
  • Switch to Rust 2024 edition (#350)
  • Update all deps
  • Update all deps