Logo
Explore Help
Register Sign In
coder/code-server
1
0
Fork 0
You've already forked code-server
mirror of https://github.com/coder/code-server.git synced 2026-02-05 22:38:40 -06:00
Code Issues Packages Projects Releases 202 Wiki Activity

202 Releases 222 Tags

RSS Feed
  • v3.3.1 6f1309795e

    v3.3.1 Stable

    giteasync released this 2020-05-18 20:37:16 -05:00 | 2989 commits to main since this release

    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 2.17 #1656
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.3.1-amd64.rpm
      72 MiB
    • code-server-3.3.1-arm64.rpm
      71 MiB
    • code-server-3.3.1-linux-amd64.tar.gz
      71 MiB
    • code-server-3.3.1-linux-arm64.tar.gz
      70 MiB
    • code-server-3.3.1-linux-x86_64.tar.gz
      71 MiB
    • code-server-3.3.1-macos-amd64.tar.gz
      54 MiB
    • code-server_3.3.1_amd64.deb
      72 MiB
    • code-server_3.3.1_arm64.deb
      72 MiB
  • v3.3.0 e955da14fa

    v3.3.0 Stable

    giteasync released this 2020-05-17 18:46:57 -05:00 | 3011 commits to main since this release

    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
      • See ./doc/FAQ.md
    • We now have .deb and .rpm releases, a homebrew package and an npm package
      • See docs in README.md for installation
    • 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
      • There is now a symlink in code-server to bin/code-server in v3.3.1 so auto updates and your scripts still work but please use bin/code-server as this symlink will be removed in the next few weeks
    • 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
    • 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
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.3.0-amd64.rpm
      79 MiB
    • code-server-3.3.0-arm64.rpm
      78 MiB
    • code-server-3.3.0-linux-amd64.tar.gz
      78 MiB
    • code-server-3.3.0-linux-arm64.tar.gz
      77 MiB
    • code-server-3.3.0-macos-amd64.tar.gz
      62 MiB
    • code-server_3.3.0_amd64.deb
      80 MiB
    • code-server_3.3.0_arm64.deb
      79 MiB
  • 3.2.0 fd36a99a4c

    3.2.0 Stable

    giteasync released this 2020-04-29 15:22:11 -05:00 | 3075 commits to main since this release

    • 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
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.2.0-darwin-x86_64.zip
      66 MiB
    • code-server-3.2.0-linux-arm64.tar.gz
      65 MiB
    • code-server-3.2.0-linux-x86_64.tar.gz
      66 MiB
  • 3.1.1 28e91ba70c

    3.1.1 Stable

    giteasync released this 2020-04-13 16:14:40 -05:00 | 3103 commits to main since this release

    Minor bugfix for logging in through a proxy that doesn't pass along host header information.

    VS Code version: 1.43.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.1.1-darwin-x86_64.zip
      66 MiB
    • code-server-3.1.1-linux-arm64.tar.gz
      65 MiB
    • code-server-3.1.1-linux-x86_64.tar.gz
      66 MiB
  • 3.1.0 5aded14b87

    3.1.0 Stable

    giteasync released this 2020-04-08 12:44:29 -05:00 | 3104 commits to main since this release

    • Move old versions instead of overwriting them
    • Fix updater incorrectly reporting an update failed
    • Add proxy support (see the FAQ for more information)
    • Fix opening directories with spaces (and special characters) in them

    VS Code version: 1.43.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.1.0-darwin-x86_64.zip
      66 MiB
    • code-server-3.1.0-linux-arm64.tar.gz
      65 MiB
    • code-server-3.1.0-linux-x86_64.tar.gz
      66 MiB
  • 3.0.2 e480f6527e

    3.0.2 Stable

    giteasync released this 2020-04-01 15:27:28 -05:00 | 3134 commits to main since this release

    • First official release of v3.
    • Fixes running code-server in Google cloud shell.

    VS Code version: 1.43.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.0.2-darwin-x86_64.zip
      65 MiB
    • code-server-3.0.2-linux-arm64.tar.gz
      65 MiB
    • code-server-3.0.2-linux-x86_64.tar.gz
      66 MiB
  • 3.0.1 87ebf03eb7

    3.0.1 Pre-Release

    giteasync released this 2020-03-27 13:40:42 -05:00 | 3143 commits to main since this release

    arm64 builds are back.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.0.1-darwin-x86_64.zip
      65 MiB
    • code-server-3.0.1-linux-arm64.tar.gz
      65 MiB
    • code-server-3.0.1-linux-x86_64.tar.gz
      65 MiB
  • 3.0.0 0a5687bacf

    3.0.0 Pre-Release

    giteasync released this 2020-03-25 15:00:35 -05:00 | 3150 commits to main since this release

    We're still working on arm64 builds (Travis appears to swallow the output and then terminates the build because there's no output).

    V3 has some significant changes that will need to be accounted for in your
    scripts.

    • We use semantic versioning now. The VS Code version will no longer be included
      in the tag or the release file name.

    • Releases are now loose files and are no longer packed into a single binary so
      be sure to move the entire directory. Inside the directory is an entry script
      code-server that will launch with the bundled Node.

      If you want to do something like put the entry script in /usr/bin and the
      code-server files in /usr/lib we recommend you use a symlink: ln -s /usr/lib/code-server/code-server /usr/bin/code-server.

      You can also run code-server with your own Node binary instead of the bundled
      one: node /path/to/code-server/out/node/entry.js.

    • V2 cannot update to V3 automatically due to the structural changes so you’ll
      need to manually download and restart code-server in order to update.

    • If you want to build or develop please check out
      https://github.com/cdr/code-server/blob/3.0.0/doc/CONTRIBUTING.md as the steps
      have changed.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.0.0-darwin-x86_64.zip
      65 MiB
    • code-server-3.0.0-linux-x86_64.tar.gz
      66 MiB
  • 2.1698 f51e045cd5

    2.1698-vsc1.41.1 Stable

    giteasync released this 2020-01-17 16:27:36 -06:00 | 3320 commits to main since this release

    • VS Code 1.41.1
    • Arm64 builds
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server2.1698-vsc1.41.1-alpine-arm64.tar.gz
      46 MiB
    • code-server2.1698-vsc1.41.1-alpine-x86_64.tar.gz
      47 MiB
    • code-server2.1698-vsc1.41.1-darwin-x86_64.zip
      44 MiB
    • code-server2.1698-vsc1.41.1-linux-arm64.tar.gz
      45 MiB
    • code-server2.1698-vsc1.41.1-linux-x86_64.tar.gz
      47 MiB
  • 2.1692-vsc1.39.2 e14362f322

    2.1692-vsc1.39.2 Stable

    giteasync released this 2019-11-14 17:20:23 -06:00 | 3353 commits to main since this release

    Increase default max memory and allow setting your own limit. Might help with some reports of crashes.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server2.1692-vsc1.39.2-alpine-x86_64.tar.gz
      46 MiB
    • code-server2.1692-vsc1.39.2-darwin-x86_64.zip
      44 MiB
    • code-server2.1692-vsc1.39.2-linux-x86_64.tar.gz
      45 MiB
First Previous ... 15 16 17 18 19 ... Next Last
Powered by Gitea Version: 1.23.7 Page: 396ms Template: 12ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API