Skip to content

Releases: coder/code-server

v4.102.0-rc.1

15 Jul 23:10
4029c1e
Compare
Choose a tag to compare
v4.102.0-rc.1 Pre-release
Pre-release

Code v1.102.0

Changed

  • Update to Code 1.102.0.

Added

  • Custom strings can be configured using the --i18n flag set to a JSON
    file. This can be used for either translation (and can be used alongside
    --locale) or for customizing the strings. See
    ./src/node/i18n/locales/en.json for the
    available keys.

v4.101.2

25 Jun 21:18
aff005e
Compare
Choose a tag to compare

Code v1.101.2

Changed

  • Update to Code 1.101.2.

Fixed

  • Fix web views not loading due to 401 when requesting the service worker.

v4.101.1

21 Jun 02:47
bd34cd5
Compare
Choose a tag to compare

Code v1.101.1

Changed

  • Update to Code 1.101.1.

4.101.0

20 Jun 20:21
27a112c
Compare
Choose a tag to compare

Code v1.101.0

Changed

  • Update to Code 1.101.0.

4.101.0-rc.1

17 Jun 18:51
27a112c
Compare
Choose a tag to compare
4.101.0-rc.1 Pre-release
Pre-release

Code v1.101.0

Changed

  • Update to Code 1.101.0.

v4.100.3

03 Jun 21:06
409c64e
Compare
Choose a tag to compare

Code v1.100.3

Changed

  • Update to Code 1.100.3.

v4.100.2

15 May 23:02
9dd999b
Compare
Choose a tag to compare

Code v1.100.2

Changed

  • Update to Code 1.100.2.

v4.100.1

14 May 18:08
1aca01f
Compare
Choose a tag to compare

Code v1.100.1

Changed

  • Update to Code 1.100.1.

v4.100.0

12 May 18:23
d0e20d5
Compare
Choose a tag to compare

Code v1.100.0

Added

  • Trusted domains for links can now be set at run-time by configuring
    linkProtectionTrustedDomains in the lib/vscode/product.json file or via
    the --link-protection-trusted-domains flag.

Changed

  • Update to Code 1.100.0.
  • Disable extension signature verification, which previously was skipped by
    default (the package used for verification is not available to OSS builds of
    VS Code) but now reportedly throws hard errors making it impossible to install
    extensions.

Fixed

  • Flags with repeatable options now work via the config file.

v4.100.0-rc.1

09 May 01:12
d0e20d5
Compare
Choose a tag to compare
v4.100.0-rc.1 Pre-release
Pre-release

Code v1.100.0

Added

  • Trusted domains for links can now be set at run-time by configuring
    linkProtectionTrustedDomains in the lib/vscode/product.json file or via
    the --link-protection-trusted-domains flag.

Changed

  • Update to Code 1.100.0.
  • Disable extension signature verification, which previously was skipped by
    default (the package used for verification is not available to OSS builds of
    VS Code) but now reportedly throws hard errors making it impossible to install
    extensions.

Fixed

  • Flags with repeatable options now work via the config file.