All Versions
56
Latest Version
Avg Release Cycle
28 days
Latest Release
1500 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