Releases: coder/code-server
Releases · coder/code-server
v4.90.0-rc.1
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
orcode-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
Code v1.89.1
Changed
- Updated to Code 1.89.1.
v4.89.0
Code v1.89.0
Changed
- Updated to Code 1.89.0.
v4.89.0-rc.1
Code v1.89.0
Changed
- Updated to Code 1.89.0.
v4.23.1
Code v1.88.1
Changed
- Updated to Code 1.88.1.
v4.23.0
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
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.1
Code v1.88.0
Changed
- Updated to Code 1.88.0.
- Updated Node to 18.18.2.
v4.22.1
Code v1.87.2
Changed
- Updated to Code 1.87.2.
- Enable keep-alive for proxy agent.
v4.22.1-rc.2
Code v1.87.2
Changed
- Updated to Code 1.87.2.
- Enable keep-alive for proxy agent.