Skip to content

v2025.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 18:48
· 19 commits to main since this release
d037dcc

✨ New Features

  • 4aa562e - config: configuration commands can be exported in omnipath (PR #926 by @xaf)
    • ↘️ addresses issue #925 opened by @xaf
  • cda514a - void command: support -h and --help for auto-generated commands (PR #929 by @xaf)
    • ↘️ addresses issue #920 opened by @xaf
  • 296629f - package: ✨ use git rev-list to check if packages are up to date (PR #930 by @xaf)
    • ↘️ addresses issue #918 opened by @xaf
  • fbff613 - github release: ✨ support for per-os/per-arch asset matching (PR #931 by @xaf)
    • ↘️ addresses issue #780 opened by @xaf
  • d037dcc - github release: ✨ distinguish install configurations (PR #940 by @xaf)
    • ↘️ addresses issue #934 opened by @xaf

🐛 Bug Fixes

  • 17211dc - did you mean: OMNI_SUBCOMMAND set to selected command (PR #924 by @xaf)
    • ↘️ fixes issue #919 opened by @xaf
  • bdb42db - self-update: use brew --repository instead of --prefix (PR #936 by @xaf)