Skip to content

Releases: coder/code-server

v4.90.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 20:49
dce1d6e

Code v1.90.1

Changed

  • Updated to Code 1.90.1.

v4.90.1

Choose a tag to compare

@github-actions github-actions released this 13 Jun 01:13
a735495

Code v1.90.0

Fixed

  • Cache a call to get CPU information used in telemetry that could result in a
    lack responsiveness if it was particularly slow.

v4.90.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 18:01
0c802ba

Code v1.90.0

Changed

  • Updated to Code 1.90.0.
  • Updated Node to 20.11.1.

Added

  • Send contents to the clipboard in the integrated terminal by piping to
    code-server --stdin-to-clipboard or code-server -c.

    You may want to make this an alias:

    alias xclip="code-server --stdin-to-clipboard"
    echo -n "hello world" | xclip
    

v4.90.0-rc.1

v4.90.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jun 01:12
3b467de

Code v1.90.0

Changed

  • Updated to Code 1.90.0.
  • Updated Node to 20.11.1.

Added

  • Send contents to the clipboard in the integrated terminal by piping to
    code-server --stdin-to-clipboard or code-server -c.

    You may want to make this an alias:

    alias xclip="code-server --stdin-to-clipboard"
    echo -n "hello world" | xclip
    

v4.89.1

Choose a tag to compare

@github-actions github-actions released this 14 May 17:29
effc6e9

Code v1.89.1

Changed

  • Updated to Code 1.89.1.

v4.89.0

Choose a tag to compare

@github-actions github-actions released this 09 May 02:21
ab4b36f

Code v1.89.0

Changed

  • Updated to Code 1.89.0.

v4.89.0-rc.1

v4.89.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 May 22:20
ab4b36f

Code v1.89.0

Changed

  • Updated to Code 1.89.0.

v4.23.1

Choose a tag to compare

@github-actions github-actions released this 16 Apr 00:24
9a28bc2

Code v1.88.1

Changed

  • Updated to Code 1.88.1.

v4.23.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 20:47
73e615d

Code v1.88.0

Changed

  • Updated to Code 1.88.0.
  • Updated Node to 18.18.2.

Fixed

  • Fix masking the exit code when failing to install extensions on the command
    line outside the integrated terminal. Installing extensions inside the
    integrated terminal still masks the exit code and is an upstream bug.

v4.23.0-rc.2

v4.23.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Apr 02:20
73e615d

Code v1.88.0

Changed

  • Updated to Code 1.88.0.
  • Updated Node to 18.18.2.

Fixed

  • Fix masking the exit code when failing to install extensions on the command
    line outside the integrated terminal. Installing extensions inside the
    integrated terminal still masks the exit code and is an upstream bug.