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-04-12 18:28:17 -05:00
Code Issues Packages Projects Releases 202 Wiki Activity

202 Releases 239 Tags

RSS Feed
  • 2.1472-vsc1.38.1 7353be413c
    Compare

    2.1472-vsc1.38.1 Pre-Release

    giteasync released this 2019-09-12 16:17:18 -05:00 | 3512 commits to main since this release

    See https://github.com/cdr/code-server/pull/857 for information on what has changed with v2.

    Downloads
    • code-server2.1472-vsc1.38.1-alpine-x86_64.tar.gz
      44 MiB
      2025-06-03 10:14:19 -05:00
    • code-server2.1472-vsc1.38.1-darwin-x86_64.zip
      43 MiB
      2025-06-03 10:14:22 -05:00
    • code-server2.1472-vsc1.38.1-linux-x86_64.tar.gz
      44 MiB
      2025-06-03 10:14:24 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.1156-vsc1.33.1 cf63bbd003
    Compare

    1.1156-vsc1.33.1 Stable

    giteasync released this 2019-06-11 12:08:02 -05:00 | 3693 commits to main since this release

    Bug fixes

    • Fix incorrect "no authentication" message when using a custom password (#757)
    • Propagate environment to the browser (fixes setting a custom extension marketplace URL, for example)
    • Fix file dialog items getting cut off (#336)
    Downloads
    • code-server1.1156-vsc1.33.1-darwin-x64.zip
      28 MiB
      2025-06-03 10:14:12 -05:00
    • code-server1.1156-vsc1.33.1-linux-x64.tar.gz
      30 MiB
      2025-06-03 10:14:13 -05:00
    • code-server1.1156-vsc1.33.1-musl-x64.tar.gz
      31 MiB
      2025-06-03 10:14:16 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.1140-vsc1.33.1 04adf14146
    Compare

    1.1140-vsc1.33.1 Stable

    giteasync released this 2019-06-06 13:43:37 -05:00 | 3697 commits to main since this release

    Fix Darwin release not being included.

    Downloads
    • code-server1.1140-vsc1.33.1-darwin-x64.zip
      28 MiB
      2025-06-03 10:14:03 -05:00
    • code-server1.1140-vsc1.33.1-linux-x64.tar.gz
      30 MiB
      2025-06-03 10:14:07 -05:00
    • code-server1.1140-vsc1.33.1-musl-x64.tar.gz
      31 MiB
      2025-06-03 10:14:09 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.1119-vsc1.33.1 a2ad3d4ff4
    Compare

    1.1119-vsc1.33.1 Stable

    giteasync released this 2019-05-20 16:08:54 -05:00 | 3699 commits to main since this release

    Additions

    • Expose workbench actions API.

    Bug fixes

    • Make hidden files and folders visible in open dialogs.
    • Fix an error displaying file size of zero byte files.
    Downloads
    • code-server1.1119-vsc1.33.1-linux-x64.tar.gz
      30 MiB
      2025-06-03 10:13:58 -05:00
    • code-server1.1119-vsc1.33.1-musl-x64.tar.gz
      31 MiB
      2025-06-03 10:14:01 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.1106-vsc1.33.1 db39eacfa1
    Compare

    1.1106-vsc1.33.1 Stable

    giteasync released this 2019-05-20 11:02:36 -05:00 | 3702 commits to main since this release

    Bug fixes

    • Fix VERSION env var not making it to the build process.
    • Make build process use "production" for NODE_ENV.
    Downloads
    • code-server1.1106-vsc1.33.1-linux-x64.tar.gz
      30 MiB
      2025-06-03 10:13:54 -05:00
    • code-server1.1106-vsc1.33.1-musl-x64.tar.gz
      30 MiB
      2025-06-03 10:13:56 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.1099-vsc1.33.1 c020cd2f2c
    Compare

    1.1099-vsc1.33.1 Stable

    giteasync released this 2019-05-19 19:49:05 -05:00 | 3703 commits to main since this release

    Additions

    • Add flag to specify additional builtin extension directories.
    • Add flag to specify additional user extension directories.
    • Expose terminal service in the API.
    • Add support for musl and centos.

    Bug fixes

    • Preserve environment when forking shared process (#347, #239)
    • Fix no-auth to still use HTTPS (#300)
    • Fix markdown preview focus (#543)
    • Fix copying and moving files around using the file tree
    • Fix terminals not retaining TTY size after reconnect (#587)
    • Fix toggling full screen
    • Fix open dialog crash when there is a broken link (#579)

    Quality of life

    • Improve size column in dialogs
    • Only output password if it was generated
    • Remove reveal in finder/explorer option (#576)
    • Various doc fixes
    • Suppress a somewhat misleading "disconnected" extension host message
    Downloads
    • code-server1.1099-vsc1.33.1-linux-x64.tar.gz
      39 MiB
      2025-06-03 10:13:49 -05:00
    • code-server1.1099-vsc1.33.1-musl-x64.tar.gz
      39 MiB
      2025-06-03 10:13:52 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.939-vsc1.33.1 2bc6e1a457
    Compare

    1.939-vsc1.33.1 Stable

    giteasync released this 2019-04-22 19:20:48 -05:00 | 3739 commits to main since this release

    Additions

    • --socket flag. Allows for binding to a socket.

    Bug fixes

    • Bundle default extension grammars. Reduces syntax highlighting time. (https://github.com/codercom/code-server/issues/18)
    • Pasting won't retain metadata (https://github.com/codercom/sshcode/issues/42)
    Downloads
    • code-server1.939-vsc1.33.1-darwin-x64.zip
      28 MiB
      2025-06-03 10:13:38 -05:00
    • code-server1.939-vsc1.33.1-linux-x64.tar.gz
      30 MiB
      2025-06-03 10:13:40 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.903-vsc1.33.1 166efcb17e
    Compare

    1.903-vsc1.33.1 Stable

    giteasync released this 2019-04-19 19:54:50 -05:00 | 3744 commits to main since this release

    Additions

    • PASSWORD environment variable

    Bug fixes

    • Hide titlebar controls and fix menubar toggle
    • Fix open dialogs (#508)
    Downloads
    • code-server1.903-vsc1.33.1-darwin-x64.zip
      28 MiB
      2025-06-03 10:13:34 -05:00
    • code-server1.903-vsc1.33.1-linux-x64.tar.gz
      30 MiB
      2025-06-03 10:13:36 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.868-vsc1.33.1 95006a435a
    Compare

    1.868-vsc1.33.1 Stable

    giteasync released this 2019-04-17 20:01:25 -05:00 | 3752 commits to main since this release

    Bug fixes

    • Custom keybinds not taking effect (#150)
    Downloads
    • code-server1.868-vsc1.33.1-darwin-x64.zip
      28 MiB
      2025-06-03 10:13:28 -05:00
    • code-server1.868-vsc1.33.1-linux-x64.tar.gz
      30 MiB
      2025-06-03 10:13:30 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.854-vsc1.33.1 c3a38e3fea
    Compare

    1.854-vsc1.33.1 Stable

    giteasync released this 2019-04-17 17:18:35 -05:00 | 3755 commits to main since this release

    Additions

    • Opt-out telemetry (codercom/code-server/pull/519)
    • Caching via service worker (#138)
    • --install-extension flag (#484)
    • PORT environment variable (codercom/code-server/pull/502)

    Bug fixes

    • Markdown preview and outline (#406, #296)
    • Relative URLs (#497)
    • Create various necessary paths and files that might be missing during startup (#453, #499, #116)
    • Various open file/folder issues (#249)
    • No more __webpack_hmr requests in the Docker container

    Quality of life

    • Update to Node 10.15.1
    • Update VS Code to 1.33.1
    • Confirm before closing the browser tab (to help those with ctrl+w embedded in muscle memory)
    • Enter key works to log in now
    • Make errors about netstat and ports in use more explicit
    • Add common utilities to the Docker image
    Downloads
    • code-server1.854-vsc1.33.1-darwin-x64.zip
      28 MiB
      2025-06-03 10:13:23 -05:00
    • code-server1.854-vsc1.33.1-linux-x64.tar.gz
      30 MiB
      2025-06-03 10:13:25 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous ... 17 18 19 20 21 Next Last
Powered by Gitea Version: 1.25.5 Page: 200ms Template: 4ms
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