Skip to content

Commit a5d3212

Browse files
committed
docs(CHANGELOG): add 4.3.0
1 parent 2588f1e commit a5d3212

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

CHANGELOG.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010
## [9.99.999] - 9090-09-09
1111
12-
VS Code v99.99.999
12+
Code v99.99.999
1313
14-
### Changed
1514
### Added
15+
### Changed
1616
### Deprecated
1717
### Removed
1818
### Fixed
1919
### Security
2020
2121
-->
2222

23+
## [4.3.0](https://github.com/coder/code-server/releases/tag/v4.3.0) -
24+
25+
#2022-04-13
26+
27+
Code v1.65.2
28+
29+
### Changed
30+
31+
- Excluded .deb files from release Docker image which drops the compressed and
32+
uncompressed size by 58% and 34%. - Upgraded to Code 1.65.2.
33+
34+
### Added
35+
36+
- Added a new CLI flag called `--disable-file-downloads` which allows you to
37+
disable the "Download..." option that shows in the UI when right-clicking on a
38+
file. This can also set by running `CS_DISABLE_FILE_DOWNLOADS=1`. - Aligned the
39+
dependencies for binary and npm release artifacts.
40+
41+
### Fixed
42+
43+
- Fixed the code-server version from not displaying in the Help > About dialog.
44+
- Fixed issues with the TypeScript and JavaScript Language Features Extension
45+
failing to activate. - Fixed missing files in ipynb extension. - Fixed the
46+
homebrew release workflow. - Fixed the Docker release workflow from not always
47+
publishing version tags.
48+
2349
## [4.2.0](https://github.com/coder/code-server/releases/tag/v4.2.0) - 2022-03-22
2450

2551
Code v1.64.2

0 commit comments

Comments
 (0)