mirror of
https://github.com/coder/code-server.git
synced 2026-02-05 22:38:40 -06:00
-
3.2.0 Stable
released this
2020-04-29 15:22:11 -05:00 | 3075 commits to main since this release- 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
--hostand--portin favor of--bind-addrwhich takes the formhost: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-keyand--disable-sshflags from your scripts.
- You can remove the
- Fix extensions running in the browser not getting the correct storage path. #1551
- Allow
data:URIs in the CSP forfont-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