Skip to content

v0.1.7

Choose a tag to compare

@sanayasfp sanayasfp released this 26 Jul 16:41
· 59 commits to main since this release

Fixed

  • A registered service/tool whose path contains backslashes (the normal case on
    Windows, e.g. C:\Scripts\meilisearch\meilisearch.exe) failed to start with a
    bogus "program not found" error. The path itself was fine — stack was
    tokenizing the resolved command with a POSIX-style shell parser that treats
    backslash as an escape character, silently corrupting the path before ever
    trying to run it. This affected any registered service with a backslash path,
    not just meilisearch — mysql/postgres/mongo BYO installs hit the same bug.

Added

  • stack unregister <kind> <name> <version> — removes a single entry from the
    global registry directly. Previously the only ways to affect the registry
    were stack register (add) and stack prune (bulk-remove only entries
    orphaned across every tracked project); there was no way to remove one
    specific entry on demand.

Install

irm https://github.com/sanayasfp/stack/releases/latest/download/stackenv-installer.ps1 | iex

or

cargo install stackenv