v0.1.7
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 —stackwas
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
werestack register(add) andstack 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 | iexor
cargo install stackenv