Skip to content

Releases: coder/code-server

3.0.2

02 Apr 00:18
e480f65
Compare
Choose a tag to compare
  • First official release of v3.
  • Fixes running code-server in Google cloud shell.

VS Code version: 1.43.2

3.0.1

27 Mar 21:11
87ebf03
Compare
Choose a tag to compare
3.0.1 Pre-release
Pre-release

arm64 builds are back.

3.0.0

25 Mar 21:07
0a5687b
Compare
Choose a tag to compare
3.0.0 Pre-release
Pre-release

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

18 Jan 00:30
f51e045
Compare
Choose a tag to compare
  • VS Code 1.41.1
  • Arm64 builds

2.1692-vsc1.39.2

15 Nov 20:00
e14362f
Compare
Choose a tag to compare

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

2.1688-vsc1.39.2

07 Nov 23:54
2018024
Compare
Choose a tag to compare
  • 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

30 Oct 17:19
3d5db83
Compare
Choose a tag to compare
  • Fix intellisense and search (caused by mistyped scheme in URI transformer 😊)

2.1662-vsc1.39.2

29 Oct 23:00
Compare
Choose a tag to compare
  • 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

28 Oct 22:21
e229649
Compare
Choose a tag to compare
  • 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

25 Oct 22:47
f73e922
Compare
Choose a tag to compare
  • Fix blank --cert flag.
  • Fix viewing images.
  • Fix some issues with the markdown previewer.