Skip to content

Releases: AOSC-Dev/oma

v1.15.0

07 Mar 07:13
Compare
Choose a tag to compare

v1.15.0-rc.3

05 Mar 18:34
Compare
Choose a tag to compare

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

πŸš€ Features

  • (oma-fetch) Read local file use 64KiB buffer size
  • (oma-fetch) Try to use fill_buf to checksum

πŸ› Bug Fixes

  • (oma-pm) Make sure archives dir exist (#368)
  • (oma-fetch) Fix install local deb before real file exist on archives dir (#369)
  • (oma-fetch) Symlink mode do not create sub progress bar

v1.15.0-rc.2

05 Mar 11:21
Compare
Choose a tag to compare

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

πŸ› Bug Fixes

  • (oma-fetch) download_local should clean symlink

🚜 Refactor

  • (oma-pm, oma-fetch) Do not escape url on oma-fetch

βš™οΈ Miscellaneous Tasks

  • Set next version as 1.16.0-alpha.0

v1.15.0-rc.1

05 Mar 09:09
Compare
Choose a tag to compare

[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

v1.14.518

25 Feb 05:05
Compare
Choose a tag to compare

[1.14.518] - 2025-02-25

πŸ› Bug Fixes

  • (oma-pm) Do not push repetition suggest pkgs
  • (oma-pm) Do not push "or" installed suggests/recommends packages to list
  • (oma-refresh) Flat repo should not check Date (#354)

v1.14.517

21 Feb 07:07
Compare
Choose a tag to compare

[1.14.517] - 2025-02-21

πŸ› Bug Fixes

  • (oma-pm) Check dpkg --configure and dpkg --triggers-only exit status
  • Fix oma upgrade retry prorgress channel not re-open

🚜 Refactor

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

v1.14.516

18 Feb 03:01
Compare
Choose a tag to compare

[1.14.516] - 2025-02-18

βš™οΈ Miscellaneous Tasks

  • Update all deps (Fix build oma with libapt-pkg-7.0)

v1.14.515

17 Feb 13:08
Compare
Choose a tag to compare

[1.14.515] - 2025-02-17

πŸ› Bug Fixes

  • (tui) Fix some edge case will panic (#347)

v1.14.514

16 Feb 05:03
Compare
Choose a tag to compare
v1.14.514

v1.14.514-rc.2

13 Feb 10:19
Compare
Choose a tag to compare

[1.14.514-rc.2] - 2025-02-13

πŸ› Bug Fixes

  • Fix build warning without aosc feature