File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212Code v99.99.999
1313
14- ### Added
1514### Changed
15+ ### Added
1616### Deprecated
1717### Removed
1818### Fixed
1919### Security
2020
2121-->
2222
23+ ## [ 4.4.0] ( https://github.com/coder/code-server/releases/tag/v4.4.0 ) - 2022-05-06
24+
25+ Code v1.66.2
26+
27+ ### Changed
28+
29+ - Refactored methods in ` Heart ` class and made ` Heart.beat() ` async to make
30+ testing easier.
31+ - Upgraded to Code 1.66.2.
32+
33+ ### Added
34+
35+ - Added back telemetry patch which was removed in the Code reachitecture.
36+ - Added support to use ` true ` for ` CS_DISABLE_FILE_DOWNLOADS ` environment
37+ variable. This means you can disable file downloads by setting
38+ ` CS_DISABLE_FILE_DOWNLOADS ` to ` true ` or ` 1 ` .
39+ - Added tests for ` Heart ` class.
40+
41+ ### Fixed
42+
43+ - Fixed installation issue in AUR after LICENSE rename.
44+ - Fixed issue with listening on IPv6 addresses.
45+ - Fixed issue with Docker publish action not being able to find artifacts. Now
46+ it downloads the release assets from the release.
47+
2348## [ 4.3.0] ( https://github.com/coder/code-server/releases/tag/v4.3.0 ) - 2022-04-14
2449
2550Code v1.65.2
You can’t perform that action at this time.
0 commit comments