Skip to content

Releases: linuxserver/docker-code-server

v3.8.0-ls65

16 Jan 07:57

Choose a tag to compare

LinuxServer Changes:

Allow setting sudo password via hash using env var SUDO_PASSWORD_HASH.
code-server Changes:

VS Code v1.51.1

Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in ~/.local/share/code-server so that it is preserved in between
installations.

New Features

  • ⭐ We now support $HTTP_PROXY, $HTTPS_PROXY and $NO_PROXY! See the FAQ for details. #124
  • You can now store your password hashed in config.yaml! See the FAQ for details. #2225
  • You can now customize the Go Home button! See the FAQ for details. #2328
  • You can now use --ignore-last-opened to start code-server without a project directory #1951
  • Github login now works! #1883
  • FreeBSD is now supported by the build scripts! #2466
    • We don't have a FreeBSD release just yet but stay tuned! #2320
  • While --link is still in beta, you no longer have to sign up to use it! #2427
    • See --help for usage details.

Bug Fixes

  • ⭐ The extension host should stop crashing c15b526eff193039c49fd119aac72a93495b732e
  • Favicon size has been fixed #2401
  • $DOCKER_USER no longer crashes the container on restart #2267
  • install.sh now supports Amazon Linux correctly #2343
  • The bracket pair colorizer plugin works again #2197

Documentation

  • The README.md screenshot is now using Chrome to avoid misleading users on Safari support #2422
  • The iPad docs have seen significant additions on improving the experience #2404 #2472

Development

  • We've finally switched from the lib/vscode submodule to a git subtree! #1587
    • This is going to make updating to newer VS Code versions much easier.
    • Thanks @SPGoding for clarifying many of the details!
  • We now have a code tour of the repository! #2412
    • You can try it out by opening the code-server repository inside code-server.
  • We have two new members on the code-server team! Please welcome @jsjoeio and @oxy!

For the full set of changes see the commmit log here.

Happy Holidays! ☃️

v3.8.0-ls64

09 Jan 07:37

Choose a tag to compare

LinuxServer Changes:

Allow setting sudo password via hash using env var SUDO_PASSWORD_HASH.
code-server Changes:

VS Code v1.51.1

Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in ~/.local/share/code-server so that it is preserved in between
installations.

New Features

  • ⭐ We now support $HTTP_PROXY, $HTTPS_PROXY and $NO_PROXY! See the FAQ for details. #124
  • You can now store your password hashed in config.yaml! See the FAQ for details. #2225
  • You can now customize the Go Home button! See the FAQ for details. #2328
  • You can now use --ignore-last-opened to start code-server without a project directory #1951
  • Github login now works! #1883
  • FreeBSD is now supported by the build scripts! #2466
    • We don't have a FreeBSD release just yet but stay tuned! #2320
  • While --link is still in beta, you no longer have to sign up to use it! #2427
    • See --help for usage details.

Bug Fixes

  • ⭐ The extension host should stop crashing c15b526eff193039c49fd119aac72a93495b732e
  • Favicon size has been fixed #2401
  • $DOCKER_USER no longer crashes the container on restart #2267
  • install.sh now supports Amazon Linux correctly #2343
  • The bracket pair colorizer plugin works again #2197

Documentation

  • The README.md screenshot is now using Chrome to avoid misleading users on Safari support #2422
  • The iPad docs have seen significant additions on improving the experience #2404 #2472

Development

  • We've finally switched from the lib/vscode submodule to a git subtree! #1587
    • This is going to make updating to newer VS Code versions much easier.
    • Thanks @SPGoding for clarifying many of the details!
  • We now have a code tour of the repository! #2412
    • You can try it out by opening the code-server repository inside code-server.
  • We have two new members on the code-server team! Please welcome @jsjoeio and @oxy!

For the full set of changes see the commmit log here.

Happy Holidays! ☃️

v3.8.0-ls63

26 Dec 15:24
da3a74c

Choose a tag to compare

LinuxServer Changes:

Allow setting sudo password via hash using env var SUDO_PASSWORD_HASH.
code-server Changes:

VS Code v1.51.1

Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in ~/.local/share/code-server so that it is preserved in between
installations.

New Features

  • ⭐ We now support $HTTP_PROXY, $HTTPS_PROXY and $NO_PROXY! See the FAQ for details. #124
  • You can now store your password hashed in config.yaml! See the FAQ for details. #2225
  • You can now customize the Go Home button! See the FAQ for details. #2328
  • You can now use --ignore-last-opened to start code-server without a project directory #1951
  • Github login now works! #1883
  • FreeBSD is now supported by the build scripts! #2466
    • We don't have a FreeBSD release just yet but stay tuned! #2320
  • While --link is still in beta, you no longer have to sign up to use it! #2427
    • See --help for usage details.

Bug Fixes

  • ⭐ The extension host should stop crashing c15b526eff193039c49fd119aac72a93495b732e
  • Favicon size has been fixed #2401
  • $DOCKER_USER no longer crashes the container on restart #2267
  • install.sh now supports Amazon Linux correctly #2343
  • The bracket pair colorizer plugin works again #2197

Documentation

  • The README.md screenshot is now using Chrome to avoid misleading users on Safari support #2422
  • The iPad docs have seen significant additions on improving the experience #2404 #2472

Development

  • We've finally switched from the lib/vscode submodule to a git subtree! #1587
    • This is going to make updating to newer VS Code versions much easier.
    • Thanks @SPGoding for clarifying many of the details!
  • We now have a code tour of the repository! #2412
    • You can try it out by opening the code-server repository inside code-server.
  • We have two new members on the code-server team! Please welcome @jsjoeio and @oxy!

For the full set of changes see the commmit log here.

Happy Holidays! ☃️

v3.8.0-ls62

18 Dec 22:58

Choose a tag to compare

LinuxServer Changes:

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

VS Code v1.51.1

Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in ~/.local/share/code-server so that it is preserved in between
installations.

New Features

  • ⭐ We now support $HTTP_PROXY, $HTTPS_PROXY and $NO_PROXY! See the FAQ for details. #124
  • You can now store your password hashed in config.yaml! See the FAQ for details. #2225
  • You can now customize the Go Home button! See the FAQ for details. #2328
  • You can now use --ignore-last-opened to start code-server without a project directory #1951
  • Github login now works! #1883
  • FreeBSD is now supported by the build scripts! #2466
    • We don't have a FreeBSD release just yet but stay tuned! #2320
  • While --link is still in beta, you no longer have to sign up to use it! #2427
    • See --help for usage details.

Bug Fixes

  • ⭐ The extension host should stop crashing c15b526eff193039c49fd119aac72a93495b732e
  • Favicon size has been fixed #2401
  • $DOCKER_USER no longer crashes the container on restart #2267
  • install.sh now supports Amazon Linux correctly #2343
  • The bracket pair colorizer plugin works again #2197

Documentation

  • The README.md screenshot is now using Chrome to avoid misleading users on Safari support #2422
  • The iPad docs have seen significant additions on improving the experience #2404 #2472

Development

  • We've finally switched from the lib/vscode submodule to a git subtree! #1587
    • This is going to make updating to newer VS Code versions much easier.
    • Thanks @SPGoding for clarifying many of the details!
  • We now have a code tour of the repository! #2412
    • You can try it out by opening the code-server repository inside code-server.
  • We have two new members on the code-server team! Please welcome @jsjoeio and @oxy!

For the full set of changes see the commmit log here.

Happy Holidays! ☃️

v3.7.4-ls61

12 Dec 07:35

Choose a tag to compare

LinuxServer Changes:

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

VS Code v1.51.1

Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in ~/.local/share/code-server so that it is preserved in between
installations.

New Features

  • ⭐ Reconnection now happens in the background for the first attempt before prompting (about 5 seconds) #2381
  • New PWA icon #2383
  • Added --disable-update-check to disable upgrade notifications #2365

Bug Fixes

  • Fixed extension host crashing on non info errors #2366
  • Fix terminals attaching more than once #2382
  • ⭐ Update checks occur every 6 hours and notify once a week correctly now coder/code-server@0713fa9
    • Previously it was supposed to be once every 6 hours and then a notification every 48 hours but due to a missing 60 it ended up being a check every 6 minutes and a notification every 48 minutes.. So sorry about this!

Cheers! 🍻

v3.7.4-ls60

02 Dec 02:33

Choose a tag to compare

LinuxServer Changes:

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

VS Code v1.51.1

Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in ~/.local/share/code-server so that it is preserved in between
installations.

New Features

  • ⭐ Reconnection now happens in the background for the first attempt before prompting (about 5 seconds) #2381
  • New PWA icon #2383
  • Added --disable-update-check to disable upgrade notifications #2365

Bug Fixes

  • Fixed extension host crashing on non info errors #2366
  • Fix terminals attaching more than once #2382
  • ⭐ Update checks occur every 6 hours and notify once a week correctly now coder/code-server@0713fa9
    • Previously it was supposed to be once every 6 hours and then a notification every 48 hours but due to a missing 60 it ended up being a check every 6 minutes and a notification every 48 minutes.. So sorry about this!

Cheers! 🍻

v3.7.3-ls60

25 Nov 06:20

Choose a tag to compare

LinuxServer Changes:

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

VS Code v1.51.1

Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in ~/.local/share/code-server so that it is preserved in between
installations.

New Features

  • ⭐ The welcome page now contains help and links for code-server #2357
    Screen Shot 2020-11-24 at 1 25 05 PM
  • ⭐ code-server will now notify you to update when a new version is released #2358
    • It checks every 6 hours and will only notify you once every 48 hours.
      Screen Shot 2020-11-24 at 1 22 53 PM

Bug Fixes

  • ⭐ Settings and data are now correctly persisted to the remote file system instead of in browser #2208 #2231 #2279 #2274

Cheers! 🍻

v3.7.3-ls59

24 Nov 20:14
2bf7b5a

Choose a tag to compare

LinuxServer Changes:

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

VS Code v1.51.1

Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in ~/.local/share/code-server so that it is preserved in between
installations.

New Features

  • ⭐ The welcome page now contains help and links for code-server #2357
    Screen Shot 2020-11-24 at 1 25 05 PM
  • ⭐ code-server will now notify you to update when a new version is released #2358
    • It checks every 6 hours and will only notify you once every 48 hours.
      Screen Shot 2020-11-24 at 1 22 53 PM

Bug Fixes

  • ⭐ Settings and data are now correctly persisted to the remote file system instead of in browser #2208 #2231 #2279 #2274

Cheers! 🍻

v3.7.2-ls59

20 Nov 00:16
2bf7b5a

Choose a tag to compare

LinuxServer Changes:

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

VS Code v1.51.1

🔴 Security Vulnerability Disclosure 🔒

Please update your code-server instances as soon as possible!
v3.7.0 and v3.7.1 have a vulnerability in the static files endpoint that
could allow an attacker to fetch all files on your disk!
See coder/code-server@1827913

New Features

  • ⭐ We've upgraded VS Code to v1.51.1! #2340
  • You can now download files remotely #1386
  • The coder cloud agent will now pick the closest deployment to you in order to decrease latency

Bug Fixes

  • $PASSWORD works again #2316
  • Heartbeat file updates are now skipped on the /healthz endpoint #2327
  • Webviews now display correctly #2336
  • Service worker now loads correctly #2173
  • More minor fixes for regressions from the express rewrite, see the milestone for details.

Cheers! 🍻

v3.7.1-ls59

19 Nov 17:28
2bf7b5a

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! 🍻