Skip to content

Commit

Permalink
chore: update CHANGELOG for 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Jan 4, 2022
1 parent e8f3c5a commit 261bf27
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ VS Code v99.99.999

## [Unreleased](https://github.com/cdr/code-server/releases)

VS Code v0.00.0

### Changed

- Add here

## [4.0.1](https://github.com/cdr/code-server/releases/tag/v4.0.1) - 2022-01-04

VS Code v1.63.0

code-server has been rebased on upstream's newly open-sourced server
Expand All @@ -31,15 +39,18 @@ implementation (#4414).

- Web socket compression has been made the default (when supported). This means
the `--enable` flag will no longer take `permessage-deflate` as an option.
- Extra extension directories have been removed. The `--extra-extensions-dir`
and `--extra-builtin-extensions-dir` flags will no longer be accepted.
- The `--install-source` flag has been removed.
- The static endpoint can no longer reach outside code-server. However the
vscode-remote-resource endpoint still can.
- OpenVSX has been made the default marketplace.
- The last opened folder/workspace is no longer stored separately in the
settings file (we rely on the already-existing query object instead).

## Removed

- Extra extension directories have been removed. The `--extra-extensions-dir`
and `--extra-builtin-extensions-dir` flags will no longer be accepted.
- The `--install-source` flag has been removed.

### Deprecated

- `--link` is now deprecated (#4562).
Expand Down

0 comments on commit 261bf27

Please sign in to comment.