@@ -40,14 +40,14 @@ Code v1.63.0
40
40
- New flag ` --socket-mode ` allows setting the mode (file permissions) of the
41
41
socket created when using ` --socket ` .
42
42
- The version of Code bundled with code-server now appears when using the
43
- ` --version ` flag. For example: ` 4.0.3 5cdfe74686aa73e023f8354a9a6014eb30caa7dd with Code 1.63.0 ` .
43
+ ` --version ` flag. For example: ` 4.0.2 5cdfe74686aa73e023f8354a9a6014eb30caa7dd with Code 1.63.0 ` .
44
44
If you have been parsing this flag for the version you might want to use
45
45
` --version --json ` instead as doing that will be more stable.
46
46
47
47
### Changed
48
48
49
49
- The workspace or folder passed on the CLI will now use the same redirect
50
- method that the last opened workspace or folder uses. This means if you pass
50
+ method that the last opened workspace or folder uses. This means if you use
51
51
something like ` code-server /path/to/dir ` you will now get a query parameter
52
52
added (like so: ` my-domain.tld?folder=/path/to/dir ` ), making it easier to edit
53
53
by hand and making it consistent with the last opened and menu open behaviors.
@@ -61,11 +61,11 @@ Code v1.63.0
61
61
- Prevent workspace state collisions when opening a workspace that shares the
62
62
same file path with another workspace on a different machine that shares the
63
63
same domain. This was causing files opened in one workspace to be "re-"opened
64
- in the other workspace when that workspace was first opened.
64
+ in the other workspace when the other workspace is opened.
65
65
- Pin the Express version which should make installing from npm work again.
66
66
- Propagate signals to code-server in the Docker image which means it should
67
67
stop more quickly and gracefully.
68
- - Fix missing argon binaries in the standalone release on arm machines.
68
+ - Fix missing argon binaries in the standalone releases on arm machines.
69
69
70
70
## [ 4.0.2] ( https://github.com/coder/code-server/releases/tag/v4.0.2 ) - 2022-01-27
71
71
0 commit comments