Skip to content

Releases: linuxserver/docker-code-server

v3.4.0-ls46

29 May 18:19
Compare
Choose a tag to compare

LinuxServer Changes:

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

VS Code v1.45.1

Features

  • We now have an install script for easy and automatic installation.
  • libstdc++ and libgcc are now bundled into Linux releases #1706
  • Linux releases's glibc minimum was mistakenly reported as v2.19 in the previous release but the actual minimum is v2.17.
  • icu4c is now bundled into macOS releases #1710
  • Docs and FAQ are more thorough.
  • If you need an arm32 docker image right now, we recommend using linuxserver/docker-code-server (#1337)

Bug Fixes

  • You can now set user-data-dir and extension-dir in config.yaml #1676

  • Fixed a regression where --install-extension was installing into the incorrect path #1713

  • We made some changes to make autoupdates from v3.2.0 work again.

    • To recap we removed autoupdating in v3.3.0 and restructured
      the releases a bit which caused autoupdates on v3.2.0 to break. See #1664
    • To fix this:
      1. We added a symlink from code-server to bin/code-server to the root of the release.
      2. We now upload duplicate release assets for the release naming scheme used by v3.2.0.
        • i.e we have macos-amd64 and darwin-x86_64 as well as linux-amd64 and linux-x86_64.
    • In the next few weeks the symlinks and the duplicate release assets will be removed so
      please update your scripts to use the new release scheme.

v3.4.0-ls45

28 May 20:11
Compare
Choose a tag to compare

LinuxServer Changes:

Shrink images, install via yarn, fix arm32v7 build.
code-server Changes:

VS Code v1.45.1

Features

  • We now have an install script for easy and automatic installation.
  • libstdc++ and libgcc are now bundled into Linux releases #1706
  • Linux releases's glibc minimum was mistakenly reported as v2.19 in the previous release but the actual minimum is v2.17.
  • icu4c is now bundled into macOS releases #1710
  • Docs and FAQ are more thorough.
  • If you need an arm32 docker image right now, we recommend using linuxserver/docker-code-server (#1337)

Bug Fixes

  • You can now set user-data-dir and extension-dir in config.yaml #1676

  • Fixed a regression where --install-extension was installing into the incorrect path #1713

  • We made some changes to make autoupdates from v3.2.0 work again.

    • To recap we removed autoupdating in v3.3.0 and restructured
      the releases a bit which caused autoupdates on v3.2.0 to break. See #1664
    • To fix this:
      1. We added a symlink from code-server to bin/code-server to the root of the release.
      2. We now upload duplicate release assets for the release naming scheme used by v3.2.0.
        • i.e we have macos-amd64 and darwin-x86_64 as well as linux-amd64 and linux-x86_64.
    • In the next few weeks the symlinks and the duplicate release assets will be removed so
      please update your scripts to use the new release scheme.

3.0.1-ls28

25 May 20:13
Compare
Choose a tag to compare
3.0.1-ls28 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.3.1-ls43

21 May 20:56
Compare
Choose a tag to compare

LinuxServer Changes:

Shrink images, install via yarn, fix arm32v7 build.
code-server Changes:

VS Code v1.45.1

This release fixes bugs introduced with the release of v3.3.0

  • We've reverted to VS Code v1.45.1 due to bugs in v1.46 #1667
  • Accessing code-server from a web browser on Windows has been fixed #1642
  • Search in project has been fixed #1665
  • The glibc requirement on static releases has been lowered to v2.19 #1656
  • Added a symlink from code-server to bin/code-server to the root of the release to allow auto updates and user scripts to still work #1664
    • Please update your scripts to use bin/code-server instead.
    • In a few weeks this symlink will removed.

v3.3.1-ls42

20 May 20:05
Compare
Choose a tag to compare

LinuxServer Changes:

Switch to multi-arch images, install via npm.
code-server Changes:

VS Code v1.45.1

This release fixes bugs introduced with the release of v3.3.0

  • We've reverted to VS Code v1.45.1 due to bugs in v1.46 #1667
  • Accessing code-server from a web browser on Windows has been fixed #1642
  • Search in project has been fixed #1665
  • The glibc requirement on static releases has been lowered to v2.19 #1656

3.0.1-ls27

18 May 20:13
Compare
Choose a tag to compare
3.0.1-ls27 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.2.0-ls41

17 May 09:23
Compare
Choose a tag to compare

LinuxServer Changes:

Update start arguments.
code-server Changes:

  • Update node to the latest LTS (12.16.3).
  • Update VS Code to 1.44.2.
  • Allow extensions of any kind (for example, vscode-icons works again).
  • Deprecate --host and --port in favor of --bind-addr which takes the form host:port. For example: --bind-addr localhost:8080. #1013
  • Add rate limiting to the login endpoint. #1320
  • Remove the built-in SSH server. #1502
    • You can remove the --ssh-host-key and --disable-ssh flags from your scripts.
  • Fix extensions running in the browser not getting the correct storage path. #1551
  • Allow data: URIs in the CSP for font-src. #1530
  • Fix code-server script on macOS. #1537
  • Fix update errors not being show to the user. #1532
  • Allow specifying a workspace on the command line. #1535

3.0.1-ls26

04 May 20:13
Compare
Choose a tag to compare
3.0.1-ls26 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.2.0-ls40

30 Apr 00:05
684c6b6
Compare
Choose a tag to compare

LinuxServer Changes:

Update start arguments.
code-server Changes:

  • Update node to the latest LTS (12.16.3).
  • Update VS Code to 1.44.2.
  • Allow extensions of any kind (for example, vscode-icons works again).
  • Deprecate --host and --port in favor of --bind-addr which takes the form host:port. For example: --bind-addr localhost:8080. #1013
  • Add rate limiting to the login endpoint. #1320
  • Remove the built-in SSH server. #1502
  • Fix extensions running in the browser not getting the correct storage path. #1551
  • Allow data: URIs in the CSP for font-src. #1530
  • Fix code-server script on macOS. #1537
  • Fix update errors not being show to the user. #1532
  • Allow specifying a workspace on the command line. #1535

3.2.0-ls39

29 Apr 22:23
Compare
Choose a tag to compare

LinuxServer Changes:

Structural changes required for v3.
code-server Changes:

  • Update node to the latest LTS (12.16.3).
  • Update VS Code to 1.44.2.
  • Allow extensions of any kind (for example, vscode-icons works again).
  • Deprecate --host and --port in favor of --bind-addr which takes the form host:port. For example: --bind-addr localhost:8080. #1013
  • Add rate limiting to the login endpoint. #1320
  • Remove the built-in SSH server. #1502
  • Fix extensions running in the browser not getting the correct storage path. #1551
  • Allow data: URIs in the CSP for font-src. #1530
  • Fix code-server script on macOS. #1537
  • Fix update errors not being show to the user. #1532
  • Allow specifying a workspace on the command line. #1535