All Versions
56
Latest Version
Avg Release Cycle
28 days
Latest Release
1522 days ago

Changelog History
Page 1

  • v99.0.0-testing

    February 18, 2020
  • v9.99.999 Changes

    September 09, 9090

    VS Code v99.99.999

    🔄 Changed

    ➕ Added

    🗄 Deprecated

    ✂ Removed

    🛠 Fixed

    🔒 Security

    -->

  • v9.0.0-testing

    May 08, 2020
  • v4.8.3 Changes

    November 07, 2022

    Code 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, 2022

    Code 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 setting CS_DISABLE_GETTING_STARTED_OVERRIDE=1 or CS_DISABLE_GETTING_STARTED_OVERRIDE=true.
  • v4.8.1 Changes

    October 28, 2022

    Code 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, 2022

    Code 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
  • v4.7.1 Changes

    September 30, 2022

    Code 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, 2022

    Code 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 of yarn

    ✂ 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