Skip to content

3.2.0-ls39

Compare
Choose a tag to compare
@LinuxServer-CI LinuxServer-CI released this 29 Apr 22:23
· 272 commits to master since this release

LinuxServer Changes:

Structural changes required for v3.
code-server Changes:

  • 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 --host and --port in favor of --bind-addr which takes the form host:port. For example: --bind-addr localhost:8080. #1013
  • Add rate limiting to the login endpoint. #1320
  • Remove the built-in SSH server. #1502
  • Fix extensions running in the browser not getting the correct storage path. #1551
  • Allow data: URIs in the CSP for font-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