Skip to content

Releases: ByteTrue/byspace

BySpace v0.11.3

Choose a tag to compare

@github-actions github-actions released this 04 Sep 12:46

What's Changed

Full Changelog: v0.11.2...v0.11.3

BySpace v0.11.2

Choose a tag to compare

@github-actions github-actions released this 03 Sep 11:02

Full Changelog: v0.11.1...v0.11.2

BySpace v0.11.1

Choose a tag to compare

@github-actions github-actions released this 02 Sep 19:02

BySpace v0.11.1

Improved

  • Improved Pi thinking level selector to filter options strictly by model thinkingLevelMap, showing only model-supported levels and synchronizing clamped thinking on model change.
  • Improved macOS desktop updater to automatically clear the com.apple.quarantine attribute from the downloaded DMG before opening, eliminating Gatekeeper quarantine blocks on manual overwrite install.

BySpace v0.11.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 16:07

BySpace v0.11.0

Added

  • Added upstream Paseo v0.7.2 baseline alignment, incorporating mobile streaming smoothness under JS stall, Astro syntax highlighting, and monorepo source paths for Git-hosted plugins.
  • Added active-turn steering and project-level skill discovery for Pi agents.
  • Added visible loading indicators and feedback for slash-command autocomplete.

Improved

  • Improved terminal character measurement and spacing for CJK / double-width glyphs.
  • Stabilized terminal initial mount fit and coalesced passive resize events into a 250ms trailing window to eliminate remote session redraw storms.
  • Relocated agent conversation collapse and scroll-to-bottom controls to the composer trackbar.
  • Standardized desktop external link navigation to always open in the system default browser.

Fixed

  • Fixed macOS desktop updater to open the downloaded DMG via the system shell before process exit for manual drag-and-drop overwrite.
  • Fixed large diff rendering stalls, Codex rewind pagination errors, and image preview escape shortcuts from upstream v0.7.2.
  • Fixed terminal size ownership loss during pane split and tab switching.

BySpace v0.10.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 19:27

BySpace 0.10.0 is the first stable release containing the retained performance, interaction, workspace, and Agent workflow capabilities selected for BySpace.

Added

  • Manual provider session import and agent-guided project setup.
  • Safe Agent tools for refining workspace and unpublished branch names.
  • Terminal clipboard image upload and Pi-aware terminal agent activity reporting.
  • Local, Remote, and Both branch source labels.
  • Workspace hover cards with exact Agent states and project-aware automatic Host badges.
  • Readable Host names in pairing offers.

Improved

  • Direct and Relay terminal throughput, Windows responsiveness, retained renderers, and revision-based resume.
  • Terminal selection and copy on compact web layouts.
  • Timeline pagination, reconnect catch-up, rewind arbitration, and synchronization state.
  • Conversation collapse and return-to-bottom controls in active pane headers.
  • Stable and prerelease clients now share relay.byspace.cc.cd; Stable and Beta Web App channels remain separate.

Fixed

  • Windows ConPTY multiline paste when bracketed-paste mode is not propagated.
  • Pushed-branch status when a same-name origin branch exists without configured tracking.
  • Workspace action visibility on compact and native layouts.
  • Plaintext non-loopback Direct connections from the hosted HTTPS App are blocked.

Install

npm install -g @bytetrue/byspace@0.10.0

Web App: https://app.byspace.cc.cd

Desktop, unsigned iOS, and Android packages are attached below. Docker images are published at ghcr.io/bytetrue/byspace:0.10.0 and ghcr.io/bytetrue/byspace:latest.

BySpace v0.7.0-beta.2

BySpace v0.7.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Aug 17:01
36b6fa9

BySpace v0.7.0-beta.2

This is ByteTrue's first self-built baseline from Paseo v0.7.0-beta.2. It keeps the upstream feature set while isolating BySpace identity and local runtime state.

Install

  • npm: npm install -g @bytetrue/byspace@beta, then run byspace
  • Web/PWA: https://app.byspace.cc.cd
  • Container: ghcr.io/bytetrue/byspace:0.7.0-beta.2 (daemon port 6777)
  • Desktop, Android, and iOS artifacts: download from this release

BySpace uses ~/.byspace, BYSPACE_HOME, BYSPACE_LISTEN, port 6777 in production, and port 6778 in the development checkout. It does not reuse Paseo's state directory or default ports.

Signing

  • Android APKs are signed with ByteTrue's release key. Certificate SHA-256: aaf8e0ed8c20619154ff36211adb96da161ee3c088deda78ca38e696e8708956.
  • macOS artifacts are unsigned and unnotarized when Apple credentials are unavailable. macOS may require explicit approval before first launch.
  • Windows artifacts are unsigned when Authenticode credentials are unavailable. Windows SmartScreen may display a warning.
  • *-ios-unsigned.ipa is not directly installable. You must re-sign it with your own Apple identity before sideloading. A free Personal Team profile normally expires after seven days. Simulator artifacts are not published.

SHA-256 checksum files are published beside the mobile artifacts.

BySpace v0.8.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 08:36
chore(release): cut 0.8.1

BySpace v0.8.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 08:34
v0.8.0

BySpace v0.7.8

Choose a tag to compare

@github-actions github-actions released this 27 Aug 05:29

0.7.8 - 2026-08-27

  • Moves the signed universal Android APK build and API 35 launch smoke to the macOS arm64 release runner after three independent Ubuntu hosted runners shut down externally during the same Gradle release build, while the equivalent clean local macOS arm64 build completed in 4 minutes 31 seconds.
  • Replaces the emulator's nondeterministic monkey launch with an explicit am start -W of MainActivity; the permanent certificate, package/version, clean install, live process, Desktop matrix, aggregate manifest/checksum, and iOS-exclusion gates remain mandatory.
  • Fixes forward the immutable v0.7.7 client matrix without moving its tag or retroactively attaching assets.

BySpace v0.7.7

Choose a tag to compare

@github-actions github-actions released this 27 Aug 02:43

0.7.7 - 2026-08-27

  • Normalizes @electron/asar entry separators before cross-platform package checks and adds a Windows-style ASAR fixture, so verified Windows x64/arm64 packages are not rejected solely because the ASAR API returns backslash paths on Windows.
  • Replaces a label-specific apksigner digest extraction with a tested single-signer parser covering current V2 and legacy output; all five macOS/Linux/Windows Desktop jobs completed successfully.
  • Publishes npm latest, Stable Web, and Stable Relay successfully, but three independent Ubuntu Android runners received external shutdown signals 25–31 minutes into Gradle before APK validation or aggregate upload; the GitHub Release has no client assets.
  • Client publication is fixed forward in 0.7.8 without moving the v0.7.7 tag or rebuilding it from later workflow code; iOS remains maintained source/prebuild/test-only and excluded from active CD.