File tree 1 file changed +19
-9
lines changed
1 file changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -20,25 +20,35 @@ Code v99.99.999
20
20
21
21
-->
22
22
23
- ## [ 4.5.2] ( https://github.com/coder/code-server/releases/tag/v4.5.2 ) - Unreleased
23
+ ## [ 4.5.2] ( https://github.com/coder/code-server/releases/tag/v4.5.2 ) - 2022-08-15
24
24
25
25
Code v1.68.1
26
26
27
- ### Changed
27
+ ### Security
28
28
29
- TODO
29
+ - Fixed the proxy route not perfoming authentication. For example if you were
30
+ to run a development HTTP server using ` python -m http.server 8000 ` then it
31
+ would be accessible at ` my.domain/proxy/8000/ ` without any authentication.
30
32
31
- ### Added
33
+ If all of the following apply to you please update as soon as possible:
32
34
33
- TODO
35
+ - You run code-server with the built-in password authentication
36
+ - You run unprotected HTTP services on ports accessible by code-server.
34
37
35
- ### Fixed
38
+ ### Changed
36
39
37
- TODO
40
+ - Invoking ` code-server ` in the integrated terminal will now use the script that
41
+ comes with upstream Code. This means flags like ` --wait ` will be
42
+ automatically supported now. However the upstream script only has the ability
43
+ to interact with the running code-server and cannot spawn new instances. If
44
+ you need to spawn a new code-server from the integrated terminal please
45
+ specify the full path to code-server's usual script (for example
46
+ ` /usr/bin/code-server ` ).
38
47
39
- ### Security
48
+ ### Fixed
40
49
41
- TODO
50
+ - Invoking ` code-server ` in the integrated terminal will now work instead of
51
+ erroring about not finding Node.
42
52
43
53
## [ 4.5.1] ( https://github.com/coder/code-server/releases/tag/v4.5.1 ) - 2022-07-18
44
54
You can’t perform that action at this time.
0 commit comments