Skip to content

v1.9.0-rc1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 07:58
· 287 commits to master since this release

[1.9.0-rc1] - 2024-09-01

πŸš€ Features

  • (oma-contents) [breaking] Add oma provides and oma files println mode ...
  • (config) Add search_contents_println to config
  • Do not check color if --no-color is set
  • Force follow terminal color if is ssh session
  • Force follow terminal color if TERM var is not set
  • (oma-pm-operation-type) [breaking] Add RemoveTag::Resolver field ...
  • (oma-refresh) [breaking] Read apt.conf.d to filter InRelease download list (#69)

πŸ› Bug Fixes

  • Add a latency limit for terminal coloring
  • Not is terminal do not execute termbg::theme
  • Update all completions
  • (oma-refresh) Transliterate _ in dist as %5f
  • (oma-refresh) Add unit test for _ => %5f

🚜 Refactor

  • (oma-contents) Move OutputMode logic to outside of library
  • (subcmd/command-not-found) Improve foreach result logic
  • (subcmd/command-not-found) If strsin number < FILTER_JARO_NUM should break
  • (subcmd) Do not ignore error from PkgInfo
  • (oma-refresh) Use aho-corasick to improve database_filename performance

🎨 Styling

  • (oma-contents) Remove unnecessary type Signature

βš™οΈ Miscellaneous Tasks

  • (main.rs) Fix debug message for unsupported/high-latency terminals
  • (oma-contents) Cleanup example code
  • Localise broken dependency note
  • Run cargo fmt
  • Update all deps