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

Changelog History
Page 4

  • v3.7.0 Changes

    November 16, 2020

    VS Code v1.50.0

    ๐Ÿ”‹ Features

    • ๐Ÿฑ โญ code-server is now written with Express! This will make the codebase far more approachable for contributors #1899
      • Previously we were using node's HTTP API directly
    • ๐Ÿฑ โญ We now have a helm chart! Thank you @Matthew-Beckett @alexgorbatchev! #2048
    • ๐Ÿ‘€ โญ code-server's self signed certificates now work on iPad! See doc/ipad.md #2255

    ๐Ÿ› Bug Fixes

    • code-server's self signed certificates now go into the data directory #1778
    • The path and domain proxy now only redirects unauthenticated clients to login if they accept HTML #2128

    ๐Ÿฑ Cheers! ๐Ÿป

  • v3.6.2 Changes

    November 03, 2020

    VS Code v1.50.0

    ๐Ÿ”‹ Features

    • โšก๏ธ Updated coder cloud agent.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix initial connection failures (at least one form of them).
    • โž• Add more logging around connections to help us debug problems there.
    • ๐Ÿ›  Fix potential 500 when loading VS Code in parallel.
    • If the cloud agent fails to curl during an npm/yarn install it will no longer quit the install.
  • v3.6.1 Changes

    October 15, 2020

    VS Code v1.50.0

  • v3.6.0 Changes

    October 12, 2020

    VS Code v1.49.3

    ๐Ÿ”‹ Features

    • โšก๏ธ โญ We've updated from VS Code v1.48.2 to v1.49.3.
    • โž• Added /healthz endpoint for health checks #1940
    • We added a robots.txt #2080
    • ๐Ÿฑ โญ We added beta Coder Cloud integration.
      • It allows you to easily and securely expose code-server on any machine with HTTPS.
      • You must apply at #2137 to use!
    • ๐Ÿš€ The standalone releases now use node v12.18.4 from v12.18.3 #2175
    • You can now open files in an existing code-server instance on the cli from outside the code-server terminal #2099

    ๐Ÿ› Bug Fixes

    • ๐Ÿฑ โญ Language packs work again! #2058
    • ๐Ÿณ โญ The docker image's $DOCKER_USER env variable works correctly now #2057
      • See usage in install.md. It allows you to pass through your preferred username into the container
    • ๐Ÿ“ฆ We fixed an issue with the npm package not installing extension dependencies #2170
    • You can now bind to ipv6 addresses #2146

    ๐Ÿ‘€ ... Many more fixes, see commit history and milestone for complete details!

    ๐Ÿฑ Cheers ๐Ÿป

  • v3.5.0

    August 18, 2020
  • v3.4.1 Changes

    June 04, 2020
    • ๐Ÿš€ Do not use, scroll down to v3.4.1
    • ๐Ÿš€ This release exists only to make autoupdating from v3.2.0 work, see #1746 and #1758
  • v3.4.0 Changes

    May 28, 2020

    VS Code v1.45.1

    ๐Ÿ”‹ Features

    ๐Ÿ› Bug Fixes

    You can now set user-data-dir and extension-dir in config.yaml #1676

    ๐Ÿ›  Fixed a regression where --install-extension was installing into the incorrect path #1713

    โšก๏ธ We made some changes to make autoupdates from v3.2.0 work again.

    • To recap we removed autoupdating in v3.3.0 and restructured
      ๐Ÿš€ the releases a bit which caused autoupdates on v3.2.0 to break. See #1664
    • To fix this:
      1. We added a symlink from code-server to bin/code-server to the root of the release.
      2. We now upload duplicate release assets for the release naming scheme used by v3.2.0.
        • i.e we have macos-amd64 and darwin-x86_64 as well as linux-amd64 and linux-x86_64.
    • 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.
  • v3.3.1 Changes

    May 19, 2020

    VS Code v1.45.1

    ๐Ÿš€ This release fixes bugs introduced with the release of v3.3.0

    • โช We've reverted to VS Code v1.45.1 due to bugs in v1.46 #1667
    • ๐Ÿ Accessing code-server from a web browser on Windows has been fixed #1642
    • ๐Ÿ›  Search in project has been fixed #1665
    • ๐Ÿš€ The glibc requirement on static releases has been lowered to v2.19 #1656
  • v3.3.0 Changes

    May 17, 2020

    VS Code v1.46.0

    ๐Ÿ†• New Features

    • We now have a config file you can use to set parameters in ~/.config/code-server/config.yaml
    • ๐Ÿš€ We now have .deb and .rpm releases, a homebrew package and an npm package
    • We now have a setup guide in ./doc/guide.md
    • โšก๏ธ ./doc/FAQ.md has been updated with more questions and a table of contents

    ๐Ÿ› Bug Fixes

    • $PASSWORD is unset after being grabbed #1583
    • ๐Ÿ›  Infinite reloads have been fixed #1581

    ๐Ÿ’ฅ Breaking Changes

    ๐Ÿ“š With the revamped releases and documentation, we found a few minor issues we wanted to clean up even though they are breaking changes.

    • ๐Ÿš€ The code-server script in the self contained releases is now in a bin directory
      • Now you can add the bin directory to your $PATH to easily call it without linking the binary into a directory in $PATH
      • This means there is no code-server script in the root of the release, you'll need to update the path in your own scripts to bin/code-server
    • โšก๏ธ Automatic updates have been removed (#1483, #1513, #1622)
      • It's a better idea to use your system package manager to install anyway as we now have .deb and .rpm packages in this release!
      • This means you can no longer pass in --disable-updates
    • ๐Ÿš€ The naming of the release assets has been changed to use amd64, arm64 and macos
      • More clear and easy to follow, especially for new users
      • There is precedent for the darwin -> macOS name change in Neovim
    • ๐Ÿณ There will be no separate -arm64 docker tag, the same tag will be used for both the amd64 and arm64 images with docker's multi arch image support
    • 0๏ธโƒฃ The default host is now always 127.0.0.1 as set in the default config file
      • Previously it would be 0.0.0.0 if both a cert and password authentication was enabled
    • ๐ŸŽ The macOS data directory has been moved from ~/Library/Application Support/code-server to ~/.local/share/code-server to better match user expectations
      • When you run v3.3.0 for the first time, it will automatically copy from the old data directory to the new one
    • ๐Ÿš€ The macOS release is now a .tar.gz instead of a .zip to match the other releases
  • v3.2.0 Changes

    April 29, 2020
    • โšก๏ธ Update node to the latest LTS (12.16.3).
    • โšก๏ธ Update VS Code to 1.44.2.
    • ๐Ÿ‘ Allow extensions of any kind (for example, vscode-icons works again).
    • ๐Ÿ—„ Deprecate --host and --port in favor of --bind-addr which takes the form host:port. For example: --bind-addr localhost:8080. #1013
    • โž• Add rate limiting to the login endpoint. #1320
    • โœ‚ Remove the built-in SSH server. #1502
      • You can remove the --ssh-host-key and --disable-ssh flags from your scripts.
    • ๐Ÿ›  Fix extensions running in the browser not getting the correct storage path. #1551
    • ๐Ÿ‘ Allow data: URIs in the CSP for font-src. #1530
    • ๐Ÿ›  Fix code-server script on macOS. #1537
    • ๐Ÿ›  Fix update errors not being show to the user. #1532
    • ๐Ÿ‘ Allow specifying a workspace on the command line. #1535