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 14:27:08 -06:00
Code Issues Packages Projects Releases 202 Wiki Activity

202 Releases 222 Tags

RSS Feed
  • v3.7.1 2bf91ff6a6

    v3.7.1 Stable

    giteasync released this 2020-11-16 16:18:12 -06:00 | 2526 commits to main since this release

    VS Code v1.50.0

    Bug Fixes

    • ⭐ Fixes .deb and .rpm packages of v3.7.0 #2310

    Cheers! 🍻

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.7.1-amd64.rpm
      90 MiB
    • code-server-3.7.1-arm64.rpm
      90 MiB
    • code-server-3.7.1-linux-amd64.tar.gz
      73 MiB
    • code-server-3.7.1-linux-arm64.tar.gz
      72 MiB
    • code-server-3.7.1-macos-amd64.tar.gz
      70 MiB
    • code-server_3.7.1_amd64.deb
      90 MiB
    • code-server_3.7.1_arm64.deb
      90 MiB
  • v3.7.0 f64599b94d

    v3.7.0 Stable

    giteasync released this 2020-11-16 13:40:06 -06:00 | 2531 commits to main since this release

    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
      • See ci/helm-chart
    • ⭐ 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! 🍻

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.7.0-amd64.rpm
      74 MiB
    • code-server-3.7.0-arm64.rpm
      90 MiB
    • code-server-3.7.0-linux-amd64.tar.gz
      73 MiB
    • code-server-3.7.0-linux-arm64.tar.gz
      72 MiB
    • code-server-3.7.0-macos-amd64.tar.gz
      70 MiB
    • code-server_3.7.0_amd64.deb
      74 MiB
    • code-server_3.7.0_arm64.deb
      90 MiB
  • v3.6.2 9bde62fbd6

    v3.6.2 Stable

    giteasync released this 2020-11-02 17:17:25 -06:00 | 2665 commits to main since this release

    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.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.6.2-amd64.rpm
      90 MiB
    • code-server-3.6.2-arm64.rpm
      90 MiB
    • code-server-3.6.2-linux-amd64.tar.gz
      73 MiB
    • code-server-3.6.2-linux-arm64.tar.gz
      72 MiB
    • code-server-3.6.2-macos-amd64.tar.gz
      70 MiB
    • code-server_3.6.2_amd64.deb
      90 MiB
    • code-server_3.6.2_arm64.deb
      89 MiB
  • v3.6.1 62735da694

    v3.6.1 Stable

    giteasync released this 2020-10-23 15:21:50 -05:00 | 2675 commits to main since this release

    VS Code v1.50.0

    Features

    • ⭐ We've updated from VS Code v1.49.3 to v1.50.0.
    • Allow remote shells other than ssh when using the install script #2220

    Bug Fixes

    • Fix Docker image when using a custom UID #2223
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.6.1-amd64.rpm
      90 MiB
    • code-server-3.6.1-arm64.rpm
      89 MiB
    • code-server-3.6.1-linux-amd64.tar.gz
      73 MiB
    • code-server-3.6.1-linux-arm64.tar.gz
      72 MiB
    • code-server-3.6.1-macos-amd64.tar.gz
      70 MiB
    • code-server_3.6.1_amd64.deb
      90 MiB
    • code-server_3.6.1_arm64.deb
      89 MiB
  • v3.6.0 a4a03c1492

    v3.6.0 Stable

    giteasync released this 2020-10-12 02:08:24 -05:00 | 2696 commits to main since this release

    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 https://github.com/cdr/code-server/discussions/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 🍻

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.6.0-amd64.rpm
      90 MiB
    • code-server-3.6.0-arm64.rpm
      89 MiB
    • code-server-3.6.0-linux-amd64.tar.gz
      73 MiB
    • code-server-3.6.0-linux-arm64.tar.gz
      72 MiB
    • code-server-3.6.0-macos-amd64.tar.gz
      70 MiB
    • code-server_3.6.0_amd64.deb
      90 MiB
    • code-server_3.6.0_arm64.deb
      89 MiB
  • v3.5.0 b509063e14

    v3.5.0 Stable

    giteasync released this 2020-08-29 16:23:20 -05:00 | 2779 commits to main since this release

    VS Code v1.48.2

    Features

    • ⭐ We've updated from VS Code v1.45.1 to v1.48.2.
      • Sorry this took so long, we're going to try and keep up better with the VS Code releases in the future.
    • ⭐ We're looking for someone to help maintain code-server. If you're interested, please apply here!
    • The install script now supports FreeBSD #1806
      • There are certain required dependencies, see #1826
    • ⭐ You can now use code-server <file> to open <file> in the active code-server instance! #1994
      • This has been one of the most requested features on the tracker. Thanks to @shayne for contributing this 🍻
    • ⭐ We now ship a systemd system unit to avoid persistence issues and bugs with systemd user units #1997
    • You can now set DOCKER_USER when invoicing the docker container to set a custom username #2001
    • ⭐ We now support the proposed api flag so certain extensions work #2002

    Documentation

    • ⭐ We've switched to using GitHub discussions for issues instead of the subreddit.
      • It's much better integrated with GitHub of course and doesn't require an additional account!
    • There is now an FAQ entry on the differences compared to Theia #1756
    • $SERVICE_URL and $ITEM_URL are explained in more detail in the FAQ #1762 4dd2c86
    • The install guide now has a section on NGINX #1902
    • The build process docs are much simpler #2004
    • Using the dev container is now much easier #2014
    • ⭐ There are no more duplicate releases without a v prefix! #1770

    Bug Fixes

    • Telemetry being sent when disabled #1829
    • Heartbeat file being touched without any connections #1795
    • You can now access query used to hit the root route in a shell script #1920
      • This needs more docs #2031
    • We now ship with node 12 instead of 14 to match VS Code #1894

    ... Many more fixes, see commit history for complete details!

    Cheers 🍻

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.5.0-amd64.rpm
      80 MiB
    • code-server-3.5.0-arm64.rpm
      79 MiB
    • code-server-3.5.0-darwin-x86_64.zip
      76 MiB
    • code-server-3.5.0-linux-amd64.tar.gz
      63 MiB
    • code-server-3.5.0-linux-arm64.tar.gz
      62 MiB
    • code-server-3.5.0-linux-x86_64.tar.gz
      63 MiB
    • code-server-3.5.0-macos-amd64.tar.gz
      60 MiB
    • code-server_3.5.0_amd64.deb
      80 MiB
    • code-server_3.5.0_arm64.deb
      79 MiB
  • 3.4.1 d3773c11f1

    3.4.1 Stable

    giteasync released this 2020-06-04 11:30:34 -05:00 | 2906 commits to main since this release

    • 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
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.4.1-amd64.rpm
      98 MiB
    • code-server-3.4.1-arm64.rpm
      98 MiB
    • code-server-3.4.1-darwin-x86_64.zip
      95 MiB
    • code-server-3.4.1-linux-amd64.tar.gz
      71 MiB
    • code-server-3.4.1-linux-arm64.tar.gz
      70 MiB
    • code-server-3.4.1-linux-x86_64.tar.gz
      71 MiB
    • code-server-3.4.1-macos-amd64.tar.gz
      68 MiB
    • code-server_3.4.1_amd64.deb
      98 MiB
    • code-server_3.4.1_arm64.deb
      98 MiB
  • v3.4.1 48f7c27248

    v3.4.1 Stable

    giteasync released this 2020-06-04 05:24:24 -05:00 | 2907 commits to main since this release

    VS Code v1.45.1

    Bug Fixes

    • We do not bundle any dynamic libraries in releases anymore #1738

      • It was causing bizarre issues and we couldn't make it work perfectly.
      • On Linux we now compile on CentOS 7 so that the minimum glibc version is v2.17 and glibcxx is v3.4.18
      • On macOS we now bundle in a fully static release of node.
    • Hopefully this one fixes autoupdates from 3.2.0 once and for all.

      • We're now publishing duplicate releases without the v prefix so that auto updates from 3.2.0 work. See #1746 and #1758 for background.
      • Note there is no auto updating in any of the recent releases including this one, the extra releases only exist to enable users on 3.2.0 to auto update to the latest versions.
    • The config file's extensions-dir and user-data-dir parameters are now properly obeyed #1750

      • This was supposed to be fixed in the last release but because of a subtle bug it turned out it was printing the correct directories but not actually using them.
    • Using the deprecated root code-server symlink now warns on usage that it will be removed in the next few weeks.

      • The entry script now also handles recursive symlinks correctly.
    • globalStorageHome is now created on startup #1693

      • So extensions that rely on it being there should work now
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.4.1-amd64.rpm
      98 MiB
    • code-server-3.4.1-arm64.rpm
      98 MiB
    • code-server-3.4.1-linux-amd64.tar.gz
      71 MiB
    • code-server-3.4.1-linux-arm64.tar.gz
      70 MiB
    • code-server-3.4.1-macos-amd64.tar.gz
      68 MiB
    • code-server_3.4.1_amd64.deb
      98 MiB
    • code-server_3.4.1_arm64.deb
      98 MiB
  • 3.4.0 80bcfd918b

    3.4.0 Stable

    giteasync released this 2020-05-27 19:35:52 -05:00 | 2930 commits to main since this release

    • Do not use
    • This release exists only to make autoupdating from v3.2.0 work, see #1746 and #1758
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.4.0-amd64.rpm
      99 MiB
    • code-server-3.4.0-arm64.rpm
      98 MiB
    • code-server-3.4.0-darwin-x86_64.tar.gz
      67 MiB
    • code-server-3.4.0-darwin-x86_64.zip
      67 MiB
    • code-server-3.4.0-linux-amd64.tar.gz
      71 MiB
    • code-server-3.4.0-linux-arm64.tar.gz
      70 MiB
    • code-server-3.4.0-linux-x86_64.tar.gz
      71 MiB
    • code-server-3.4.0-macos-amd64.tar.gz
      67 MiB
    • code-server_3.4.0_amd64.deb
      99 MiB
    • code-server_3.4.0_arm64.deb
      99 MiB
  • v3.4.0 69ad52907e

    v3.4.0 Stable

    giteasync released this 2020-05-27 18:21:15 -05:00 | 2931 commits to main since this release

    VS Code v1.45.1

    Features

    • We now have an install script for easy and automatic installation.
      • It attempts to use the OS package manager if possible.
      • See README.md#getting-started
    • libstdc++ and libgcc are now bundled into Linux releases #1706
    • Linux releases's glibc minimum was mistakenly reported as v2.19 in the previous release but the actual minimum is v2.17.
    • icu4c is now bundled into macOS releases #1710
    • Docs and FAQ are more thorough.
      • An extremely useful addition is FAQ.md#how-do-i-make-my-keyboard-shortcuts-work
    • If you need an arm32 docker image right now, we recommend using linuxserver/docker-code-server (#1337)

    Bug Fixes

    • You can now set user-data-dir and extensions-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.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • code-server-3.4.0-amd64.rpm
      99 MiB
    • code-server-3.4.0-arm64.rpm
      98 MiB
    • code-server-3.4.0-linux-amd64.tar.gz
      71 MiB
    • code-server-3.4.0-linux-arm64.tar.gz
      70 MiB
    • code-server-3.4.0-macos-amd64.tar.gz
      67 MiB
    • code-server_3.4.0_amd64.deb
      99 MiB
    • code-server_3.4.0_arm64.deb
      99 MiB
First Previous ... 14 15 16 17 18 ... Next Last
Powered by Gitea Version: 1.23.7 Page: 960ms Template: 68ms
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