From cd513b4cf51ee9bd825a270dcebbf2b8fc999cf6 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 22 Mar 2022 14:24:26 -0700 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG.md | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e10f482..4b6b5f4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,13 +20,34 @@ VS Code v99.99.999 --> -## [Unreleased](https://github.com/coder/code-server/releases) +## [4.2.0](https://github.com/coder/code-server/releases/tag/v4.2.0) - 2022-03-22 -Code v0.00.0 +Code v1.64.2 + +### Added + +- Added tests for `handleArgsSocketCatchError`, `setDefaults` and + `optionDescriptions`. ### Changed -- Add here +- We switched from using the fork `coder/vscode` to a submodule of + `microsoft/vscode` + patches managed by `quilt` for how Code sits inside the + code-server codebase. +- Upgraded to Code 1.64.2. + +### Fixed + +- Update popup notification through `--disable-update-check` is now fixed. +- Fixed PWA icons not loading on iPad +- Fixed the homebrew release process. Our `cdrci` bot should now automatically + update the version as part of the release pipeline. +- Fixed titleBar color setting being ignored in PWA. + +### Security + +- Updated to `minimist-list`. +- Updated `cloud-agent` to `v0.2.4` which uses `nhooyr.io/webscoket` `v1.8.7`. ## [4.1.0](https://github.com/coder/code-server/releases/tag/v4.1.0) - 2022-03-03