Skip to content

Releases: coder/code-server

v4.94.2-rc.1

18 Oct 23:42
dd2e9fc
Compare
Choose a tag to compare
v4.94.2-rc.1 Pre-release
Pre-release

Code v1.94.2

Changed

  • Updated to Code 1.94.2.
  • Switched from yarn to npm to mirror VS Code's switch. This should not affect
    most users, but if you work on code-server please take note that everything
    uses npm now.

v4.93.1

24 Sep 02:13
69df011
Compare
Choose a tag to compare

Code v1.93.1

Changed

  • Updated to Code 1.93.1.

Added

  • Added --abs-proxy-base-path flag for when code-server is not at the root.

v4.93.1-rc.1

19 Sep 20:57
69df011
Compare
Choose a tag to compare
v4.93.1-rc.1 Pre-release
Pre-release

Code v1.93.1

Changed

  • Updated to Code 1.93.1.

Added

  • Added --abs-proxy-base-path flag for when code-server is not at the root.

v4.92.2

19 Aug 23:28
de65bfc
Compare
Choose a tag to compare

Code v1.92.2

Breaking changes

  • Dropped a patch that changed the compile target from es2022 to es2020 because
    it no longer works with the way VS Code uses static properties. This may break
    older browsers, so those browsers will either have to be updated or use an
    older version of code-server.

Changed

  • Updated to Code 1.92.2.

v4.92.2-rc.1

16 Aug 09:50
34c6751
Compare
Choose a tag to compare
v4.92.2-rc.1 Pre-release
Pre-release

Code v1.92.2

Breaking changes

  • Dropped a patch that changed the compile target from es2022 to es2020 because
    it no longer works with the way VS Code uses static properties. This may break
    older browsers, so those browsers will either have to be updated or use an
    older version of code-server.

Changed

  • Updated to Code 1.92.2.

v4.91.1

17 Jul 17:26
1962f48
Compare
Choose a tag to compare

Code v1.91.1

Changed

  • Updated to Code 1.91.1.

v4.91.0

10 Jul 07:21
fb3e3e1
Compare
Choose a tag to compare

Code v1.91.0

Changed

  • Updated to Code 1.91.0.

v4.91.0-rc.1

09 Jul 10:41
901191e
Compare
Choose a tag to compare
v4.91.0-rc.1 Pre-release
Pre-release

Code v1.91.0

Changed

  • Updated to Code 1.91.0.

v4.90.3

21 Jun 19:00
26c7634
Compare
Choose a tag to compare

Changed

  • Updated to Code 1.90.2.

Fixed

  • When the log gets rotated it will no longer incorrectly be moved to a new
    directory created in the current working directory named with a date.
    Instead, the file itself is prepended with the date and kept in the same
    directory, as originally intended.

v4.90.2

14 Jun 20:49
dce1d6e
Compare
Choose a tag to compare

Code v1.90.1

Changed

  • Updated to Code 1.90.1.