@@ -40,14 +40,14 @@ Code v1.63.0
4040- New flag ` --socket-mode ` allows setting the mode (file permissions) of the
4141 socket created when using ` --socket ` .
4242- 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 ` .
4444 If you have been parsing this flag for the version you might want to use
4545 ` --version --json ` instead as doing that will be more stable.
4646
4747### Changed
4848
4949- 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
5151 something like ` code-server /path/to/dir ` you will now get a query parameter
5252 added (like so: ` my-domain.tld?folder=/path/to/dir ` ), making it easier to edit
5353 by hand and making it consistent with the last opened and menu open behaviors.
@@ -61,11 +61,11 @@ Code v1.63.0
6161- Prevent workspace state collisions when opening a workspace that shares the
6262 same file path with another workspace on a different machine that shares the
6363 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.
6565- Pin the Express version which should make installing from npm work again.
6666- Propagate signals to code-server in the Docker image which means it should
6767 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.
6969
7070## [ 4.0.2] ( https://github.com/coder/code-server/releases/tag/v4.0.2 ) - 2022-01-27
7171
0 commit comments