Skip to content

v1.1.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 06:46
· 42 commits to main since this release

First macOS build, released as a beta for testing on real hardware. Linux is unchanged: this beta alters nothing for Linux users, and the latest stable release remains v1.0.0.

Downloads

You have Download
Apple Silicon Mac Termspace-1.1.0-beta.0-mac-arm64.dmg
Intel Mac Termspace-1.1.0-beta.0-mac-x64.dmg
Linux Termspace-1.1.0-beta.0.AppImage

First launch on macOS

Termspace is ad-hoc code-signed and not notarized, so Gatekeeper blocks the first open. You may see "damaged" or "unverified developer"; the file is intact. 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.

What's in the macOS build

  • Cmd-based defaults (Option stays with the terminal), shown as ⌘ + G style in the shortcuts screen. Cmd+C/V are delivered by the Edit menu and are fixed.
  • Native traffic lights; the window follows mac conventions (Cmd+Q/W/H/M).
  • zsh shell integration beside bash, including cwd reporting.
  • Config stays in ~/.config/termspace, same as Linux.

Testing

Items only real hardware can verify are listed in docs/MANUAL-QA.md under "macOS (real hardware)". Results welcome on issue #4.

Full Changelog: v1.0.0...v1.1.0-beta.0