Releases: linuxserver/docker-code-server
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
/healthz
endpoint 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-server
on 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_USER
env 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 🍻
v3.5.0-ls50
LinuxServer Changes:
Add --domain-proxy support.
code-server Changes:
VS Code v1.48.2
Features
- ⭐ We've updated from VS Code v1.45.1 to v1.48.2.
- Sorry this took so long, we're going to try and keep up better with the VS Code releases in the future.
- ⭐ We're looking for someone to help maintain code-server. If you're interested, please apply here!
- The install script now supports FreeBSD #1806
- There are certain required dependencies, see #1826
- ⭐ You can now use
code-server <file>
to open<file>
in the active code-server instance! #1994- This has been one of the most requested features on the tracker. Thanks to @shayne for contributing this 🍻
- ⭐ We now ship a systemd system unit to avoid persistence issues and bugs with systemd user units #1997
- You can now set
DOCKER_USER
when invoicing the docker container to set a custom username #2001 - ⭐ We now support the proposed api flag so certain extensions work #2002
Documentation
- ⭐ We've switched to using GitHub discussions for issues instead of the subreddit.
- It's much better integrated with GitHub of course and doesn't require an additional account!
- There is now an FAQ entry on the differences compared to Theia #1756
$SERVICE_URL
and$ITEM_URL
are explained in more detail in the FAQ #1762 4dd2c86- The install guide now has a section on NGINX #1902
- The build process docs are much simpler #2004
- Using the dev container is now much easier #2014
- ⭐ There are no more duplicate releases without a
v
prefix! #1770
Bug Fixes
- Telemetry being sent when disabled #1829
- Heartbeat file being touched without any connections #1795
- You can now access query used to hit the root route in a shell script #1920
- This needs more docs #2031
- We now ship with node 12 instead of 14 to match VS Code #1894
... Many more fixes, see commit history for complete details!
Cheers 🍻
v3.5.0-ls49
LinuxServer Changes:
Add --domain-proxy support.
code-server Changes:
VS Code v1.48.2
Features
- ⭐ We've updated from VS Code v1.45.1 to v1.48.2.
- Sorry this took so long, we're going to try and keep up better with the VS Code releases in the future.
- ⭐ We're looking for someone to help maintain code-server. If you're interested, please apply here!
- The install script now supports FreeBSD #1806
- There are certain required dependencies, see #1826
- ⭐ You can now use
code-server <file>
to open<file>
in the active code-server instance! #1994- This has been one of the most requested features on the tracker. Thanks to @shayne for contributing this 🍻
- ⭐ We now ship a systemd system unit to avoid persistence issues and bugs with systemd user units #1997
- You can now set
DOCKER_USER
when invoicing the docker container to set a custom username #2001 - ⭐ We now support the proposed api flag so certain extensions work #2002
Documentation
- ⭐ We've switched to using GitHub discussions for issues instead of the subreddit.
- It's much better integrated with GitHub of course and doesn't require an additional account!
- There is now an FAQ entry on the differences compared to Theia #1756
$SERVICE_URL
and$ITEM_URL
are explained in more detail in the FAQ #1762 4dd2c86- The install guide now has a section on NGINX #1902
- The build process docs are much simpler #2004
- Using the dev container is now much easier #2014
- ⭐ There are no more duplicate releases without a
v
prefix! #1770
Bug Fixes
- Telemetry being sent when disabled #1829
- Heartbeat file being touched without any connections #1795
- You can now access query used to hit the root route in a shell script #1920
- This needs more docs #2031
- We now ship with node 12 instead of 14 to match VS Code #1894
... Many more fixes, see commit history for complete details!
Cheers 🍻
v3.5.0-ls48
LinuxServer Changes:
Add --domain-proxy support.
code-server Changes:
VS Code v1.48.2
Features
- ⭐ We've updated from VS Code v1.45.1 to v1.48.2.
- Sorry this took so long, we're going to try and keep up better with the VS Code releases in the future.
- ⭐ We're looking for someone to help maintain code-server. If you're interested, please apply here!
- The install script now supports FreeBSD #1806
- There are certain required dependencies, see #1826
- ⭐ You can now use
code-server <file>
to open<file>
in the active code-server instance! #1994- This has been one of the most requested features on the tracker. Thanks to @shayne for contributing this 🍻
- ⭐ We now ship a systemd system unit to avoid persistence issues and bugs with systemd user units #1997
- You can now set
DOCKER_USER
when invoicing the docker container to set a custom username #2001 - ⭐ We now support the proposed api flag so certain extensions work #2002
Documentation
- ⭐ We've switched to using GitHub discussions for issues instead of the subreddit.
- It's much better integrated with GitHub of course and doesn't require an additional account!
- There is now an FAQ entry on the differences compared to Theia #1756
$SERVICE_URL
and$ITEM_URL
are explained in more detail in the FAQ #1762 4dd2c86- The install guide now has a section on NGINX #1902
- The build process docs are much simpler #2004
- Using the dev container is now much easier #2014
- ⭐ There are no more duplicate releases without a
v
prefix! #1770
Bug Fixes
- Telemetry being sent when disabled #1829
- Heartbeat file being touched without any connections #1795
- You can now access query used to hit the root route in a shell script #1920
- This needs more docs #2031
- We now ship with node 12 instead of 14 to match VS Code #1894
... Many more fixes, see commit history for complete details!
Cheers 🍻
v3.5.0-ls47
LinuxServer Changes:
Add --domain-proxy support.
code-server Changes:
VS Code v1.48.2
Features
- ⭐ We've updated from VS Code v1.45.1 to v1.48.2.
- Sorry this took so long, we're going to try and keep up better with the VS Code releases in the future.
- ⭐ We're looking for someone to help maintain code-server. If you're interested, please apply here!
- The install script now supports FreeBSD #1806
- There are certain required dependencies, see #1826
- ⭐ You can now use
code-server <file>
to open<file>
in the active code-server instance! #1994- This has been one of the most requested features on the tracker. Thanks to @shayne for contributing this 🍻
- ⭐ We now ship a systemd system unit to avoid persistence issues and bugs with systemd user units #1997
- You can now set
DOCKER_USER
when invoicing the docker container to set a custom username #2001 - ⭐ We now support the proposed api flag so certain extensions work #2002
Documentation
- ⭐ We've switched to using GitHub discussions for issues instead of the subreddit.
- It's much better integrated with GitHub of course and doesn't require an additional account!
- There is now an FAQ entry on the differences compared to Theia #1756
$SERVICE_URL
and$ITEM_URL
are explained in more detail in the FAQ #1762 4dd2c86- The install guide now has a section on NGINX #1902
- The build process docs are much simpler #2004
- Using the dev container is now much easier #2014
- ⭐ There are no more duplicate releases without a
v
prefix! #1770
Bug Fixes
- Telemetry being sent when disabled #1829
- Heartbeat file being touched without any connections #1795
- You can now access query used to hit the root route in a shell script #1920
- This needs more docs #2031
- We now ship with node 12 instead of 14 to match VS Code #1894
... Many more fixes, see commit history for complete details!
Cheers 🍻
3.0.1-ls36
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-ls35
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-ls34
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-ls33
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-ls32
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