mirror of https://github.com/coder/code-server.git
fixup!: bullets in CHANGELOG
This commit is contained in:
parent
408e15aee0
commit
51a066dedc
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -29,22 +29,24 @@ Code v1.65.2
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Excluded .deb files from release Docker image which drops the compressed and
|
- Excluded .deb files from release Docker image which drops the compressed and
|
||||||
uncompressed size by 58% and 34%. - Upgraded to Code 1.65.2.
|
uncompressed size by 58% and 34%.
|
||||||
|
- Upgraded to Code 1.65.2.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added a new CLI flag called `--disable-file-downloads` which allows you to
|
- Added a new CLI flag called `--disable-file-downloads` which allows you to
|
||||||
disable the "Download..." option that shows in the UI when right-clicking on a
|
disable the "Download..." option that shows in the UI when right-clicking on a
|
||||||
file. This can also set by running `CS_DISABLE_FILE_DOWNLOADS=1`. - Aligned the
|
file. This can also set by running `CS_DISABLE_FILE_DOWNLOADS=1`.
|
||||||
dependencies for binary and npm release artifacts.
|
- Aligned the dependencies for binary and npm release artifacts.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed the code-server version from not displaying in the Help > About dialog.
|
- Fixed the code-server version from not displaying in the Help > About dialog.
|
||||||
- Fixed issues with the TypeScript and JavaScript Language Features Extension
|
- Fixed issues with the TypeScript and JavaScript Language Features Extension
|
||||||
failing to activate. - Fixed missing files in ipynb extension. - Fixed the
|
failing to activate.
|
||||||
homebrew release workflow. - Fixed the Docker release workflow from not always
|
- Fixed missing files in ipynb extension.
|
||||||
publishing version tags.
|
- Fixed the homebrew release workflow.
|
||||||
|
- Fixed the Docker release workflow from not always publishing version tags.
|
||||||
|
|
||||||
## [4.2.0](https://github.com/coder/code-server/releases/tag/v4.2.0) - 2022-03-22
|
## [4.2.0](https://github.com/coder/code-server/releases/tag/v4.2.0) - 2022-03-22
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue