mirror of
https://github.com/coder/code-server.git
synced 2026-02-06 09:20:52 -06:00
-
v3.4.0 Stable
released this
2020-05-27 18:21:15 -05:00 | 2931 commits to main since this releaseVS Code v1.45.1
Features
- We now have an install script for easy and automatic installation.
- It attempts to use the OS package manager if possible.
- See README.md#getting-started
libstdc++andlibgccare now bundled into Linux releases #1706- Linux releases's glibc minimum was mistakenly reported as v2.19 in the previous release but the actual minimum is v2.17.
icu4cis now bundled into macOS releases #1710- Docs and FAQ are more thorough.
- An extremely useful addition is FAQ.md#how-do-i-make-my-keyboard-shortcuts-work
- If you need an arm32 docker image right now, we recommend using linuxserver/docker-code-server (#1337)
Bug Fixes
-
You can now set
user-data-dirandextensions-dirinconfig.yaml#1676 -
Fixed a regression where
--install-extensionwas installing into the incorrect path #1713 -
We made some changes to make autoupdates from
v3.2.0work again.- To recap we removed autoupdating in
v3.3.0and restructured
the releases a bit which caused autoupdates onv3.2.0to break. See #1664 - To fix this:
- We added a symlink from
code-servertobin/code-serverto the root of the release. - We now upload duplicate release assets for the release naming scheme used by
v3.2.0.- i.e we have
macos-amd64anddarwin-x86_64as well aslinux-amd64andlinux-x86_64.
- i.e we have
- We added a symlink from
- In the next few weeks the symlinks and the duplicate release assets will be removed so
please update your scripts to use the new release scheme.
- To recap we removed autoupdating in
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
code-server-3.4.0-amd64.rpm
99 MiB
-
code-server-3.4.0-arm64.rpm
98 MiB
-
code-server-3.4.0-linux-amd64.tar.gz
71 MiB
-
code-server-3.4.0-linux-arm64.tar.gz
70 MiB
-
code-server-3.4.0-macos-amd64.tar.gz
67 MiB
-
code-server_3.4.0_amd64.deb
99 MiB
-
code-server_3.4.0_arm64.deb
99 MiB
- We now have an install script for easy and automatic installation.