f4fc2ebecf
* chore(release): bump version to 4.5.1 * chore: bump helm chart * chore: update CHANGELOG * Revert "chore: bump helm chart" This reverts commit703b03b665
. * chore: bump helm chart to 3.0.0 * revert: remove bad change to manifes.json icon * fix(ci): add package.json.version to code cachekey Before this, creating a release sometimes prevented vscode from rebuilding and using the cache instead. Now we use the package.json.version in the cache key to "bust" the cache if the package.json version is updated (aka a release). Fixes #5316 * Update .github/workflows/ci.yaml Co-authored-by: Asher <ash@coder.com> * fixup: formatting * Revert "refactor: remove version check e2e test" This reverts commitb23c398b7d
. Co-authored-by: Asher <ash@coder.com>
10 KiB
10 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.5.1 - 2022-07-18
Code v1.68.1
Changed
- We now use
release/v<0.0.0>
for the release branch name so it doesn't conflict with the tag name - Added
.prettierignore
to ignore formatting files inlib/vscode
Added
- Allow more comprehensive affinity config in Helm chart
- Added custom message in Homebrew PR to make sure code-server maintainers are tagged
- Allow setting
priorityClassName
via Helm chart - Added troubleshooting docs to
CONTRIBUTING.md
Fixed
- Removed default memory limit which was set via
NODE_OPTIONS
- Changed output in pipe to make it easier to debug code-server when doing live edits
- Fixed display-language patch to use correct path which broke in 4.5.0
- Fixed multiple code-server windows opening when using the code-server CLI in the Integrated Terminal
- Fixed Integrated Terminal not working when web base was not the root path
Security
- Updated
glob-parent
version in dependencies
4.5.0 - 2022-06-29
Code v1.68.1
Changed
- Updated codecov to use codecov uploader
- Moved integration tests to Jest
- Fixed docker release to only download .deb
- Upgraded to Code 1.68.1
- Install
nfpm
from GitHub - Upgraded to TypeScript 4.6
Added
- Added tests for
open
,isWsl
,handlePasswordValidation
- Provided alternate image registry to dockerhub
- Allowed users to have scripts run on container with
ENTRYPOINTD
environment variable
Fixed
- Fixed open CLI command to work on macOS
4.4.0 - 2022-05-06
Code v1.66.2
Changed
- Refactored methods in
Heart
class and madeHeart.beat()
async to make testing easier. - Upgraded to Code 1.66.2.
Added
- Added back telemetry patch which was removed in the Code reachitecture.
- Added support to use
true
forCS_DISABLE_FILE_DOWNLOADS
environment variable. This means you can disable file downloads by settingCS_DISABLE_FILE_DOWNLOADS
totrue
or1
. - Added tests for
Heart
class.
Fixed
- Fixed installation issue in AUR after LICENSE rename.
- Fixed issue with listening on IPv6 addresses.
- Fixed issue with Docker publish action not being able to find artifacts. Now it downloads the release assets from the release.
4.3.0 - 2022-04-14
Code v1.65.2
Changed
- Excluded .deb files from release Docker image which drops the compressed and uncompressed size by 58% and 34%.
- Upgraded to Code 1.65.2.
Added
- Added a new CLI flag called
--disable-file-downloads
which allows you to disable the "Download..." option that shows in the UI when right-clicking on a file. This can also set by runningCS_DISABLE_FILE_DOWNLOADS=1
. - Aligned the dependencies for binary and npm release artifacts.
Fixed
- Fixed the code-server version from not displaying in the Help > About dialog.
- Fixed issues with the TypeScript and JavaScript Language Features Extension failing to activate.
- Fixed missing files in ipynb extension.
- Fixed the homebrew release workflow.
- Fixed the Docker release workflow from not always publishing version tags.
4.2.0 - 2022-03-22
Code v1.64.2
Added
- Added tests for
handleArgsSocketCatchError
,setDefaults
andoptionDescriptions
.
Changed
- We switched from using the fork
coder/vscode
to a submodule ofmicrosoft/vscode
+ patches managed byquilt
for how Code sits inside the code-server codebase. - Upgraded to Code 1.64.2.
Fixed
- Update popup notification through
--disable-update-check
is now fixed. - Fixed PWA icons not loading on iPad
- Fixed the homebrew release process. Our
cdrci
bot should now automatically update the version as part of the release pipeline. - Fixed titleBar color setting being ignored in PWA.
Security
- Updated to
minimist-list
. - Updated
cloud-agent
tov0.2.4
which usesnhooyr.io/webscoket
v1.8.7
.
4.1.0 - 2022-03-03
Code v1.63.0
Added
- Support for injecting GitHub token into Code so extensions can make use of it.
This can be done with the
GITHUB_TOKEN
environment variable orgithub-auth
in the config file. - New flag
--socket-mode
allows setting the mode (file permissions) of the socket created when using--socket
. - The version of Code bundled with code-server now appears when using the
--version
flag. For example:4.0.2 5cdfe74686aa73e023f8354a9a6014eb30caa7dd with Code 1.63.0
. If you have been parsing this flag for the version you might want to use--version --json
instead as doing that will be more stable.
Changed
- The workspace or folder passed on the CLI will now use the same redirect
method that the last opened workspace or folder uses. This means if you use
something like
code-server /path/to/dir
you will now get a query parameter added (like so:my-domain.tld?folder=/path/to/dir
), making it easier to edit by hand and making it consistent with the last opened and menu open behaviors. - The folder/workspace query parameter no longer has encoded slashes, making them more readable and editable by hand. This was only affecting the last opened behavior, not opens from the menu.
Fixed
- Fix web sockets not connecting when using
--cert
. - Prevent workspace state collisions when opening a workspace that shares the same file path with another workspace on a different machine that shares the same domain. This was causing files opened in one workspace to be "re-"opened in the other workspace when the other workspace is opened.
- Pin the Express version which should make installing from npm work again.
- Propagate signals to code-server in the Docker image which means it should stop more quickly and gracefully.
- Fix missing argon binaries in the standalone releases on arm machines.
4.0.2 - 2022-01-27
Code v1.63.0
Fixed
- Unset the
BROWSER
environment variable. This fixes applications that hard exit when trying to spawn the helper scriptBROWSER
points to because the file is missing. While we do include the script now we are leaving the variable omitted because the script does not work yet.
4.0.1 - 2022-01-04
Code v1.63.0
code-server has been rebased on upstream's newly open-sourced server implementation (#4414).
Changed
- Web socket compression has been made the default (when supported). This means
the
--enable
flag will no longer takepermessage-deflate
as an option. - The static endpoint can no longer reach outside code-server. However the vscode-remote-resource endpoint still can.
- OpenVSX has been made the default marketplace.
- The last opened folder/workspace is no longer stored separately in the settings file (we rely on the already-existing query object instead).
- The marketplace override environment variables
SERVICE_URL
andITEM_URL
have been replaced with a singleEXTENSIONS_GALLERY
variable that corresponds toextensionsGallery
in Code'sproduct.json
.
Added
VSCODE_PROXY_URI
env var for use in the terminal and extensions.
Removed
- Extra extension directories have been removed. The
--extra-extensions-dir
and--extra-builtin-extensions-dir
flags will no longer be accepted. - The
--install-source
flag has been removed.
Deprecated
--link
is now deprecated (#4562).
Security
- We fixed a XSS vulnerability by escaping HTML from messages in the error page (#4430).
3.12.0 - 2021-09-15
Code v1.60.0
Changed
- Upgrade Code to 1.60.0.
Fixed
- Fix logout when using a base path (#3608).
3.11.1 - 2021-08-06
Undocumented (see releases page).
3.11.0 - 2021-06-14
Undocumented (see releases page).
3.10.2 - 2021-05-21
Code v1.56.1
Added
- Support
extraInitContainers
in helm chart values (#3393).
Changed
- Change
extraContainers
to support templating in helm chart (#3393).
Fixed
- Fix "Open Folder" on welcome page (#3437).
3.10.1 - 2021-05-17
Code v1.56.1
Fixed
- Check the logged user instead of $USER (#3330).
- Fix broken node_modules.asar symlink in npm package (#3355).
- Update cloud agent to fix version issue (#3342).
Changed
- Use xdgBasedir.runtime instead of tmp (#3304).
3.10.0 - 2021-05-10
Code v1.56.0
Changed
- Update to Code 1.56.0 (#3269).
- Minor connections refactor (#3178). Improves connection stability.
- Use ptyHostService (#3308). This brings us closer to upstream Code.
Added
- Add flag for toggling permessage-deflate (#3286). The default is off so compression will no longer be used by default. Use the --enable flag to toggle it back on.
Fixed
- Make rate limiter not count against successful logins (#3141).
- Refactor logout (#3277). This fixes logging out in some scenarios.
- Make sure directories exist (#3309). This fixes some errors on startup.
Security
- Update dependencies with CVEs (#3223).
Previous versions
This was added with 3.10.0
, which means any previous versions are not
documented in the changelog.
To see those, please visit the Releases page.