Skip to content

Releases: coder/code-server

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.

v4.114.0

04 Apr 08:19
5fe286e

Choose a tag to compare

Code v1.114.0

Changed

  • Updated to Code 1.114.0.

v4.113.1

03 Apr 20:13
82fe3a7

Choose a tag to compare

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

02 Apr 17:26
b27ceeb

Choose a tag to compare

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 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).