What changed since v0.1.3
- docs: community standards for the public repo
- feat(www): the link card
- chore: drop three build logs a worktree added, ignore logs
- build(desktop): re-sign each mac bundle ad hoc after staging node-pty
- docs: point the README and the docs header at the site
- build(www): deploy the landing page from main only
- feat(www): link the docs from the nav, the hero and the footer
Downloads
wsp-0.1.4-mac-arm64.zip: macOS on Apple silicon.wsp-0.1.4-mac-x64.zip: macOS on Intel.wsp-0.1.4.AppImage: Linux on x64.- The command line:
npm i -g @zingzy/wsp@0.1.4.
Opening a downloaded bundle
The bundles are not signed yet, so the first open of wsp.app is refused: right click it in Finder, pick Open, and pick Open again in the dialog. Every open after that is a double click.
The Linux AppImage needs the run bit before it starts: chmod +x wsp-*.AppImage.