All Versions
56
Latest Version
Avg Release Cycle
28 days
Latest Release
1748 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v99.0.0-testing
February 18, 2020 -
v9.99.999 Changes
September 09, 9090VS Code v99.99.999
๐ Changed
โ Added
๐ Deprecated
โ Removed
๐ Fixed
๐ Security
-->
-
v9.0.0-testing
May 08, 2020 -
v4.8.3 Changes
November 07, 2022Code v1.72.1
โ Added
- ๐ install script now supports arch-like (i.e. manjaro, endeavourous, etc.) architectures
๐ Changed
- โก๏ธ Updated text in the Getting Started page.
-
v4.8.2 Changes
November 02, 2022Code v1.72.1
โ Added
- ๐ New text in the Getting Started page with info about
coder/coder
. This is enabled by default but can be disabled by passing the CLI flag--disable-getting-started-override
or settingCS_DISABLE_GETTING_STARTED_OVERRIDE=1
orCS_DISABLE_GETTING_STARTED_OVERRIDE=true
.
- ๐ New text in the Getting Started page with info about
-
v4.8.1 Changes
October 28, 2022Code v1.72.1
๐ Fixed
- ๐ Fixed CSP error introduced in 4.8.0 that caused issues with webviews and most extensions.
-
v4.8.0 Changes
October 24, 2022Code v1.72.1
โ Added
- ๐ Support for the Ports panel which leverages code-server's built-in proxy. It
also uses
VSCODE_PROXY_URI
where{{port}}
is replace when forwarding a port. Example:VSCODE_PROXY_URI=https://{{port}}.kyle.dev
would forward an application running on localhost:3000 to https://3000.kyle.dev - ๐ Support for
--disable-workspace-trust
CLI flag - ๐ Support for
--goto
flag to open file @ line:column - โ Added Ubuntu-based images for Docker releases. If you run into issues with
PATH
being overwritten in Docker please try the Ubuntu image as this is a problem in the Debian base image.
๐ Changed
- โก๏ธ Updated Code to 1.72.1
๐ Fixed
- ๐ป Enabled
BROWSER
environment variable - Patched
asExternalUri
to work so now extensions run inside code-server can use it
- ๐ Support for the Ports panel which leverages code-server's built-in proxy. It
also uses
-
v4.7.1 Changes
September 30, 2022Code v1.71.2
๐ Changed
- โก๏ธ Updated Code to 1.71.2
๐ Fixed
- ๐ Fixed install script not upgrading code-server when already installed on RPM-based machines
- ๐ Fixed install script failing to gain root permissions on FreeBSD
-
v4.7.0 Changes
September 09, 2022Code v1.71.0
๐ Changed
- โก๏ธ Updated Code to 1.71.0
โ Removed
- โฌ๏ธ Dropped heartbeat patch because it was implemented upstream
๐ Fixed
- โ Add flags --unsafe-perm --legacy-peer-deps in
npm-postinstsall.sh
which ensures installing with npm works correctly
-
v4.6.1 Changes
Code v1.70.2
๐ Changed
- โก๏ธ Updated Code to 1.70.2
- โก๏ธ Updated
argon2
to 0.29.0 which should fix issues on FreeBSD - โก๏ธ Updated docs to suggest using
npm
instead ofyarn
โ Removed
- โฌ๏ธ Dropped database migration patch affected to 4.0.2 versions and earlier.
๐ Fixed
- ๐ Fixed preservation of
process.execArgv
which means you can pass--prof
to profile code-server