@@ -32,9 +32,42 @@ Code v0.00.0
32
32
33
33
Code v1.63.0
34
34
35
+ ### Added
36
+
37
+ - Support for injecting GitHub token into Code so extensions can make use of it.
38
+ This can be done with the ` GITHUB_TOKEN ` environment variable or ` github-auth `
39
+ in the config file.
40
+ - New flag ` --socket-mode ` allows setting the mode (file permissions) of the
41
+ socket created when using ` --socket ` .
42
+ - The version of Code bundled with code-server now appears when using the
43
+ ` --version ` flag. For example: `4.0.3
44
+ 5cdfe74686aa73e023f8354a9a6014eb30caa7dd with Code 1.63.0`. If you have been
45
+ parsing this flag for the version you might want to use ` --version --json `
46
+ instead as doing that will be more stable.
47
+
35
48
### Changed
49
+
50
+ - The workspace or folder passed on the CLI will now use the same redirect
51
+ method that the last opened workspace or folder uses. This means if you pass
52
+ something like ` code-server /path/to/dir ` you will now get a query parameter
53
+ added (like so: ` my-domain.tld?folder=/path/to/dir ` ), making it easier to edit
54
+ by hand and making it consistent with the last opened and menu open behaviors.
55
+ - The folder/workspace query parameter no longer has encoded slashes, making
56
+ them more readable and editable by hand. This was only affecting the last
57
+ opened behavior, not opens from the menu.
58
+
36
59
### Fixed
37
60
61
+ - Fix web sockets not connecting when using ` --cert ` .
62
+ - Prevent workspace state collisions when opening a workspace that shares the
63
+ same file path with another workspace on a different machine that shares the
64
+ same domain. This was causing files opened in one workspace to be "re-"opened
65
+ in the other workspace when that workspace was first opened.
66
+ - Pin the Express version which should make installing from npm work again.
67
+ - Propagate signals to code-server in the Docker image which means it should
68
+ stop more quickly and gracefully.
69
+ - Fix missing argon binaries in the standalone release on arm machines.
70
+
38
71
## [ 4.0.2] ( https://github.com/coder/code-server/releases/tag/v4.0.2 ) - 2022-01-27
39
72
40
73
Code v1.63.0
0 commit comments