mirror of
https://github.com/coder/code-server.git
synced 2026-02-08 05:50:58 -06:00
-
v4.4.0 Stable
released this
2022-05-06 12:37:15 -05:00 | 769 commits to main since this releasev4.4.0
VS Code v1.66.2
Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in~/.local/share/code-serverso that it is preserved in between
installations.Changed
- Refactored methods in
Heartclass and madeHeart.beat()async to make
testing easier. - Upgraded to Code 1.66.2.
- code-server now runs on Node v16 due to the requirements changing in Code.
Added
- Added back telemetry patch which was removed in the Code reachitecture.
- Added support to use
trueforCS_DISABLE_FILE_DOWNLOADSenvironment
variable. This means you can disable file downloads by setting
CS_DISABLE_FILE_DOWNLOADStotrueor1. - Added tests for
Heartclass.
Fixed
- Fixed installation issue in AUR after LICENSE rename.
- Fixed issue with listening on IPv6 addresses.
- Fixed issue with Docker publish action not being able to find artifacts. Now
it downloads the release assets from the release.
New Contributors
- @azriel-stephen made their first contribution in https://github.com/coder/code-server/pull/4981
- @cjtim made their first contribution in https://github.com/coder/code-server/pull/5045
- @dwahler made their first contribution in https://github.com/coder/code-server/pull/5068
- @rileycalhoun made their first contribution in https://github.com/coder/code-server/pull/5079
- @neilnaveen made their first contribution in https://github.com/coder/code-server/pull/5090
- @thx2001r made their first contribution in https://github.com/coder/code-server/pull/5078
- @awfulcooking made their first contribution in https://github.com/coder/code-server/pull/5133
Full Changelog: https://github.com/coder/code-server/compare/v4.1.0...v4.4.0
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
code-server-4.4.0-amd64.rpm
124 MiB
-
code-server-4.4.0-arm64.rpm
115 MiB
-
code-server-4.4.0-armhfp.rpm
105 MiB
-
code-server-4.4.0-linux-amd64.tar.gz
93 MiB
-
code-server-4.4.0-linux-arm64.tar.gz
85 MiB
-
code-server-4.4.0-linux-armv7l.tar.gz
78 MiB
-
code-server-4.4.0-macos-amd64.tar.gz
84 MiB
-
code-server_4.4.0_amd64.deb
124 MiB
-
code-server_4.4.0_arm64.deb
116 MiB
-
code-server_4.4.0_armhf.deb
105 MiB
- Refactored methods in