File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,38 @@ Code v99.99.999
2020
2121-->
2222
23+ ## [ 4.5.1] ( https://github.com/coder/code-server/releases/tag/v4.5.1 ) - 2022-07-18
24+
25+ Code v1.68.1
26+
27+ ### Changed
28+
29+ - We now use ` release/v<0.0.0> ` for the release branch name so it doesn't
30+ conflict with the tag name
31+ - Added ` .prettierignore ` to ignore formatting files in ` lib/vscode `
32+
33+ ### Added
34+
35+ - Allow more comprehensive affinity config in Helm chart
36+ - Added custom message in Homebrew PR to make sure code-server maintainers are
37+ tagged
38+ - Allow setting ` priorityClassName ` via Helm chart
39+ - Added troubleshooting docs to ` CONTRIBUTING.md `
40+
41+ ### Fixed
42+
43+ - Removed default memory limit which was set via ` NODE_OPTIONS `
44+ - Changed output in pipe to make it easier to debug code-server when doing live
45+ edits
46+ - Fixed display-language patch to use correct path which broke in 4.5.0
47+ - Fixed multiple code-server windows opening when using the code-server CLI in
48+ the Integrated Terminal
49+ - Fixed Integrated Terminal not working when web base was not the root path
50+
51+ ### Security
52+
53+ - Updated ` glob-parent ` version in dependencies
54+
2355## [ 4.5.0] ( https://github.com/coder/code-server/releases/tag/v4.5.0 ) - 2022-06-29
2456
2557Code v1.68.1
You can’t perform that action at this time.
0 commit comments