File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,34 @@ VS Code v99.99.999
2020
2121-->
2222
23- ## [ Unreleased ] ( https://github.com/coder/code-server/releases )
23+ ## [ 4.2.0 ] ( https://github.com/coder/code-server/releases/tag/v4.2.0 ) - 2022-03-22
2424
25- Code v0.00.0
25+ Code v1.64.2
26+
27+ ### Added
28+
29+ - Added tests for ` handleArgsSocketCatchError ` , ` setDefaults ` and
30+ ` optionDescriptions ` .
2631
2732### Changed
2833
29- - Add here
34+ - We switched from using the fork ` coder/vscode ` to a submodule of
35+ ` microsoft/vscode ` + patches managed by ` quilt ` for how Code sits inside the
36+ code-server codebase.
37+ - Upgraded to Code 1.64.2.
38+
39+ ### Fixed
40+
41+ - Update popup notification through ` --disable-update-check ` is now fixed.
42+ - Fixed PWA icons not loading on iPad
43+ - Fixed the homebrew release process. Our ` cdrci ` bot should now automatically
44+ update the version as part of the release pipeline.
45+ - Fixed titleBar color setting being ignored in PWA.
46+
47+ ### Security
48+
49+ - Updated to ` minimist-list ` .
50+ - Updated ` cloud-agent ` to ` v0.2.4 ` which uses ` nhooyr.io/webscoket ` ` v1.8.7 ` .
3051
3152## [ 4.1.0] ( https://github.com/coder/code-server/releases/tag/v4.1.0 ) - 2022-03-03
3253
You can’t perform that action at this time.
0 commit comments