Skip to content

Commit 96d36b5

Browse files
committed
chore: update changelog
1 parent 960db54 commit 96d36b5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,29 @@ Code v99.99.999
2020
2121
-->
2222

23+
## [4.8.0](https://github.com/coder/code-server/releases/tag/v4.8.0) - 2022-10-24
24+
25+
Code v1.72.1
26+
27+
### Added
28+
29+
- Support for the Ports panel which leverages code-server's built-in proxy. It
30+
also uses `VSCODE_PROXY_URI` where `{{port}}` is replace when forwarding a port.
31+
Example: `VSCODE_PROXY_URI=https://{{port}}.kyle.dev` would forward an
32+
application running on localhost:3000 to https://3000.kyle.dev
33+
- support for `--disable-workspace-trust` CLI flag
34+
- support for `--goto` flag to open file @ line:column
35+
36+
### Changed
37+
38+
- Updated Code to 1.72.1
39+
40+
### Fixed
41+
42+
- Fixed bug in code-server (run with Docker) where PATH was always overwritten
43+
- Enalbed `BROWSER` environment variable
44+
- Patched `asExternalUri` to work so now extensions run inside code-server can use it
45+
2346
## [4.7.1](https://github.com/coder/code-server/releases/tag/v4.7.1) - 2022-09-30
2447

2548
Code v1.71.2

0 commit comments

Comments
 (0)