chore: update CHANGELOG with v4.4.0

This commit is contained in:
Joe Previte 2022-05-06 08:44:49 -07:00
parent 9d1c8c7869
commit 6e2086dcd4
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 26 additions and 1 deletions

View File

@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Code v99.99.999
### Added
### Changed
### Added
### Deprecated
### Removed
### Fixed
@ -20,6 +20,31 @@ Code v99.99.999
-->
## [4.4.0](https://github.com/coder/code-server/releases/tag/v4.4.0) - 2022-05-06
Code v1.66.2
### Changed
- Refactored methods in `Heart` class and made `Heart.beat()` async to make
testing easier.
- Upgraded to Code 1.66.2.
### Added
- Added back telemetry patch which was removed in the Code reachitecture.
- Added support to use `true` for `CS_DISABLE_FILE_DOWNLOADS` environment
variable. This means you can disable file downloads by setting
`CS_DISABLE_FILE_DOWNLOADS` to `true` or `1`.
- Added tests for `Heart` class.
### Fixed
- Fixed installation issue in AUR after LICENSE rename.
- Fixed issue with listening on IPv6 addresses.
- Fixed issue with Docker publish action not being able to find artifacts. Now
it downloads the release assets from the release.
## [4.3.0](https://github.com/coder/code-server/releases/tag/v4.3.0) - 2022-04-14
Code v1.65.2