mirror of
https://github.com/coder/code-server.git
synced 2026-02-07 12:59:46 -06:00
-
v4.0.1 Stable
released this
2022-01-05 11:35:09 -06:00 | 0 commits to v4.0.1 since this releasev4.0.1
VS Code v1.63.0
code-server has been rebased on upstream's newly open-sourced server
implementation (#4414).Changed
- Web socket compression has been made the default (when supported). This means
the--enableflag will no longer takepermessage-deflateas an option. - The static endpoint can no longer reach outside code-server. However the
vscode-remote-resource endpoint still can. - OpenVSX has been made the default marketplace.
- The last opened folder/workspace is no longer stored separately in the
settings file (we rely on the already-existing query object instead). - The marketplace override environment variables
SERVICE_URLandITEM_URL
have been replaced with a singleEXTENSIONS_GALLERYvariable that
corresponds toextensionsGalleryin VS Code'sproduct.json.
Removed
- Extra extension directories have been removed. The
--extra-extensions-dir
and--extra-builtin-extensions-dirflags will no longer be accepted. - The
--install-sourceflag has been removed.
Deprecated
--linkis now deprecated (#4562).
Security
- We fixed a XSS vulnerability by escaping HTML from messages in the error page (#4430).
Cheers 🎉
New Contributors
- @AbdullahBinJahed made their first contribution in https://github.com/coder/code-server/pull/4230
- @jlandowner made their first contribution in https://github.com/coder/code-server/pull/4244
- @toddewilliams made their first contribution in https://github.com/coder/code-server/pull/4281
- @tianjianchn made their first contribution in https://github.com/coder/code-server/pull/4293
- @ChenJiaH made their first contribution in https://github.com/coder/code-server/pull/4369
- @mrfoxie made their first contribution in https://github.com/coder/code-server/pull/4336
- @im-coder-lg made their first contribution in https://github.com/coder/code-server/pull/4419
- @mauri made their first contribution in https://github.com/coder/code-server/pull/4430
- @arHSM made their first contribution in https://github.com/coder/code-server/pull/4472
- @JounQin made their first contribution in https://github.com/coder/code-server/pull/4546
- @Leask made their first contribution in https://github.com/coder/code-server/pull/4605
- @huangyoukun made their first contribution in https://github.com/coder/code-server/pull/4611
- @L3P3 made their first contribution in https://github.com/coder/code-server/pull/4579
- @elsbrock made their first contribution in https://github.com/coder/code-server/pull/4651
Full Changelog: https://github.com/coder/code-server/compare/v3.12.0...v4.0.1
Milestone: https://github.com/coder/code-server/milestone/34Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
code-server-4.0.1-amd64.rpm
211 MiB
-
code-server-4.0.1-arm64.rpm
210 MiB
-
code-server-4.0.1-armhfp.rpm
186 MiB
-
code-server-4.0.1-linux-amd64.tar.gz
181 MiB
-
code-server-4.0.1-linux-arm64.tar.gz
178 MiB
-
code-server-4.0.1-linux-armv7l.tar.gz
157 MiB
-
code-server-4.0.1-macos-amd64.tar.gz
172 MiB
-
code-server_4.0.1_amd64.deb
211 MiB
-
code-server_4.0.1_arm64.deb
210 MiB
-
code-server_4.0.1_armhf.deb
186 MiB
- Web socket compression has been made the default (when supported). This means