v1.1.0-beta.1
Pre-release
Pre-release
·
37 commits
to main
since this release
Second macOS beta, fixing the first round of feedback. Linux is unchanged in behavior; the latest stable release remains v1.0.0.
Fixed since beta.0
- Session save (Cmd+S) now captures the running command per pane on macOS. It read /proc, which macOS does not have; it now asks
ps. A command with a spaced argument saves unquoted — installing the shell hook (Settings → Shell) captures the line exactly as typed. - Clicking a desktop notification while the window already has focus no longer flashes the window; the canvas just travels to the pane.
Downloads
| You have | Download |
|---|---|
| Apple Silicon Mac | Termspace-1.1.0-beta.1-mac-arm64.dmg |
| Intel Mac | Termspace-1.1.0-beta.1-mac-x64.dmg |
| Linux | Termspace-1.1.0-beta.1.AppImage |
First launch on macOS
Termspace is ad-hoc code-signed and not notarized, so Gatekeeper blocks the first open. Do one of these once:
- Terminal: drag Termspace.app to Applications, then
xattr -dr com.apple.quarantine /Applications/Termspace.app - No terminal: double-click (it will be blocked), then System Settings → Privacy & Security → "Open Anyway". On macOS 14 and earlier, right-click → Open also works.
Testing
Items only real hardware can verify: docs/MANUAL-QA.md, "macOS (real hardware)". Results welcome on issue #4 — re-checking session save with a running process is the one to hit first.
Full Changelog: v1.1.0-beta.0...v1.1.0-beta.1