Releases: coder/code-server
Releases · coder/code-server
v4.124.2
Code v1.124.2
Security
- Strip code-server's session token from the cookie before proxying to a local
port. Previously, when you used built-in password authentication, the cookie
would be sent to the local proxied port, which meant if the service was
malicious and not already running as your code-server user it could use the
cookie to log into code-server and execute commands as your code-server user.
Changed
- Update to Code 1.124.2
v4.123.0
Code v1.123.0
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
Code v1.122.1
Changed
- Update to Code 1.122.1
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.