Skip to content

Commit 3b467de

Browse files
committed
Update changelog for 1.90.0
1 parent 6d9530a commit 3b467de

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,25 @@ Code v99.99.999
2222

2323
## Unreleased
2424

25+
Code v1.90.0
26+
27+
## Changed
28+
29+
- Updated to Code 1.90.0.
30+
- Updated Node to 20.11.1.
31+
32+
## Added
33+
34+
- Send contents to the clipboard in the integrated terminal by piping to
35+
`code-server --stdin-to-clipboard` or `code-server -c`.
36+
37+
You may want to make this an alias:
38+
39+
```
40+
alias xclip="code-server --stdin-to-clipboard"
41+
echo -n "hello world" | xclip
42+
```
43+
2544
## [4.89.1](https://github.com/coder/code-server/releases/tag/v4.89.1) - 2024-04-14
2645

2746
Code v1.89.1

Diff for: install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ install_npm() {
441441
return
442442
fi
443443
echoerr "Please install npm to install code-server!"
444-
echoerr "You will need at least node v18 and a few C dependencies."
444+
echoerr "You will need at least node v20 and a few C dependencies."
445445
echoerr "See the docs https://coder.com/docs/code-server/latest/install#npm"
446446

447447
exit 1

0 commit comments

Comments
 (0)