FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Releases · coder/code-server · GitHub

Releases: coder/code-server

v4.134.0

Choose a tag to compare

Filter
github-actions released this 24 Aug 21:42
88c2b74

Code v1.134.0

Added

  • New --socket-fd flag that can be used to listen on a file descriptor. In
    particular, this allows using code-server with systemd's socket activation.
  • New --vscode-option repeatable flag that can be used to pass through options
    to VS Code. It requires flag=value or simply flag for booleans. For
    example: --vscode-option enable-sandbox --vscode-option agents=true. The
    VSCODE_OPTIONS environment variable may also be used. For example:
    VSCODE_OPTIONS="enable-sandbox agents=true". Note that code-server
    simply splits this variable on spaces and is not aware of quoting.

Changed

  • Update to Code 1.134.0
  • Remove --unsafe-perm from installation scripts. This flag results in an
    error when used with npm since v12 and has been a no-op since v7. If you are
    installing with a version of npm older than v7 as root, installation may not
    work correctly.

v4.133.0

Choose a tag to compare

Filter
github-actions released this 17 Aug 18:28
d2f7a12

Code v1.133.0

Changed

  • Update to Code 1.133.0

v4.132.0

Choose a tag to compare

Filter
github-actions released this 10 Aug 17:54
313bf03

Code v1.132.0

Changed

  • Update to Code 1.132.0

Fixed

  • When proxying, cookies were being decoded and re-encoded, which could cause
    issues for applications that encode differently. Cookies are now passed
    through unchanged (aside from stripping out code-server's session token).

v4.131.0

Choose a tag to compare

Filter
github-actions released this 30 Jul 22:14
924bfac

Code v1.131.0

Changed

  • Update to Code 1.131.0

v4.130.0

Choose a tag to compare

Filter
github-actions released this 23 Jul 23:58
197ef3e

Code v1.130.0

Changed

  • Update to Code 1.130.0

v4.129.0

Choose a tag to compare

Filter
github-actions released this 17 Jul 09:38
77baee7

Code v1.129.0

Changed

  • Update to Code 1.129.0

v4.128.0

Choose a tag to compare

Filter
github-actions released this 11 Jul 19:41
cb22f74

Code v1.128.0

Changed

  • Update to Code 1.128.0

v4.127.0

Choose a tag to compare

Filter
github-actions released this 02 Jul 13:15
1e6ed87

Code v1.127.0

Changed

  • Update to Code 1.127.0

v4.126.0

Choose a tag to compare

Filter
github-actions released this 24 Jun 21:44
2c06497

Code v1.126.0

Changed

  • Update to Code 1.126.0

v4.125.0

Choose a tag to compare

Filter
github-actions released this 18 Jun 03:49
fade53f

Code v1.125.0

Changed

  • Update to Code 1.125.0

Back | FazBrowse Home | New Git URL