Releases: coder/code-server
Releases · coder/code-server
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.
2.1485-vsc1.38.1
2.1478-vsc1.38.1
Fixes extensions that try to use node_modules.asar
(#544).
2.1472-vsc1.38.1
See #857 for information on what has changed with v2.
1.1156-vsc1.33.1
1.1140-vsc1.33.1
Fix Darwin release not being included.