Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: xaf/omni

v2025.11.0

08 Nov 05:25

Choose a tag to compare

✨ New Features

  • f13e717 - tidy: ignore paths that should be ignored (PR #1209 by @xaf)
  • b0434ea - sandbox: create sandbox directories quickly (PR #1219 by @xaf)
    • β†˜οΈ addresses issue #1208 opened by @xaf
  • 965dcaf - github-release: support for SDK-type releases (PR #1223 by @xaf)
    • β†˜οΈ addresses issue #1177 opened by @xaf
  • f055379 - github-release: add support for immutable releases (PR #1227 by @xaf)
    • β†˜οΈ addresses issue #1222 opened by @xaf
  • bb85ae0 - self-update: use the github-release operation for non-brew self-updates (PR #1228 by @xaf)
  • 043bdf1 - cd: support full git URLs, and --edit flag to open the editor (PR #1229 by @xaf)
    • β†˜οΈ addresses issue #401 opened by @xaf
  • b84d4d0 - sandbox: allow the command to work for existing directories (PR #1230 by @xaf)

πŸ› Bug Fixes

v2025.9.0

02 Sep 01:40
c7295bb

Choose a tag to compare

✨ New Features

v2025.6.1

04 Jun 21:11

Choose a tag to compare

πŸ› Bug Fixes

  • c26811c - go/cargo-install: πŸ› path for go-installed tools missed 'bin' (commit by @xaf)

v2025.6.0

04 Jun 18:34
f38094e

Choose a tag to compare

✨ New Features

πŸ› Bug Fixes

  • eebc2b5 - autocomplete: πŸ› multi-word commands now autocomplete cleanly (commit by @xaf)
  • 568f04b - pre-auth: πŸ› do not pre-auth when update is disabled (PR #1038 by @xaf)
    • β†˜οΈ fixes issue #1037 opened by @xaf

v2025.4.0

06 Apr 20:25

Choose a tag to compare

✨ New Features

  • 403cf7f - python: ✨ use uv for venv and deps management (PR #1008 by @xaf)
    • β†˜οΈ addresses issue #295 opened by @xaf
    • β†˜οΈ addresses issue #841 opened by @xaf

v2025.2.1

24 Feb 22:12
8305d36

Choose a tag to compare

✨ New Features

  • 16a7259 - ruby and rust: ✨ add install isolation (PR #950 by @xaf)
    • β†˜οΈ addresses issue #289 opened by @xaf
  • a6389e9 - help: ✨ show -h/--help flags for argparser-enabled commands (PR #955 by @xaf)
    • β†˜οΈ addresses issue #937 opened by @xaf

πŸ› Bug Fixes

  • c5da9d7 - πŸ› handle renames safely when not on same device (PR #948 by @Sushisource)
  • ced1788 - node: πŸ› dynamic environment was not loaded properly (PR #949 by @xaf)
    • β†˜οΈ fixes issue #938 opened by @xaf
  • 21c052c - ruby: πŸ› remove rubygems_plugin.rb file after mise install (PR #954 by @xaf)
    • β†˜οΈ fixes issue #951 opened by @xaf

v2025.2.0

06 Feb 18:48
d037dcc

Choose a tag to compare

✨ 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)

v2025.1.8

27 Jan 22:41

Choose a tag to compare

✨ New Features

  • 0b53608 - argparser: ✨ add auto-completion support (PR #911 by @xaf)
    • β†˜οΈ addresses issue #854 opened by @xaf
  • 564e790 - up: ✨ show when the environment is already up to date (PR #912 by @xaf)
  • 0140a82 - packages: ✨ make git updates more aggressive (PR #913 by @xaf)
    • β†˜οΈ addresses issue #908 opened by @xaf
  • 36d08d4 - argparser: use partial auto-completion for internal commands (PR #915 by @xaf)

πŸ› Bug Fixes

  • 7257d28 - mise: πŸ› replace mise where by mise ls --installed (PR #910 by @xaf)
  • 7cf2e25 - shell integration: πŸ› fix the bash shell integration (PR #914 by @xaf)
  • 551b532 - colors: 🌈 enable colors will check that env vars have a value (commit by @xaf)
  • 207df0c - musl: πŸ› do the glibc file check before musl (commit by @xaf)

v2025.1.7

21 Jan 17:58

Choose a tag to compare

✨ New Features

  • d82c345 - github-release: ✨ support extracting .tar.xz archives (PR #900 by @xaf)

πŸ› Bug Fixes

  • 96f0c38 - go-install: πŸ› add GOROOT and GOVERSION env vars for bin (PR #903 by @xaf)
  • 981b41e - github-release: πŸ› allow for downloads from private repos (PR #907 by @xaf)

v2025.1.6

17 Jan 00:05
cacf98b

Choose a tag to compare

✨ New Features

  • 12f5d81 - self-update: add omni --self-update support (PR #898 by @xaf)
    • β†˜οΈ addresses issue #897 opened by @xaf

πŸ› Bug Fixes

  • e14b995 - github-release: πŸ› revert malus for dist and musl (commit by @xaf)
  • cacf98b - github-release: πŸ› detect the lib version needed (musl/libc) (PR #899 by @xaf)