Skip to content

Releases: TheHefty/jvsl.env.agents.code-server

v1.1.0

Choose a tag to compare

@TheHefty TheHefty released this 03 Aug 16:47
e6171c0

1.1.0 (2026-08-03)

Features

  • core: install git-lfs and register its filters system-wide (#10) (55ea5ee)

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Aug 13:56
8cd7166

1.0.2 (2026-08-03)

Bug Fixes

  • keep start/Cargo.lock in sync with the released version (9f2d73f)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 08:01
cd449f8

1.0.1 (2026-08-03)

Documentation

  • correct the README's core layer and stack list (4b18ead)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 07:44
47759fb

1.0.0 (2026-08-03)

Features

  • add android stack, requiring java as a dependency (1332c4c)
  • add C/C++ stack (61a01dc)
  • add dotnet, python, golang, ruby, and php stacks (911da53)
  • add node stack, per-stack extensions, and relocate manifest to repo root (e228a6f)
  • add rust stack (8cc0635)
  • add Rust toolchain to core image (61e11d8)
  • android: declare the emulator's own X libraries instead of inheriting them (470f748)
  • core: disable VS Code's built-in AI features by default (6213fa9)
  • core: install docker buildx, which compose now needs to build at all (8a848ff)
  • core: replace host-socket DooD with a nested rootless daemon (de696f9)
  • headless Android emulator support with conditional KVM passthrough (9f9b051)
  • primeira versão do template — setup e start (0d871bf)
  • set file-icons as the default icon theme (bb5ccb9)

Bug Fixes

  • android stack cmdline-tools download 404 (stale build + wrong path) (1e62de2)
  • android stack SDK not writable, stale build-tools, no NDK (620c2f0)
  • android: declare libx11-xcb1, which the headless emulator dies without (4af5b06)
  • android: install the SDK one package at a time, and with sdkmanager (de6bc69)
  • android: make the SDK actually usable at container runtime (1e731ff)
  • android: survive a transient dl.google.com failure instead of dying on it (076deff)
  • ci: compose stack builds through the same path setup uses (94ad4c9)
  • core: chown the docker config dir, not just the socket dir inside it (af092b3)
  • core: raise the container memory cap to 8g, with 2g of swap (fc9da8a)
  • detect repo root via outermost .git instead of fixed ancestor depth (9f24a0e)
  • enable clipboard access in code-server webview (d0db8f4)
  • keep the whole Claude Code CLI state in the mounted config dir (c204aa5)
  • mitigate garbled accented input in code-server's terminal (f9cf222)
  • publish code-server's port per-project instead of --network host (74e2379)
  • python: skip wheel in get-pip so it stops clobbering deb packaging (02a8cde)
  • raise container resources and disable swap for android emulator peaks (9ea210a)
  • relocate android AVD runtime home, migrate off deprecated sdkmanager (be9dc76)
  • stop whiptail menus from showing each option's label twice (6e3c4d9)
  • work around WebKitGTK dead-key bug breaking accented input (0987c32)

Continuous Integration

  • add release-please to manage tags and releases (565064a)