Skip to content

Releases: linuxserver/docker-code-server

v3.7.1-ls58

18 Nov 20:05
4653ce8

Choose a tag to compare

LinuxServer Changes:

Add --domain-proxy support.
code-server Changes:

VS Code v1.50.0

Bug Fixes

  • ⭐ Fixes .deb and .rpm packages of v3.7.0 #2310

Cheers! 🍻

v3.7.1-ls57

17 Nov 22:24

Choose a tag to compare

LinuxServer Changes:

Add --domain-proxy support.
code-server Changes:

VS Code v1.50.0

Bug Fixes

  • ⭐ Fixes .deb and .rpm packages of v3.7.0 #2310

Cheers! 🍻

v3.6.2-ls56

15 Nov 11:06

Choose a tag to compare

LinuxServer Changes:

Add --domain-proxy support.
code-server Changes:

VS Code v1.50.0

Features

  • Updated coder cloud agent.

Bug fixes

  • Fix initial connection failures (at least one form of them).
  • Add more logging around connections to help us debug problems there.
  • Fix potential 500 when loading VS Code in parallel.
  • If the cloud agent fails to curl during an npm/yarn install it will no longer quit the install.

v3.6.2-ls55

08 Nov 11:01

Choose a tag to compare

LinuxServer Changes:

Add --domain-proxy support.
code-server Changes:

VS Code v1.50.0

Features

  • Updated coder cloud agent.

Bug fixes

  • Fix initial connection failures (at least one form of them).
  • Add more logging around connections to help us debug problems there.
  • Fix potential 500 when loading VS Code in parallel.
  • If the cloud agent fails to curl during an npm/yarn install it will no longer quit the install.

v3.6.2-ls54

03 Nov 01:09

Choose a tag to compare

LinuxServer Changes:

Add --domain-proxy support.
code-server Changes:

VS Code v1.50.0

Features

  • Updated coder cloud agent.

Bug fixes

  • Fix initial connection failures (at least one form of them).
  • Add more logging around connections to help us debug problems there.
  • Fix potential 500 when loading VS Code in parallel.
  • If the cloud agent fails to curl during an npm/yarn install it will no longer quit the install.

v3.6.1-ls53

02 Nov 16:42

Choose a tag to compare

LinuxServer Changes:

Add --domain-proxy support.
code-server Changes:

VS Code v1.50.0

Features

  • ⭐ We've updated from VS Code v1.49.3 to v1.50.0.
  • Allow remote shells other than ssh when using the install script #2220

Bug Fixes

  • Fix Docker image when using a custom UID #2223

3.0.1-ls38

02 Nov 21:16

Choose a tag to compare

3.0.1-ls38 Pre-release
Pre-release

LinuxServer Changes:

Updates for v3.0.0 (structural changes).
Remote Changes:

Data change at JSON endpoint https://api.github.com/repos/cdr/code-server/releases

3.0.1-ls37

02 Nov 15:38

Choose a tag to compare

3.0.1-ls37 Pre-release
Pre-release

LinuxServer Changes:

Updates for v3.0.0 (structural changes).
Remote Changes:

Data change at JSON endpoint https://api.github.com/repos/cdr/code-server/releases

v3.6.1-ls52

01 Nov 11:21

Choose a tag to compare

LinuxServer Changes:

Add --domain-proxy support.
code-server Changes:

VS Code v1.50.0

Features

  • ⭐ We've updated from VS Code v1.49.3 to v1.50.0.
  • Allow remote shells other than ssh when using the install script #2220

Bug Fixes

  • Fix Docker image when using a custom UID #2223

v3.6.0-ls51

15 Oct 20:44

Choose a tag to compare

LinuxServer Changes:

Add --domain-proxy support.
code-server Changes:

VS Code v1.49.3

Features

  • ⭐ We've updated from VS Code v1.48.2 to v1.49.3.
  • Added /healthz endpoint for health checks #1940
  • We added a robots.txt #2080
  • ⭐ We added beta Coder Cloud integration.
    • It allows you to easily and securely expose code-server on any machine with HTTPS.
    • You must apply at coder/code-server#2137 to use!
  • The standalone releases now use node v12.18.4 from v12.18.3 #2175
  • You can now open files in an existing code-server instance on the cli from outside the code-server terminal #2099

Bug Fixes

  • ⭐ Language packs work again! #2058
  • ⭐ The docker image's $DOCKER_USER env variable works correctly now #2057
    • See usage in install.md. It allows you to pass through your preferred username into the container
  • We fixed an issue with the npm package not installing extension dependencies #2170
  • You can now bind to ipv6 addresses #2146

... Many more fixes, see commit history and milestone for complete details!

Cheers 🍻