Skip to content

Commit

Permalink
Update changelog for 1.90.0
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Jun 6, 2024
1 parent 6d9530a commit 3b467de
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,25 @@ Code v99.99.999

## Unreleased

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
```

## [4.89.1](https://github.com/coder/code-server/releases/tag/v4.89.1) - 2024-04-14

Code v1.89.1
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ install_npm() {
return
fi
echoerr "Please install npm to install code-server!"
echoerr "You will need at least node v18 and a few C dependencies."
echoerr "You will need at least node v20 and a few C dependencies."
echoerr "See the docs https://coder.com/docs/code-server/latest/install#npm"

exit 1
Expand Down

0 comments on commit 3b467de

Please sign in to comment.