Skip to content

Releases: coder/code-server

v4.124.2

16 Jun 08:16
9fe7eb7

Choose a tag to compare

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

03 Jun 21:40
77d880d

Choose a tag to compare

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

02 Jun 10:44
7be257b

Choose a tag to compare

Code v1.122.1

Changed

  • Update to Code 1.122.1

v4.122.0

28 May 23:59
d98fcd3

Choose a tag to compare

Code v1.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

20 May 22:54
2114937

Choose a tag to compare

Code v1.121.0

Changed

  • Update to Code 1.121.0

v4.118.0

06 May 21:42
871f1d9

Choose a tag to compare

Code v1.118.0

Changed

  • Update to Code 1.118.0

v4.117.0

23 Apr 19:58
ddeb0a3

Choose a tag to compare

Code v1.117.0

Changed

  • Update to Code 1.117.0

v4.116.0

16 Apr 19:11
be537ce

Choose a tag to compare

Code v1.116.0

Changed

  • Update to Code 1.116.0

v4.115.0

08 Apr 21:45
1c6fb2d

Choose a tag to compare

Code v1.115.0

Changed

  • Update to Code 1.115.0

v4.114.1

06 Apr 20:54
4af6408

Choose a tag to compare

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.