File tree Expand file tree Collapse file tree 1 file changed +19
-9
lines changed
Expand file tree Collapse file tree 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
2020
2121-->
2222
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
2424
2525Code v1.68.1
2626
27- ### Changed
27+ ### Security
2828
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.
3032
31- ### Added
33+ If all of the following apply to you please update as soon as possible:
3234
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.
3437
35- ### Fixed
38+ ### Changed
3639
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 ` ).
3847
39- ### Security
48+ ### Fixed
4049
41- TODO
50+ - Invoking ` code-server ` in the integrated terminal will now work instead of
51+ erroring about not finding Node.
4252
4353## [ 4.5.1] ( https://github.com/coder/code-server/releases/tag/v4.5.1 ) - 2022-07-18
4454
You can’t perform that action at this time.
0 commit comments