Skip to content

v3.9.1 β€” typeable dashboard reopen on every OS

Choose a tag to compare

@wesleysimplicio wesleysimplicio released this 24 Jun 18:59
· 14 commits to main since this release

v3.9.1 β€” simplicio-loop dashboard is typeable on macOS Β· Windows Β· Linux

Follow-up to v3.9.0: a --user pip install can put the simplicio-loop console-script in a dir that isn't on PATH (macOS ~/Library/Python/X.Y/bin, Windows %APPDATA%/Python/*/Scripts). The installer now symlinks it into ~/.local/bin β€” the same treatment the two loop operators already get β€” so the documented re-open command simplicio-loop dashboard works as a typed command on all three OS, not just by full path.

Generalized _link_operator_bins β†’ _link_console_script(name); best-effort, idempotent.

Full diff: v3.9.0...v3.9.1