Skip to content

Releases: coder/code-server

3.0.0

3.0.0 Pre-release
Pre-release

Choose a tag to compare

@nhooyr nhooyr released this 25 Mar 21:07
0a5687b

We're still working on arm64 builds (Travis appears to swallow the output and then terminates the build because there's no output).

V3 has some significant changes that will need to be accounted for in your
scripts.

  • We use semantic versioning now. The VS Code version will no longer be included
    in the tag or the release file name.

  • Releases are now loose files and are no longer packed into a single binary so
    be sure to move the entire directory. Inside the directory is an entry script
    code-server that will launch with the bundled Node.

    If you want to do something like put the entry script in /usr/bin and the
    code-server files in /usr/lib we recommend you use a symlink: ln -s /usr/lib/code-server/code-server /usr/bin/code-server.

    You can also run code-server with your own Node binary instead of the bundled
    one: node /path/to/code-server/out/node/entry.js.

  • V2 cannot update to V3 automatically due to the structural changes so you’ll
    need to manually download and restart code-server in order to update.

  • If you want to build or develop please check out
    https://github.com/cdr/code-server/blob/3.0.0/doc/CONTRIBUTING.md as the steps
    have changed.

2.1698-vsc1.41.1

Choose a tag to compare

@code-asher code-asher released this 18 Jan 00:30
f51e045
  • VS Code 1.41.1
  • Arm64 builds

2.1692-vsc1.39.2

Choose a tag to compare

@kylecarbs kylecarbs released this 15 Nov 20:00
e14362f

Increase default max memory and allow setting your own limit. Might help with some reports of crashes.

2.1688-vsc1.39.2

Choose a tag to compare

@kylecarbs kylecarbs released this 07 Nov 23:54
2018024
  • Fix passwords with semicolons (and potentially other characters).
  • Fix potential infinite login redirect.
  • Add missing telemetry option (to allow disabling extension telemetry).
  • Fix inability to activate extensions on an insecure domain on Chrome & Safari.
  • Fix automatic updating.
  • Add meta tag to allow full screen in iOS.

2.1665-vsc1.39.2

Choose a tag to compare

@kylecarbs kylecarbs released this 30 Oct 17:19
3d5db83
  • Fix intellisense and search (caused by mistyped scheme in URI transformer 😊)

2.1662-vsc1.39.2

Choose a tag to compare

@kylecarbs kylecarbs released this 29 Oct 23:00
  • Fix inner process not exiting when parent exits.
  • Fix matching against the file scheme (fixes extensions that provide functionality based on the scheme).

2.1655-vsc1.39.2

Choose a tag to compare

@kylecarbs kylecarbs released this 28 Oct 22:21
e229649
  • Add heartbeat file.
  • Accept a workspace file from the command line.
  • Properly surface exit codes.
  • Fix unauthorized resource access.
  • Fix passwords that contain a =.
  • Fix issues when running code-server from within code-server's terminal.

2.1650-vsc1.39.2

Choose a tag to compare

@kylecarbs kylecarbs released this 25 Oct 22:47
f73e922
  • Fix blank --cert flag.
  • Fix viewing images.
  • Fix some issues with the markdown previewer.

2.1638-vsc1.39.2

Choose a tag to compare

@kylecarbs kylecarbs released this 24 Oct 18:25
e7945be

V2 official release!

Important notes:

See #857 for more details.

2.1637-vsc1.39.2

2.1637-vsc1.39.2 Pre-release
Pre-release

Choose a tag to compare

@kylecarbs kylecarbs released this 24 Oct 16:10
91f49e1

Update to 1.39.2!