Releases: coder/code-server
Releases · coder/code-server
v4.122.0
Code v1.122.0
Changed
- Update to Code 1.122.0
Fixed
--app-namewill now affect window titles within the editor (it is now used
as the value for${appName}in the title template) as well as some other
places like the help > about dialog.
Added
- App name can now be set with the
CODE_SERVER_APP_NAMEenvironment variable.
v4.121.0
Code v1.121.0
Changed
- Update to Code 1.121.0
v4.118.0
Code v1.118.0
Changed
- Update to Code 1.118.0
v4.117.0
Code v1.117.0
Changed
- Update to Code 1.117.0
v4.116.0
Code v1.116.0
Changed
- Update to Code 1.116.0
v4.115.0
Code v1.115.0
Changed
- Update to Code 1.115.0
v4.114.1
Code v1.114.0
Changed
- Ensure native modules are built from source so they use the correct version of
glibc. This should bring down the requirement from 2.34 back down to 2.28.
v4.114.0
Code v1.114.0
Changed
- Updated to Code 1.114.0.
v4.113.1
Code v1.113.0
This is a re-release of v4.113.0 but with the correct Node binaries for arm64
and armv7l. Previously they were packaging the amd64 Node binary due to a
mistake while refactoring CI to use more of the upstream build scripts.
v4.113.0
Code v1.113.0
Changed
- Update to Code 1.113.0.
- Trusted origins can now begin with
*.. For example,--trusted-origins '*.coder.com'will match bothcoder.comexactly and any domain that ends in
.coder.com.
Added
- Add the
--reconnection-grace-timeflag and pass it through to VS Code. This
configures how many seconds clients have to reconnect before the session is
permanently killed and a new connection must be made by reloading the
window. The default is 10800 (three hours).