File tree 1 file changed +26
-1
lines changed
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
11
11
12
12
Code v99.99.999
13
13
14
- ### Added
15
14
### Changed
15
+ ### Added
16
16
### Deprecated
17
17
### Removed
18
18
### Fixed
19
19
### Security
20
20
21
21
-->
22
22
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
+
23
48
## [ 4.3.0] ( https://github.com/coder/code-server/releases/tag/v4.3.0 ) - 2022-04-14
24
49
25
50
Code v1.65.2
You can’t perform that action at this time.
0 commit comments