Skip to content

Releases: xaf/omni

v2025.1.8

27 Jan 22:41
Compare
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
Compare
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
Compare
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)

v2025.1.5

16 Jan 19:43
24faed9
Compare
Choose a tag to compare

✨ New Features

  • dd0bd94 - github-release: ✨ prioritize non-dist releases (PR #894 by @xaf)
    • β†˜οΈ addresses issue #892 opened by @xaf
  • 24faed9 - github-release: ✨ Add flags to prefer-or-not dist/prefer-or-not musl (PR #895 by @xaf)

πŸ› Bug Fixes

  • 9707ddf - shims: πŸ› handle case insensitive file systems (PR #893 by @xaf)
    • β†˜οΈ fixes issue #891 opened by @xaf

v2025.1.4

16 Jan 00:05
368f16a
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • 196d6b4 - config check: πŸ› config-specified negative pattern (commit by @xaf)
  • 368f16a - config check: πŸ› pattern locality (PR #890 by @xaf)

v2025.1.3

14 Jan 00:40
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • bca63a2 - mise: πŸ› install mise before resolving the fully qualified tool (commit by @xaf)

v2025.1.2

13 Jan 23:17
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • 9b7749b - node: πŸ› remove mise reshim call from npm (commit by @xaf)

v2025.1.1

13 Jan 22:23
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • 369e2f8 - node: fix backend name for mise (commit by @xaf)

v2025.1.0

13 Jan 22:02
Compare
Choose a tag to compare

πŸ’₯ BREAKING CHANGES

  • due to 27e6c76 - πŸ’₯ replace asdf backend by mise (PR #832 by @xaf):

    Even with a number of automations to handle the
    migration from asdf to mise, it is possible that at least one
    instance of omni up in any repository is required, and maybe even
    running omni up again in any repository where issues are encountered.
    Also, it is possible that some plugins were working right of the bat
    with asdf but might require specifying an url: when using with
    mise; urls for base plugins can be found in
    https://github.com/asdf-vm/asdf-plugins.
    Closes #830
    Closes #695

✨ New Features

  • 27e6c76 - up: πŸ’₯ replace asdf backend by mise (PR #832 by @xaf)
    • β†˜οΈ addresses issue #695 opened by @xaf
    • β†˜οΈ addresses issue #830 opened by @xaf
  • 2a9f4c7 - up: ✨ handle the different mise backends (PR #840 by @xaf)
  • 2bf9b73 - up: allow to configure mise version (PR #842 by @xaf)
  • 14b00f7 - up: ✨ add supply-chain checks (PR #848 by @xaf)
    • β†˜οΈ addresses issue #600 opened by @xaf
  • 1dd0963 - config check: ✨ add new command to check the configuration and command metadata (PR #860 by @xaf)
    • β†˜οΈ addresses issue #812 opened by @xaf
  • c44b88f - auto: ignore .gitignore'd directories when using auto (PR #868 by @xaf)
    • β†˜οΈ addresses issue #789 opened by @xaf
  • 01ca378 - auto: move the .gitignore'd check to improve speed (commit by @xaf)
  • 856052f - github-releases: ✨ optimize version fetching (PR #870 by @xaf)
  • f7c8811 - config check: ✨ add configuration (PR #873 by @xaf)
    • β†˜οΈ addresses issue #867 opened by @xaf
  • 7c961d2 - tags: ✨ commands can now be tagged (PR #878 by @xaf)
    • β†˜οΈ addresses issue #858 opened by @xaf
  • 1a2b219 - up: ✨ timeout and offer to kill running up if hanging (PR #879 by @xaf)
    • β†˜οΈ addresses issue #877 opened by @xaf
  • 784fc3b - helm: ✨ add support for local helm configuration (commit by @xaf)
  • 0b15fab - up: ✨ handle hanging process with mismatched init (PR #886 by @xaf)

πŸ› Bug Fixes

  • a3e6349 - mise: isolate the local state (commit by @xaf)
  • 86f9043 - mise: πŸ› add the mise binary in the PATH for mise commands (PR #851 by @xaf)
  • 78e4e7d - github-releases: add support for pagination when using the API (PR #863 by @xaf)
    • β†˜οΈ fixes issue #862 opened by @xaf
  • bc5a519 - cargo-install and go-install: --no-cache now works (PR #865 by @xaf)
  • 26f786c - up: initialize omni_now() (commit by @xaf)
  • 35e55c6 - mise: listing versions now works using the short name (commit by @xaf)
  • 035ebed - mise: handle URLs for registry plugins (commit by @xaf)
  • 40cb3e6 - argparser: last argument is now shown after -- in the help (PR #874 by @xaf)
    • β†˜οΈ fixes issue #853 opened by @xaf
  • 49dfa9b - up: --bootstrap restored to work (commit by @xaf)
  • ce3b272 - auto: do not return an error if no version detected (PR #881 by @xaf)
    • β†˜οΈ fixes issue #852 opened by @xaf
  • 372a494 - data path: πŸ› use the normalized name to load the data path (commit by @xaf)

v0.0.35

08 Jan 20:46
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • 8288495 - up: --bootstrap restored to work (commit by @xaf)