Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 3.62 KB

File metadata and controls

64 lines (37 loc) · 3.62 KB

Changelog

0.3.5

Patch Changes

  • #31 3139ef4 Thanks @pallyoung! - Fix terminal websocket recovery so buffered PTY output is replayed after silent disconnects, including probe-based recovery and keepalive handling.

0.3.4

Patch Changes

  • #29 257f258 Thanks @pallyoung! - Refresh the published workspace screenshots in the README and help guides so they match the current desktop and mobile editor shell UI.

0.3.3

Patch Changes

  • #27 4521ccd Thanks @pallyoung! - Fix the mobile workspace Git tab tests so CI no longer fails on stale legacy class assertions after the shared tab styling migration.

0.3.2

Patch Changes

  • #24 23ca9a6 Thanks @pallyoung! - Fix the bundled web favicon assets by regenerating the PNG and ICO files directly from the SVG source so the icon keeps transparent edges without the visible border artifact.

0.3.1

Patch Changes

  • #21 ce9607d Thanks @pallyoung! - Refactor the CLI entry structure so the executable wrapper only launches the command entrypoint, while the reusable CLI logic lives in a separate module. This fixes cases where globally installed coder-studio commands could fail to print output because the entry module was misdetected.

0.3.0

Minor Changes

  • #19 31af2cc Thanks @pallyoung! - Align the published CLI package manifest with the development entrypoints while keeping dist-based publish overrides.

All notable changes to this project will be documented in this file.

0.2.1

Changed

  • Remote public-mode access no longer hard-requires HTTPS. HTTP access is now allowed, while HTTPS remains recommended for public deployment.
  • The auth gate now shows the normal sign-in flow on remote HTTP hosts instead of blocking with an HTTPS requirement.
  • Deployment docs now document the HTTP/HTTPS tradeoff and the Secure cookie behavior more clearly.

Added

  • Release E2E coverage for remote HTTP sign-in.
  • Community support acknowledgement for LinuxDo in the Chinese homepage README.

0.2.0

Added

  • Initial local-server + web-ui workbench release for local folders and remote Git repositories.
  • Claude-based workspace flow with draft tasks, split panes, and PTY-style agent interaction.
  • Code browsing and editing with file tree, file search, Monaco preview/edit, and save.
  • Git workflow support with diff review, stage, unstage, discard, and commit actions.
  • Embedded multi-terminal workspace panel.
  • Public-mode auth with passphrase login, session cookies, root-path restrictions, and IP blocking.
  • npm CLI packaging, release verification, and cross-platform runtime publishing flow.