coder/code-server
VS Code in the browser
30 Releases
Latest: 1w ago
v4.123.0Latest
📋 Changed
- Update to Code 1.123.0
- Microsoft dropped support for armhf remotes so there will no longer be any
- builds for armhf.
v4.122.1
📋 Changed
- Update to Code 1.122.1
v4.122.0
📋 Changed
- Update to Code 1.122.0
🐛 Fixed
- `--app-name` will 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_NAME` environment variable.
v4.121.0
📋 Changed
- Update to Code 1.121.0
v4.118.0
📋 Changed
- Update to Code 1.118.0
v4.117.0
📋 Changed
- Update to Code 1.117.0
v4.116.0
📋 Changed
- Update to Code 1.116.0
v4.115.0
📋 Changed
- Update to Code 1.115.0
v4.114.1
📋 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
📋 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
📋 Changed
- Update to Code 1.113.0.
- Trusted origins can now begin with `*.`. For example, `--trusted-origins
- '*.coder.com'` will match both `coder.com` exactly and any domain that ends in
- `.coder.com`.
✨ Added
- Add the `--reconnection-grace-time` flag 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).
v4.113.0-rc.3Pre-release
📋 Changed
- Update to Code 1.113.0.
- Trusted origins can now begin with `*.`. For example, `--trusted-origins
- '*.coder.com'` will match both `coder.com` exactly and any domain that ends in
- `.coder.com`.
✨ Added
- Add the `--reconnection-grace-time` flag 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).
- Hopefully the last RC, please pardon the dust while we work out the kinks in the new build process.
v4.113.0-rc.2Pre-release
📋 Changed
- Update to Code 1.113.0.
- Trusted origins can now begin with `*.`. For example, `--trusted-origins
- '*.coder.com'` will match both `coder.com` exactly and any domain that ends in
- `.coder.com`.
✨ Added
- Add the `--reconnection-grace-time` flag 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).
v4.113.0-rc.1Pre-release
📋 Changed
- Update to Code 1.113.0.
- Trusted origins can now begin with `*.`. For example, `--trusted-origins
- '*.coder.com'` will match both `coder.com` exactly and any domain that ends in
- `.coder.com`.
✨ Added
- Add the `--reconnection-grace-time` flag 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).
v4.112.0
📋 Changed
- Update to Code 1.112.0
- Remove config file path from the login screen to avoid leaking information.
v4.111.0
📋 Changed
- Update to Code 1.111.0
- `--app-name` now affects the error page title.
v4.110.1
📋 Changed
- Update to Code 1.110.1
v4.110.0
📋 Changed
- Update to Code 1.110.0
v4.110.0-rc.1Pre-release
📋 Changed
- Update to Code 1.110.0
v4.109.5
📋 Changed
- Update to Code 1.109.5
v4.109.2
📋 Changed
- Update to Code 1.109.2
v4.109.0
📋 Changed
- Update to Code 1.109.0
v4.109.0-rc.1Pre-release
📋 Changed
- Update to Code 1.109.0
v4.108.2
📋 Changed
- Update to Code 1.108.2
v4.108.1
📋 Changed
- Update to Code 1.108.1
v4.108.0
📋 Changed
- Update to Code 1.108.0
v4.108.0-rc.1Pre-release
📋 Changed
- Update to Code 1.108.0
v4.107.1
📋 Changed
- Update to Code 1.107.1
v4.107.0
📋 Changed
- Update to Code 1.107.0
✨ Added
- New `--cookie-suffix` flag that can be used to add a suffix to the cookie when
- using the built-in password authentication. You can use this to avoid
- collisions with other instances of code-server.
- Support a new property `authorizationHeaderToken` on the extension gallery
- configuration. This will be added to marketplace requests as a bearer token
- using the `Authorization` header.
