Skip to content

Releases: coder/code-server

1.854-vsc1.33.1

17 Apr 22:45
c3a38e3
Compare
Choose a tag to compare

Additions

  • Opt-out telemetry (/pull/519)
  • Caching via service worker (#138)
  • --install-extension flag (#484)
  • PORT environment variable (/pull/502)

Bug fixes

  • Markdown preview and outline (#406, #296)
  • Relative URLs (#497)
  • Create various necessary paths and files that might be missing during startup (#453, #499, #116)
  • Various open file/folder issues (#249)
  • No more __webpack_hmr requests in the Docker container

Quality of life

  • Update to Node 10.15.1
  • Update VS Code to 1.33.1
  • Confirm before closing the browser tab (to help those with ctrl+w embedded in muscle memory)
  • Enter key works to log in now
  • Make errors about netstat and ports in use more explicit
  • Add common utilities to the Docker image

1.792-vsc1.33.1

14 Apr 16:16
Compare
Choose a tag to compare
1.792-vsc1.33.1 Pre-release
Pre-release
  • Update to vscode 1.33.1
  • Fix reading text via electron fill

1.696-vsc1.33.0

07 Apr 21:25
Compare
Choose a tag to compare
1.696-vsc1.33.0 Pre-release
Pre-release

Fix diagnostics not appearing.

1.691-vsc1.33.0

06 Apr 15:05
a1136b3
Compare
Choose a tag to compare
1.691-vsc1.33.0 Pre-release
Pre-release

Updates to VS Code 1.33.0 🎊

1.604-vsc1.32.0

04 Apr 14:15
Compare
Choose a tag to compare

1.408-vsc1.32.0

27 Mar 02:34
Compare
Choose a tag to compare
  • Reduce baseline CPU/memory usage
  • Improve performance significantly
  • Fix debugging
  • Replace oclif CLI with commander (primarily for syntax and usability reasons)
  • Replace nexe with nbin to improve reliability

1.32.0-310

19 Mar 17:57
Compare
Choose a tag to compare

Fix debugging 🛠️🐞

1.32.0-282

15 Mar 05:20
Compare
Choose a tag to compare
Fix #251

1.32.0-275

14 Mar 23:46
Compare
Choose a tag to compare

Improves performance by reducing client bundle-size.

Before it was 10mb now 2mb 🎊

1.32.0-245

12 Mar 21:29
6c8e513
Compare
Choose a tag to compare
Fill remainder of graceful-fs

It's just fs. Used by fs-extra.