Releases: coder/code-server
Releases · coder/code-server
2.1698-vsc1.41.1
- VS Code 1.41.1
- Arm64 builds
2.1692-vsc1.39.2
Increase default max memory and allow setting your own limit. Might help with some reports of crashes.
2.1688-vsc1.39.2
- 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
- Fix intellisense and search (caused by mistyped scheme in URI transformer 😊)
2.1662-vsc1.39.2
- 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
- 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
- Fix blank
--cert
flag. - Fix viewing images.
- Fix some issues with the markdown previewer.
2.1638-vsc1.39.2
V2 official release!
Important notes:
- SSL is no longer enabled by default. See https://github.com/cdr/code-server#encrypting-traffic-with-https.
- The password flag has changed. See https://github.com/cdr/code-server#authentication.
- The default port has changed to 8080.
- The current working directly is no longer opened. You can pass specify a directory to open when running
code-server
or you can use the?folder
query parameter in the URL.
See #857 for more details.
2.1637-vsc1.39.2
Update to 1.39.2!
2.1523-vsc1.38.1
Make --port 0
work.