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

Changelog History
Page 2

  • v4.6.0 Changes

    August 17, 2022

    Code v1.70.1

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated Code to 1.70.1.

    โž• Added

    • โž• Added a heartbeat to sockets. This should prevent them from getting closed by reverse proxy timeouts when idle like NGINX's default 60-second timeout.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed logout option appearing even when authentication is disabled.
  • v4.5.2 Changes

    August 15, 2022

    Code v1.68.1

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fixed the proxy route not performing authentication. For example if you were to run a development HTTP server using python -m http.server 8000 then it would be accessible at my.domain/proxy/8000/ without any authentication.

    If all of the following apply to you please update as soon as possible:

    • You run code-server with the built-in password authentication.
    • You run unprotected HTTP services on ports accessible by code-server.

    ๐Ÿ”„ Changed

    • Invoking code-server in the integrated terminal will now use the script that comes with upstream Code. This means flags like --wait will be automatically supported now. However the upstream script only has the ability to interact with the running code-server and cannot spawn new instances. If you need to spawn a new code-server from the integrated terminal please specify the full path to code-server's usual script (for example /usr/bin/code-server).

    ๐Ÿ›  Fixed

    • Invoking code-server in the integrated terminal will now work instead of erroring about not finding Node.
  • v4.5.1 Changes

    July 18, 2022

    Code v1.68.1

    ๐Ÿ”„ Changed

    • ๐Ÿš€ We now use release/v<0.0.0> for the release branch name so it doesn't conflict with the tag name
    • โž• Added .prettierignore to ignore formatting files in lib/vscode

    โž• Added

    • ๐Ÿ‘ Allow more comprehensive affinity config in Helm chart
    • โž• Added custom message in Homebrew PR to make sure code-server maintainers are tagged
    • ๐Ÿ‘ Allow setting priorityClassName via Helm chart
    • โž• Added troubleshooting docs to CONTRIBUTING.md

    ๐Ÿ›  Fixed

    • โœ‚ Removed default memory limit which was set via NODE_OPTIONS
    • ๐Ÿ”„ Changed output in pipe to make it easier to debug code-server when doing live edits
    • ๐Ÿ›  Fixed display-language patch to use correct path which broke in 4.5.0
    • ๐Ÿ›  Fixed multiple code-server windows opening when using the code-server CLI in the Integrated Terminal
    • ๐Ÿ›  Fixed Integrated Terminal not working when web base was not the root path

    ๐Ÿ”’ Security

    • โšก๏ธ Updated glob-parent version in dependencies
  • v4.5.0 Changes

    June 29, 2022

    Code v1.68.1

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated codecov to use codecov uploader
    • ๐Ÿšš Moved integration tests to Jest
    • ๐Ÿ›  Fixed docker release to only download .deb
    • โฌ†๏ธ Upgraded to Code 1.68.1
    • Install nfpm from GitHub
    • โฌ†๏ธ Upgraded to TypeScript 4.6

    โž• Added

    • โž• Added tests for open, isWsl, handlePasswordValidation
    • ๐Ÿณ Provided alternate image registry to dockerhub
    • ๐Ÿ‘ Allowed users to have scripts run on container with ENTRYPOINTD environment variable

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed open CLI command to work on macOS
  • v4.4.0 Changes

    May 06, 2022

    Code v1.66.2

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Refactored methods in Heart class and made Heart.beat() async to make testing easier.
    • โฌ†๏ธ Upgraded to Code 1.66.2.

    โž• Added

    • โž• Added back telemetry patch which was removed in the Code reachitecture.
    • Added support to use true for CS_DISABLE_FILE_DOWNLOADS environment variable. This means you can disable file downloads by setting CS_DISABLE_FILE_DOWNLOADS to true or 1.
    • โž• Added tests for Heart class.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed installation issue in AUR after LICENSE rename.
    • ๐Ÿ›  Fixed issue with listening on IPv6 addresses.
    • ๐Ÿ›  Fixed issue with Docker publish action not being able to find artifacts. Now it downloads the release assets from the release.
  • v4.3.0 Changes

    April 14, 2022

    Code v1.65.2

    ๐Ÿ”„ Changed

    • ๐Ÿš€ Excluded .deb files from release Docker image which drops the compressed and uncompressed size by 58% and 34%.
    • โฌ†๏ธ Upgraded to Code 1.65.2.

    โž• Added

    • โž• Added a new CLI flag called --disable-file-downloads which allows you to disable the "Download..." option that shows in the UI when right-clicking on a file. This can also set by running CS_DISABLE_FILE_DOWNLOADS=1.
    • ๐Ÿš€ Aligned the dependencies for binary and npm release artifacts.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed the code-server version from not displaying in the Help > About dialog.
    • ๐Ÿ›  Fixed issues with the TypeScript and JavaScript Language Features Extension failing to activate.
    • ๐Ÿ›  Fixed missing files in ipynb extension.
    • ๐Ÿ›  Fixed the homebrew release workflow.
    • ๐Ÿ›  Fixed the Docker release workflow from not always publishing version tags.
  • v4.2.0 Changes

    March 22, 2022

    Code v1.64.2

    โž• Added

    • โž• Added tests for handleArgsSocketCatchError, setDefaults and optionDescriptions.

    ๐Ÿ”„ Changed

    • We switched from using the fork coder/vscode to a submodule of microsoft/vscode + patches managed by quilt for how Code sits inside the code-server codebase.
    • โฌ†๏ธ Upgraded to Code 1.64.2.

    ๐Ÿ›  Fixed

    • โšก๏ธ Update popup notification through --disable-update-check is now fixed.
    • ๐Ÿ›  Fixed PWA icons not loading on iPad
    • ๐Ÿ›  Fixed the homebrew release process. Our cdrci bot should now automatically update the version as part of the release pipeline.
    • ๐Ÿ›  Fixed titleBar color setting being ignored in PWA.

    ๐Ÿ”’ Security

    • โšก๏ธ Updated to minimist-list.
    • โšก๏ธ Updated cloud-agent to v0.2.4 which uses nhooyr.io/webscoket v1.8.7.
  • v4.1.0 Changes

    March 03, 2022

    Code v1.63.0

    โž• Added

    • ๐Ÿ‘Œ Support for injecting GitHub token into Code so extensions can make use of it. This can be done with the GITHUB_TOKEN environment variable or github-auth in the config file.
    • ๐Ÿ†• New flag --socket-mode allows setting the mode (file permissions) of the socket created when using --socket.
    • The version of Code bundled with code-server now appears when using the --version flag. For example: 4.0.2 5cdfe74686aa73e023f8354a9a6014eb30caa7dd with Code 1.63.0. If you have been parsing this flag for the version you might want to use --version --json instead as doing that will be more stable.

    ๐Ÿ”„ Changed

    • The workspace or folder passed on the CLI will now use the same redirect method that the last opened workspace or folder uses. This means if you use something like code-server /path/to/dir you will now get a query parameter added (like so: my-domain.tld?folder=/path/to/dir), making it easier to edit by hand and making it consistent with the last opened and menu open behaviors.
    • The folder/workspace query parameter no longer has encoded slashes, making them more readable and editable by hand. This was only affecting the last opened behavior, not opens from the menu.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix web sockets not connecting when using --cert.
    • Prevent workspace state collisions when opening a workspace that shares the same file path with another workspace on a different machine that shares the same domain. This was causing files opened in one workspace to be "re-"opened in the other workspace when the other workspace is opened.
    • ๐Ÿ“Œ Pin the Express version which should make installing from npm work again.
    • ๐Ÿšฆ Propagate signals to code-server in the Docker image which means it should stop more quickly and gracefully.
    • ๐Ÿ›  Fix missing argon binaries in the standalone releases on arm machines.
  • v4.0.2 Changes

    January 27, 2022

    Code v1.63.0

    ๐Ÿ›  Fixed

    • ๐Ÿ’ป Unset the BROWSER environment variable. This fixes applications that hard exit when trying to spawn the helper script BROWSER points to because the file is missing. While we do include the script now we are leaving the variable omitted because the script does not work yet.
  • v4.0.1 Changes

    January 04, 2022

    VS Code v1.63.0

    code-server has been rebased on upstream's newly open-sourced server implementation (#4414).

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Web socket compression has been made the default (when supported). This means the --enable flag will no longer take permessage-deflate as an option.
    • The static endpoint can no longer reach outside code-server. However the vscode-remote-resource endpoint still can.
    • 0๏ธโƒฃ OpenVSX has been made the default marketplace.
    • The last opened folder/workspace is no longer stored separately in the settings file (we rely on the already-existing query object instead).
    • The marketplace override environment variables SERVICE_URL and ITEM_URL have been replaced with a single EXTENSIONS_GALLERY variable that corresponds to extensionsGallery in VS Code's product.json.

    โž• Added

    • VSCODE_PROXY_URI env var for use in the terminal and extensions.

    โœ‚ Removed

    • ๐Ÿšš Extra extension directories have been removed. The --extra-extensions-dir and --extra-builtin-extensions-dir flags will no longer be accepted.
    • ๐Ÿšš The --install-source flag has been removed.

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ --link is now deprecated (#4562).

    ๐Ÿ”’ Security

    • ๐Ÿ›  We fixed a XSS vulnerability by escaping HTML from messages in the error page (#4430).