We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97a815 commit 6ee1a80Copy full SHA for 6ee1a80
CHANGELOG.md
@@ -20,6 +20,24 @@ Code v99.99.999
20
21
-->
22
23
+## [4.6.1](https://github.com/coder/code-server/releases/tag/v4.6.1) - 2022-08-31
24
+
25
+Code v1.70.2
26
27
+### Changed
28
29
+- Updated Code to 1.70.2.
30
+- Updated `argon2` to 0.29.0 which should fix issues on FreeBSD.
31
+- Updated docs to suggest using `npm` instead of `yarn`
32
33
+### Removed
34
35
+- Dropped database migration patch affected to 4.0.2 versions and earlier.
36
37
+### Fixed
38
39
+- Fixed preservation of `process.execArgv` which means you can pass `--prof` to profile code-server.
40
41
## [4.6.0](https://github.com/coder/code-server/releases/tag/v4.6.0) - 2022-08-17
42
43
Code v1.70.1
0 commit comments