Skip to content

v3.7.4-ls61

Compare
Choose a tag to compare
@LinuxServer-CI LinuxServer-CI released this 12 Dec 07:35
· 347 commits to master since this release

LinuxServer Changes:

Add --domain-proxy support.
code-server Changes:

VS Code v1.51.1

Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in ~/.local/share/code-server so that it is preserved in between
installations.

New Features

  • ⭐ Reconnection now happens in the background for the first attempt before prompting (about 5 seconds) #2381
  • New PWA icon #2383
  • Added --disable-update-check to disable upgrade notifications #2365

Bug Fixes

  • Fixed extension host crashing on non info errors #2366
  • Fix terminals attaching more than once #2382
  • ⭐ Update checks occur every 6 hours and notify once a week correctly now coder/code-server@0713fa9
    • Previously it was supposed to be once every 6 hours and then a notification every 48 hours but due to a missing 60 it ended up being a check every 6 minutes and a notification every 48 minutes.. So sorry about this!

Cheers! 🍻