Releases: linuxserver/docker-code-server
v3.7.1-ls58
LinuxServer Changes:
Add --domain-proxy support.
code-server Changes:
VS Code v1.50.0
Bug Fixes
- ⭐ Fixes
.deband.rpmpackages ofv3.7.0#2310
Cheers! 🍻
v3.7.1-ls57
LinuxServer Changes:
Add --domain-proxy support.
code-server Changes:
VS Code v1.50.0
Bug Fixes
- ⭐ Fixes
.deband.rpmpackages ofv3.7.0#2310
Cheers! 🍻
v3.6.2-ls56
LinuxServer Changes:
Add --domain-proxy support.
code-server Changes:
VS Code v1.50.0
Features
- Updated coder cloud agent.
Bug fixes
- Fix initial connection failures (at least one form of them).
- Add more logging around connections to help us debug problems there.
- Fix potential 500 when loading VS Code in parallel.
- If the cloud agent fails to curl during an npm/yarn install it will no longer quit the install.
v3.6.2-ls55
LinuxServer Changes:
Add --domain-proxy support.
code-server Changes:
VS Code v1.50.0
Features
- Updated coder cloud agent.
Bug fixes
- Fix initial connection failures (at least one form of them).
- Add more logging around connections to help us debug problems there.
- Fix potential 500 when loading VS Code in parallel.
- If the cloud agent fails to curl during an npm/yarn install it will no longer quit the install.
v3.6.2-ls54
LinuxServer Changes:
Add --domain-proxy support.
code-server Changes:
VS Code v1.50.0
Features
- Updated coder cloud agent.
Bug fixes
- Fix initial connection failures (at least one form of them).
- Add more logging around connections to help us debug problems there.
- Fix potential 500 when loading VS Code in parallel.
- If the cloud agent fails to curl during an npm/yarn install it will no longer quit the install.
v3.6.1-ls53
LinuxServer Changes:
Add --domain-proxy support.
code-server Changes:
VS Code v1.50.0
Features
- ⭐ We've updated from VS Code v1.49.3 to v1.50.0.
- Allow remote shells other than ssh when using the install script #2220
Bug Fixes
- Fix Docker image when using a custom UID #2223
3.0.1-ls38
LinuxServer Changes:
Updates for v3.0.0 (structural changes).
Remote Changes:
Data change at JSON endpoint https://api.github.com/repos/cdr/code-server/releases
3.0.1-ls37
LinuxServer Changes:
Updates for v3.0.0 (structural changes).
Remote Changes:
Data change at JSON endpoint https://api.github.com/repos/cdr/code-server/releases
v3.6.1-ls52
LinuxServer Changes:
Add --domain-proxy support.
code-server Changes:
VS Code v1.50.0
Features
- ⭐ We've updated from VS Code v1.49.3 to v1.50.0.
- Allow remote shells other than ssh when using the install script #2220
Bug Fixes
- Fix Docker image when using a custom UID #2223
v3.6.0-ls51
LinuxServer Changes:
Add --domain-proxy support.
code-server Changes:
VS Code v1.49.3
Features
- ⭐ We've updated from VS Code v1.48.2 to v1.49.3.
- Added
/healthzendpoint for health checks #1940 - We added a
robots.txt#2080 - ⭐ We added beta Coder Cloud integration.
- It allows you to easily and securely expose
code-serveron any machine with HTTPS. - You must apply at coder/code-server#2137 to use!
- It allows you to easily and securely expose
- The standalone releases now use node v12.18.4 from v12.18.3 #2175
- You can now open files in an existing code-server instance on the cli from outside the code-server terminal #2099
Bug Fixes
- ⭐ Language packs work again! #2058
- ⭐ The docker image's
$DOCKER_USERenv variable works correctly now #2057- See usage in install.md. It allows you to pass through your preferred username into the container
- We fixed an issue with the npm package not installing extension dependencies #2170
- You can now bind to ipv6 addresses #2146
... Many more fixes, see commit history and milestone for complete details!
Cheers 🍻