File tree 1 file changed +24
-3
lines changed
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
20
20
21
21
-->
22
22
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
24
24
25
- Code v0.00.0
25
+ Code v1.64.2
26
+
27
+ ### Added
28
+
29
+ - Added tests for ` handleArgsSocketCatchError ` , ` setDefaults ` and
30
+ ` optionDescriptions ` .
26
31
27
32
### Changed
28
33
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 ` .
30
51
31
52
## [ 4.1.0] ( https://github.com/coder/code-server/releases/tag/v4.1.0 ) - 2022-03-03
32
53
You can’t perform that action at this time.
0 commit comments