Skip to content

Releases: leverageaiapp/claude-code-pro

0.3.0-rc.10

26 Apr 03:54

Choose a tag to compare

v0.3.0-rc.10

v0.3.0-rc.10: drag-to-reorder tabs + force terminal refit on layout c…

0.3.0-rc.6

24 Apr 01:57

Choose a tag to compare

0.3.0-rc.6 Pre-release
Pre-release
v0.3.0-rc.6

v0.3.0-rc.6 — robust mesh connect retry

0.3.0-rc.5

23 Apr 12:56

Choose a tag to compare

0.3.0-rc.5 Pre-release
Pre-release
v0.3.0-rc.5

v0.3.0-rc.5 — real ws h.mask fix + peer filter

0.3.0-rc.4

23 Apr 12:22

Choose a tag to compare

0.3.0-rc.4 Pre-release
Pre-release
v0.3.0-rc.4

v0.3.0-rc.4 — rebuild bufferutil for Electron ABI

0.3.0-rc.3

23 Apr 12:10

Choose a tag to compare

0.3.0-rc.3 Pre-release
Pre-release
v0.3.0-rc.3

v0.3.0-rc.3 — more robust cloudflared path handling

0.3.0-rc.2

23 Apr 11:38

Choose a tag to compare

0.3.0-rc.2 Pre-release
Pre-release
v0.3.0-rc.2 — Windows CF Tunnel fix + English UI

- Fix ENOTDIR when starting a Cloudflare tunnel share from the
  packaged app on Windows (cloudflared path rewrite for asar-unpacked)
- All mesh UI strings translated from Chinese to English for
  consistency with the rest of the app

0.3.0-rc.1

23 Apr 08:47

Choose a tag to compare

0.3.0-rc.1 Pre-release
Pre-release
v0.3.0-rc.1 — v1 Tailscale Mesh

First Tailscale Mesh release. Lets multiple claude-code-pro instances
join the same tailnet and connect to each other's terminals.

0.2.0-rc.2

23 Apr 08:13

Choose a tag to compare

0.2.0-rc.2 Pre-release
Pre-release
v0.2.0-rc.2 — Fix Windows terminal creation

Same features as rc.1 plus Windows terminal fix so the Cloudflare
Tunnel Share flow can actually be exercised on Windows.

0.2.0-rc.1

23 Apr 07:36

Choose a tag to compare

0.2.0-rc.1 Pre-release
Pre-release
v0.2.0-rc.1 — Remote Networking v0: Cloudflare Tunnel per-Tab Share

First release candidate for the remote networking feature. This release
includes only v0 (Cloudflare Tunnel per-Tab Share); Tailscale Mesh
(v1) lands in a later release.

Features:
- Right-side title bar button opens Remote Modal
- Share any open terminal tab via public Cloudflare Quick Tunnel URL
- Independent per-share token and cookie-scoped authentication
- Concurrent shares supported, each with its own route and buffer
- Public URL can be opened from any browser (desktop or mobile) to view
  and type in the shared terminal

Testing builds only. Targets:
- macOS arm64 (dmg, unsigned)
- Linux x64 (AppImage)
- Windows x64 (nsis installer, unsigned)

See REMOTE_NETWORKING.md for the full design doc.

0.1.1

22 Apr 02:02

Choose a tag to compare

Persist editor tabs and workspace folder across app restarts

Tab list, active tab id, and the current workspace folder now survive
app restarts via zustand persist + localStorage. Terminal tabs respawn
a fresh pty in the same cwd when they remount; editor tabs keep their
last-seen content and dirty flag so unsaved edits aren't lost.

Bump version to 0.1.1.